vtk-m/vtkm/cont
Kenneth Moreland 43ed18b0e1 Add AtomicArrayInOut ControlSignature tag.
This makes it easier to pass arrays with atomics to a worklet.
2016-03-24 17:12:17 -06:00
..
arg Add AtomicArrayInOut ControlSignature tag. 2016-03-24 17:12:17 -06:00
cuda Fixing cuda index error 2016-03-08 12:41:11 -08:00
internal Simplify the General DeviceAdapter Unique method. 2016-03-18 16:39:21 -04:00
tbb Remove the Extent class and related functions. 2016-03-22 15:41:42 -06:00
testing Remove type conversion related warnings for GCC 2016-03-17 13:05:38 -04:00
ArrayHandle.h Add AtomicArrayInOut ControlSignature tag. 2016-03-24 17:12:17 -06:00
ArrayHandleCartesianProduct.h Fix support for CoordinateSystems using ArrayHandleCartesianProduct. 2016-01-07 14:17:23 -05:00
ArrayHandleCast.h
ArrayHandleCompositeVector.h Support control array portals in composite vector. 2016-01-04 12:53:56 -07:00
ArrayHandleConstant.h
ArrayHandleCounting.h
ArrayHandleGroupVec.h Add missing return statement to ArrayHandleGroupVec 2016-02-26 14:26:22 -05:00
ArrayHandleImplicit.h
ArrayHandleIndex.h
ArrayHandlePermutation.h
ArrayHandleTransform.h
ArrayHandleUniformPointCoordinates.h
ArrayHandleZip.h
ArrayPortal.h
ArrayPortalToIterators.h
Assert.h
CellSet.h Finish writing the comment explaining what GetDimensionality values mean. 2016-02-03 13:35:10 -05:00
CellSetExplicit.h Derived CellSetExplicit classes can now modify the incremental build state. 2016-02-24 08:38:11 -05:00
CellSetListTag.h
CellSetPermutation.h Add GetNumberOfPoints to CellSet. 2015-12-21 17:27:54 -07:00
CellSetSingleType.h Update vtkm tests and examples to use DataSetBuilders. 2016-01-15 15:44:56 -05:00
CellSetStructured.h Add GetCellDimensions to CellSetStructured. 2016-01-20 09:24:31 -07:00
CMakeLists.txt Change Regular to Uniform 2016-01-19 15:54:05 -07:00
CoordinateSystem.h Changes to computing bounds to allow custom types and storage. 2016-03-14 08:39:17 -04:00
DataSet.h Change interface of VTKDataSetWriter 2016-03-16 15:35:38 -06:00
DataSetBuilderExplicit.h Make DataSetBuilder methods static 2016-01-21 10:45:33 -07:00
DataSetBuilderRectilinear.h Use serial device for copies in DataSetBuilderRectilinear 2016-01-27 08:45:29 -07:00
DataSetBuilderUniform.h DataSetBuilderUniform now builds when the float default is double. 2016-03-14 10:36:13 -04:00
DataSetFieldAdd.h Add methods to DataSetFieldAdd that accept a DynamicArrayHandle 2016-01-21 13:00:41 -07:00
DeviceAdapter.h
DeviceAdapterAlgorithm.h initial commit of atomic adds 2016-02-10 07:51:31 -08:00
DeviceAdapterSerial.h
DynamicArrayHandle.h Found a few more places where we don't need to return by value. 2016-01-19 10:54:37 -05:00
DynamicCellSet.h Found a few more places where we don't need to return by value. 2016-01-19 10:54:37 -05:00
Error.h
ErrorControl.h
ErrorControlAssert.h
ErrorControlBadAllocation.h
ErrorControlBadType.h
ErrorControlBadValue.h
ErrorControlInternal.h
ErrorExecution.h
Field.h Fix vtkm::cont::Field default constructor to have valid values. 2016-03-14 08:39:17 -04:00
LogicalStructure.h
RuntimeDeviceInformation.h
Storage.h
StorageBasic.h
StorageImplicit.h
StorageListTag.h
Timer.h