vtk-m/vtkm/cont/internal
Kenneth Moreland 7f94eafc9c Remove vtkm::Scalar and vtkm::Vector# types
Providing these types tends to "lock in" the precision of the algorithms
used in VTK-m. Since we are using templating anyway, our templates
should be generic enough to handle difference precision in the data.
Usually the appropriate type can be determined by the data provided. In
the case where there is no hint on the precision of data to use (for
example, in the code that provides coordinates for uniform data), there
is a vtkm::FloatDefault.
2014-10-09 08:54:56 -06:00
..
testing Remove vtkm::Scalar and vtkm::Vector# types 2014-10-09 08:54:56 -06:00
ArrayHandleExecutionManager.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
ArrayManagerExecution.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
ArrayManagerExecutionSerial.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
ArrayManagerExecutionShareWithControl.h Remove GetIteratorBegin/End from all ArrayPortal classes. 2014-09-08 14:59:11 -06:00
ArrayPortalFromIterators.h Correct error message. 2014-09-12 09:59:38 -06:00
ArrayPortalShrink.h Remove GetIteratorBegin/End from all ArrayPortal classes. 2014-09-08 14:59:11 -06:00
ArrayTransfer.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
CMakeLists.txt Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
DeviceAdapterAlgorithm.h Remove vtkm::Scalar and vtkm::Vector# types 2014-10-09 08:54:56 -06:00
DeviceAdapterAlgorithmGeneral.h Remove GetIteratorBegin/End from all ArrayPortal classes. 2014-09-08 14:59:11 -06:00
DeviceAdapterAlgorithmSerial.h Remove GetIteratorBegin/End from all ArrayPortal classes. 2014-09-08 14:59:11 -06:00
DeviceAdapterError.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
DeviceAdapterTag.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
DeviceAdapterTagSerial.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
DynamicTransform.h Add DynamicTransform class. 2014-04-30 10:31:10 -06:00
IteratorFromArrayPortal.h Add IdComponent and other base types with explicit widths 2014-10-08 10:09:42 -06:00
PointCoordinatesBase.h Add classes to manage point coordinates. 2014-05-15 13:41:45 -06:00
SimplePolymorphicContainer.h Add a dynamic array handle. 2014-04-03 14:04:48 -06:00
StorageError.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00