vtk-m/vtkm/cont
Kenneth Moreland b8febd1c01 DataSet now holds DynamicCellSet instead of smart_ptr<CellSet>
The Invoke of the topology dispatcher is also changed to expect a
concrete cell set (which the DynamicCellSet is automatically cast to)
rather than a connectivity structure. The dispatcher calls the
GetNodeToCellConnectivity method for you. (That is currently the only
one supported.)
2015-07-28 17:33:52 -06:00
..
arg DataSet now holds DynamicCellSet instead of smart_ptr<CellSet> 2015-07-28 17:33:52 -06:00
cuda Update the 3d scheduling benchmark code to use the new 1d scheduler 2015-07-23 16:31:41 -04:00
internal Created DynamicCellSet 2015-07-27 16:58:29 -06:00
tbb Add compute bounds to Fields 2015-07-22 12:17:33 -04:00
testing DataSet now holds DynamicCellSet instead of smart_ptr<CellSet> 2015-07-28 17:33:52 -06:00
ArrayHandle.h DataSet now holds DynamicCellSet instead of smart_ptr<CellSet> 2015-07-28 17:33:52 -06:00
ArrayHandleCompositeVector.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ArrayHandleConstant.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ArrayHandleCounting.h Remove the need for any portal to define an IteratorType. 2015-07-13 17:16:27 -04:00
ArrayHandleImplicit.h Created DynamicCellSet 2015-07-27 16:58:29 -06:00
ArrayHandlePermutation.h Remove IteratorType from ArrayHandlePermutation. 2015-07-14 10:11:27 -04:00
ArrayHandleTransform.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ArrayHandleUniformPointCoordinates.h Correct casting issues ArrayHandleUniformPointCoordinates. 2015-06-30 09:21:19 -04:00
ArrayHandleZip.h Generalize the support for zip handles inside the cuda backend. 2015-06-12 11:56:46 -04:00
ArrayPortal.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ArrayPortalToIterators.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Assert.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
CellSet.h DataSet now holds DynamicCellSet instead of smart_ptr<CellSet> 2015-07-28 17:33:52 -06:00
CellSetExplicit.h DataSet now holds DynamicCellSet instead of smart_ptr<CellSet> 2015-07-28 17:33:52 -06:00
CellSetListTag.h Created DynamicCellSet 2015-07-27 16:58:29 -06:00
CellSetStructured.h DataSet now holds DynamicCellSet instead of smart_ptr<CellSet> 2015-07-28 17:33:52 -06:00
CMakeLists.txt Created DynamicCellSet 2015-07-27 16:58:29 -06:00
CoordinateSystem.h Conform DataSet classes to coding practices better 2015-07-27 12:49:42 -06:00
DataSet.h DataSet now holds DynamicCellSet instead of smart_ptr<CellSet> 2015-07-28 17:33:52 -06:00
DeviceAdapter.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
DeviceAdapterAlgorithm.h Update the name of predicates, and binary functors. 2015-06-22 11:13:27 -04:00
DeviceAdapterSerial.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
DynamicArrayHandle.h Created DynamicCellSet 2015-07-27 16:58:29 -06:00
DynamicCellSet.h DataSet now holds DynamicCellSet instead of smart_ptr<CellSet> 2015-07-28 17:33:52 -06:00
DynamicPointCoordinates.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Error.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorControl.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorControlAssert.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorControlBadType.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorControlBadValue.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorControlInternal.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorControlOutOfMemory.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorExecution.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ExplicitConnectivity.h Correct use of GetPortalControl vs GetPortalConstControl 2015-07-27 14:22:45 -06:00
Field.h Conform DataSet classes to coding practices better 2015-07-27 12:49:42 -06:00
LogicalStructure.h fleshing out cell set and data set more. 2015-05-11 16:54:16 -04:00
PointCoordinatesArray.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
PointCoordinatesListTag.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
PointCoordinatesUniform.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Storage.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
StorageBasic.h Redesign StorageBasic to allow modification of user provided memory. 2015-06-05 10:32:48 -04:00
StorageImplicit.h Make releasing an implicit storage resources a no-op instead of exception. 2015-06-29 11:56:53 -04:00
StorageListTag.h Created DynamicCellSet 2015-07-27 16:58:29 -06:00
Timer.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
TopologyType.h fix typo. 2015-05-14 16:10:17 -04:00