vtk-m/vtkm/cont
Robert Maynard fbddba74a1 Merge topic 'cellset_permutation'
9a8809f9 Add CellSetPermutation which allows custom iteration over a cell set.
66f6db5a IsWriteableArrayHandle now can tell if an array handle can be written too
20f3fb50 Update VertexClustering to use vtkm::cont::CellSetSingleType.
154896b7 Extend the test for DataSetSingleType.

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !228
2015-10-07 16:21:40 -04:00
..
arg Declare new VTKM_STATIC_ASSERT 2015-09-17 14:40:39 -06:00
cuda Replace ErrorControlOutOfMemory with ErrorControlBadAllocation. 2015-10-01 14:25:28 -04:00
internal Merge topic 'cellset_permutation' 2015-10-07 16:21:40 -04:00
tbb Merge branch 'multiple_backend_example' into 'master' 2015-09-17 14:04:37 -04:00
testing Merge topic 'cellset_permutation' 2015-10-07 16:21:40 -04:00
ArrayHandle.h Merge topic 'cellset_permutation' 2015-10-07 16:21:40 -04:00
ArrayHandleCast.h Support DynamicArrayHandle::CastToArrayHandle for fancy ArrayHandles 2015-09-20 00:28:11 -06:00
ArrayHandleCompositeVector.h Support DynamicArrayHandle::CastToArrayHandle for fancy ArrayHandles 2015-09-20 00:28:11 -06:00
ArrayHandleConstant.h Support DynamicArrayHandle::CastToArrayHandle for fancy ArrayHandles 2015-09-20 00:28:11 -06:00
ArrayHandleCounting.h Support DynamicArrayHandle::CastToArrayHandle for fancy ArrayHandles 2015-09-20 00:28:11 -06:00
ArrayHandleGroupVec.h Remove const from ArrayPortalGroupVec. 2015-09-29 16:06:39 -04:00
ArrayHandleImplicit.h Merge branch 'easier-cast-and-call' into 'master' 2015-09-23 11:01:18 -04:00
ArrayHandleIndex.h Support DynamicArrayHandle::CastToArrayHandle for fancy ArrayHandles 2015-09-20 00:28:11 -06:00
ArrayHandlePermutation.h Support DynamicArrayHandle::CastToArrayHandle for fancy ArrayHandles 2015-09-20 00:28:11 -06:00
ArrayHandleTransform.h IsWriteableArrayHandle now can tell if an array handle can be written too 2015-10-01 09:23:10 -04:00
ArrayHandleUniformPointCoordinates.h Support DynamicArrayHandle::CastToArrayHandle for fancy ArrayHandles 2015-09-20 00:28:11 -06:00
ArrayHandleZip.h Support DynamicArrayHandle::CastToArrayHandle for fancy ArrayHandles 2015-09-20 00:28:11 -06: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 Declare new VTKM_STATIC_ASSERT 2015-09-17 14:40:39 -06:00
CellSetExplicit.h Add CellSetPermutation which allows custom iteration over a cell set. 2015-10-01 09:23:10 -04:00
CellSetListTag.h Add CellSetSingleType 2015-09-25 13:41:41 -04:00
CellSetPermutation.h Add CellSetPermutation which allows custom iteration over a cell set. 2015-10-01 09:23:10 -04:00
CellSetSingleType.h Allow incremental construction of CellSetSingleType. 2015-09-30 11:18:49 -04:00
CellSetStructured.h Add CellShapeTag classes 2015-08-27 16:30:58 -06:00
CMakeLists.txt Merge topic 'cellset_permutation' 2015-10-07 16:21:40 -04:00
CoordinateSystem.h Make PrintSummary actually work for Field and CoordinateSystem. 2015-08-27 10:20:30 -06:00
DataSet.h In DataSet, add the ability to retrieve a cell set by name. 2015-10-02 08:31:57 -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 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 Add simpler type check for DynamicArrayHandle. 2015-09-20 00:55:54 -06:00
DynamicCellSet.h Refactor DynamicArrayHandle to have a common base. 2015-08-25 14:38:50 -06: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
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 PrintSummary actually work for Field and CoordinateSystem. 2015-08-27 10:20:30 -06:00
LogicalStructure.h fleshing out cell set and data set more. 2015-05-11 16:54:16 -04:00
Storage.h Replace ErrorControlOutOfMemory with ErrorControlBadAllocation. 2015-10-01 14:25:28 -04:00
StorageBasic.h Replace ErrorControlOutOfMemory with ErrorControlBadAllocation. 2015-10-01 14:25:28 -04:00
StorageImplicit.h Add additional control logic for CopyInto function 2015-09-17 14:26:19 -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