vtk-m2/vtkm/cont
2016-08-29 18:20:49 -06:00
..
arg Rename ControlSignature tag TopologyIn to CellSetIn. 2016-05-17 15:07:08 -04:00
cuda Rework ArrayHandleCuda to make it stop generate warnings 2016-07-20 12:41:13 -04:00
internal Use general TryExecute for filter execution 2016-08-17 14:13:51 -06:00
tbb Change Field and related methods to use Range and Bounds 2016-05-29 18:49:36 -06:00
testing new implementation on extend 2D seems to be working 2016-08-29 18:20:49 -06:00
ArrayHandle.h Expose storage in ArrayHandle, and Expose data array in StorageBasic. 2016-08-02 14:05:05 -04:00
ArrayHandleCartesianProduct.h Collapse exec and cont portals into one class. 2016-08-02 11:26:29 -04:00
ArrayHandleCast.h Some minor changes to fancy array handles. 2016-04-07 16:48:49 -06:00
ArrayHandleCompositeVector.h Remove cont/Assert.h and exec/Assert.h 2016-04-20 15:41:14 -06:00
ArrayHandleConcatenate.h ArrayHandleConcatenate2DTopDown.h works 2016-08-25 14:27:29 -06:00
ArrayHandleConstant.h Some minor changes to fancy array handles. 2016-04-07 16:48:49 -06:00
ArrayHandleCounting.h Add default constructors/destructors/assignment to ArrayHandle classes 2015-10-21 13:36:27 -06:00
ArrayHandleGroupVec.h Collapse exec and cont portals into one class. 2016-08-02 11:26:29 -04:00
ArrayHandleImplicit.h Add default constructors/destructors/assignment to ArrayHandle classes 2015-10-21 13:36:27 -06:00
ArrayHandleIndex.h Add default constructors/destructors/assignment to ArrayHandle classes 2015-10-21 13:36:27 -06:00
ArrayHandleInterpreter.h ArrayHandleConcatenate2DLeftRight.h works 2016-08-25 17:36:56 -06:00
ArrayHandlePermutation.h changes to ArrayHandlePermutation reverted 2016-08-06 12:52:55 -07:00
ArrayHandleTransform.h Collapse exec and cont portals into one class. 2016-08-02 11:26:29 -04:00
ArrayHandleUniformPointCoordinates.h Add default constructors/destructors/assignment to ArrayHandle classes 2015-10-21 13:36:27 -06:00
ArrayHandleZip.h Collapse exec and cont portals into one class. 2016-08-02 11:26:29 -04:00
ArrayPortal.h Collapse exec and cont portals into one class. 2016-08-02 11:26:29 -04:00
ArrayPortalToIterators.h Suppress false positive warnings from nvcc about host/device. 2016-04-01 15:50:52 -04:00
CellSet.h removing cell set dimensionality and splitting tetrahedralizer. 2016-05-13 14:26:59 -04:00
CellSetExplicit.h In CellSetExplicit::AddCell, change vtkm::Vec to template parameter. 2016-08-02 14:40:59 -04:00
CellSetListTag.h Allow filters to have finer control on what cell sets they support 2016-05-26 11:32:35 -04:00
CellSetPermutation.h removing cell set dimensionality and splitting tetrahedralizer. 2016-05-13 14:26:59 -04:00
CellSetSingleType.h removing cell set dimensionality and splitting tetrahedralizer. 2016-05-13 14:26:59 -04:00
CellSetStructured.h removing cell set dimensionality and splitting tetrahedralizer. 2016-05-13 14:26:59 -04:00
CMakeLists.txt new implementation on extend 2D seems to be working 2016-08-29 18:20:49 -06:00
CoordinateSystem.h make CastAndCall a free function instead of a class. 2016-08-05 15:18:22 -04:00
DataSet.h In DynamicCellSet, expose CellSet API. 2016-08-02 13:39:25 -04:00
DataSetBuilderExplicit.h Merge branch 'master' into cellsetdim 2016-05-13 14:53:08 -04:00
DataSetBuilderRectilinear.h Remove cont/Assert.h and exec/Assert.h 2016-04-20 15:41:14 -06:00
DataSetBuilderUniform.h Remove cont/Assert.h and exec/Assert.h 2016-04-20 15:41:14 -06:00
DataSetFieldAdd.h In DynamicCellSet, expose CellSet API. 2016-08-02 13:39:25 -04: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 initial commit of atomic adds 2016-02-10 07:51:31 -08:00
DeviceAdapterListTag.h Add general ability to try execution on multiple devices 2016-08-15 17:16:58 -06: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 Rename DynamicArrayHandle::IsArrayHandleType to IsType 2016-08-10 11:03:57 -04:00
DynamicCellSet.h In DynamicCellSet, expose CellSet API. 2016-08-02 13:39:25 -04:00
Error.h Fix error about redefinition of GetMessageA or GetMessageB 2016-04-21 08:23:34 -06:00
ErrorControl.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorControlBadAllocation.h Add Bad Allocation error. 2015-09-22 10:54:22 -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
ErrorExecution.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Field.h make CastAndCall a free function instead of a class. 2016-08-05 15:18:22 -04:00
LogicalStructure.h fleshing out cell set and data set more. 2015-05-11 16:54:16 -04:00
RuntimeDeviceInformation.h Adding vtkm::cont::RuntimeDeviceInformation. 2015-12-15 17:25:27 -05:00
Storage.h Replace ErrorControlOutOfMemory with ErrorControlBadAllocation. 2015-10-01 14:25:28 -04:00
StorageBasic.h Expose storage in ArrayHandle, and Expose data array in StorageBasic. 2016-08-02 14:05:05 -04:00
StorageImplicit.h Fix warning about using wrong type in pointer addition 2016-06-22 13:47:59 -06: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
TryExecute.h Fix inappropriate placement of typename keyword 2016-08-17 15:51:43 -06:00