vtk-m/vtkm/cont
Kenneth Moreland 9bbbaecab6 Add ArrayPortalToIterators functionality.
This moves the ability to get an iterator from an array portal out of
the portal itself. The next step is to move the GetIteratorBegin/End out
of ArrayPortal. This should make the implemenation a bit cleaner.
2014-09-08 13:39:58 -06:00
..
internal Use MSVC checked_array_iterator to suppress warnings and add checks. 2014-08-12 15:25:45 -06:00
testing Add ArrayPortalToIterators functionality. 2014-09-08 13:39:58 -06:00
ArrayHandle.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
ArrayHandleCompositeVector.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
ArrayHandleCounting.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
ArrayHandleUniformPointCoordinates.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
ArrayPortal.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -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 Add ArrayPortalToIterators functionality. 2014-09-08 13:39:58 -06:00
DeviceAdapter.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06: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 Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
DynamicPointCoordinates.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -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
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 Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
PointCoordinatesListTag.h Add classes to manage point coordinates. 2014-05-15 13:41:45 -06:00
PointCoordinatesUniform.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
Storage.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
StorageBasic.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
StorageImplicit.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
StorageListTag.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
Timer.h Add Timer class. 2014-06-10 12:54:18 -06:00