vtk-m/vtkm/cont
Kenneth Moreland 63c748f049 Implement ArrayHandleGroupVecVariable
This is a fancy array handle that can group entries in another array by
arbitrary amounts. This allows us to implement input and output arrays
with a different sized Vec for each instance. This is necessary for
generating new topologies with cells of different types.
2016-11-22 17:10:09 -07:00
..
arg Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
cuda Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
internal Implement ArrayHandleGroupVecVariable 2016-11-22 17:10:09 -07:00
serial Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
tbb Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
testing Implement ArrayHandleGroupVecVariable 2016-11-22 17:10:09 -07:00
ArrayHandle.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ArrayHandleCartesianProduct.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ArrayHandleCast.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ArrayHandleCompositeVector.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ArrayHandleConcatenate.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ArrayHandleConstant.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ArrayHandleCounting.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ArrayHandleGroupVec.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ArrayHandleGroupVecVariable.h Implement ArrayHandleGroupVecVariable 2016-11-22 17:10:09 -07:00
ArrayHandleImplicit.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ArrayHandleIndex.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ArrayHandlePermutation.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ArrayHandleStreaming.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ArrayHandleTransform.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ArrayHandleUniformPointCoordinates.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ArrayHandleZip.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ArrayPortal.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ArrayPortalToIterators.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
CellSet.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
CellSetExplicit.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07: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 Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
CellSetSingleType.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
CellSetStructured.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
CMakeLists.txt Implement ArrayHandleGroupVecVariable 2016-11-22 17:10:09 -07:00
CoordinateSystem.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
DataSet.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
DataSetBuilderExplicit.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
DataSetBuilderRectilinear.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
DataSetBuilderUniform.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
DataSetFieldAdd.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07: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 Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
DeviceAdapterListTag.h Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
DynamicArrayHandle.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
DynamicCellSet.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07: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 Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
LogicalStructure.h fleshing out cell set and data set more. 2015-05-11 16:54:16 -04:00
RuntimeDeviceInformation.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
Storage.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
StorageBasic.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
StorageImplicit.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
StorageListTag.h Created DynamicCellSet 2015-07-27 16:58:29 -06:00
Timer.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TryExecute.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00