vtk-m2/vtkm/cont
Kenneth Moreland ec0adf8b16 Change interface of ArrayTransfer to be more like ArrayHandle.
This includes changing methods like LoadDataForInput to PrepareForInput.
It also changed the interface a bit to save a reference to the storage
object. (Maybe it would be better to save a pointer?) These changes also
extend up to the ArrayManagerExecution class, so it can effect device
adapter implementations.
2015-04-30 21:07:36 -06:00
..
arg Use test_equal instead of == for comparing numbers in exec worklets. 2014-11-12 08:53:03 -07:00
cuda Change interface of ArrayTransfer to be more like ArrayHandle. 2015-04-30 21:07:36 -06:00
internal Change interface of ArrayTransfer to be more like ArrayHandle. 2015-04-30 21:07:36 -06:00
testing Change interface of ArrayTransfer to be more like ArrayHandle. 2015-04-30 21:07:36 -06:00
ArrayHandle.h Change interface of ArrayTransfer to be more like ArrayHandle. 2015-04-30 21:07:36 -06:00
ArrayHandleCompositeVector.h Change interface of ArrayTransfer to be more like ArrayHandle. 2015-04-30 21:07:36 -06:00
ArrayHandleCounting.h Properly specify the iterator type for ArrayHandleCounting. 2015-01-20 13:58:28 -05:00
ArrayHandleUniformPointCoordinates.h Remove UserPortal from ArrayHandle. 2015-04-28 10:49:46 -04:00
ArrayPortal.h Remove GetIteratorBegin/End from all ArrayPortal classes. 2014-09-08 14:59:11 -06:00
ArrayPortalToIterators.h Add ArrayPortalToIterators functionality. 2014-09-08 13:39:58 -06:00
Assert.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
CMakeLists.txt Adding a cuda device adapter to vtkm. 2014-12-19 13:47:28 -05:00
DeviceAdapter.h move DeviceAdapterAlgorithm to correct folder as it's namespace 2014-12-18 11:09:15 -05:00
DeviceAdapterAlgorithm.h Adding a cuda device adapter to vtkm. 2014-12-19 13:47:28 -05:00
DeviceAdapterSerial.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
DynamicArrayHandle.h Add VTKM_IS_LIST_TAG checks to dynamic classes 2014-10-22 10:46:54 -06:00
DynamicPointCoordinates.h Add VTKM_IS_LIST_TAG checks to dynamic classes 2014-10-22 10:46:54 -06:00
Error.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ErrorControl.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ErrorControlAssert.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ErrorControlBadType.h Add basic support for type checking of Invoke arguments 2014-10-22 15:21:18 -06:00
ErrorControlBadValue.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ErrorControlInternal.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ErrorControlOutOfMemory.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ErrorExecution.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
PointCoordinatesArray.h Rename some type lists to be a bit more consistent. 2014-10-10 11:30:10 -06:00
PointCoordinatesListTag.h Allow longer base lists 2014-10-08 12:53:01 -06:00
PointCoordinatesUniform.h Remove vtkm::Scalar and vtkm::Vector# types 2014-10-09 08:54:56 -06:00
Storage.h Expose allocation in ArrayHandle. 2015-02-10 15:58:41 -07:00
StorageBasic.h Remove UserPortal from ArrayHandle. 2015-04-28 10:49:46 -04:00
StorageImplicit.h Change interface of ArrayTransfer to be more like ArrayHandle. 2015-04-30 21:07:36 -06:00
StorageListTag.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
Timer.h Remove vtkm::Scalar and vtkm::Vector# types 2014-10-09 08:54:56 -06:00