vtk-m2/vtkm/cont/internal
Kenneth Moreland d309fa7ae5 Add a dynamic array handle.
The dynamic array handle holds a reference to an array handle of an
unknown type. It contains the ability to try to cast it to an instance
of array handle or to try lists of types and containers.

There is currently an issue that is causing the test code not to
compile. It is the case that some combinations of types and containers
are not compatible. For example, an implict container is bound to a
certain type, and the container is undefined if they do not agree. There
needs to be a mechanism to detect these invalid combinations and skip
over them in the MTP for each.
2014-04-03 14:04:48 -06:00
..
testing Update the initial repository to use the correct indentation style. 2014-02-11 16:20:30 -05:00
ArrayContainerControlError.h Add in the minimum part of the control env to have a testable array handle. 2014-02-10 15:00:17 -05:00
ArrayHandleExecutionManager.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
ArrayManagerExecution.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
ArrayManagerExecutionSerial.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
ArrayManagerExecutionShareWithControl.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
ArrayPortalFromIterators.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
ArrayPortalShrink.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
ArrayTransfer.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
CMakeLists.txt Add a dynamic array handle. 2014-04-03 14:04:48 -06:00
DeviceAdapterAlgorithm.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
DeviceAdapterAlgorithmGeneral.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
DeviceAdapterAlgorithmSerial.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
DeviceAdapterError.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
DeviceAdapterTag.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
DeviceAdapterTagSerial.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
IteratorFromArrayPortal.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
SimplePolymorphicContainer.h Add a dynamic array handle. 2014-04-03 14:04:48 -06:00