vtk-m/vtkm/cont
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
..
internal Add a dynamic array handle. 2014-04-03 14:04:48 -06:00
testing Add a dynamic array handle. 2014-04-03 14:04:48 -06:00
ArrayContainerControl.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
ArrayContainerControlBasic.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
ArrayContainerControlImplicit.h Add a dynamic array handle. 2014-04-03 14:04:48 -06:00
ArrayHandle.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
ArrayHandleCounting.h Update the initial repository to use the correct indentation style. 2014-02-11 16:20:30 -05:00
ArrayPortal.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
Assert.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
ContainerListTag.h Add a dynamic array handle. 2014-04-03 14:04:48 -06:00
DeviceAdapter.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
DeviceAdapterSerial.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
DynamicArrayHandle.h Add a dynamic array handle. 2014-04-03 14:04:48 -06:00
Error.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
ErrorControl.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
ErrorControlAssert.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
ErrorControlBadValue.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
ErrorControlInternal.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
ErrorControlOutOfMemory.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
ErrorExecution.h revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00