vtk-m/vtkm/cont/arg/testing
Kenneth Moreland 2ac8456b5e Add WholeArray* ControlSignature tags
The WholeArrayIn, WholeArrayInOut, and WholeArrayOut ControlSignature
tags behave similarly to using an ExecObject tag with an
ExecutionWholeArray or ExecutionWholeArrayConst object. However, the
WholeArray* tags can simplify some implementations in two ways. First,
it allows you to specify more precisely what data is passed in. You have
to pass in an ArrayHandle or else an error will occur (as opposed to be
able to pass in any type of execution object). Second, this allows you
to easily pass in arrays stored in DynamicArrayHandle objects. The
Invoke mechanism will automatically find the appropriate static class.
This cannot be done easily with ExecutionWholeArray.
2015-12-07 09:52:29 -07:00
..
CMakeLists.txt Add WholeArray* ControlSignature tags 2015-12-07 09:52:29 -07:00
UnitTestControlSignatureTag.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestTransportArrayIn.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestTransportArrayInOut.cxx Add in-place (in-out) arrays to worklets. 2015-08-12 14:41:56 -06:00
UnitTestTransportArrayOut.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestTransportExecObject.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestTransportWholeArray.cxx Add WholeArray* ControlSignature tags 2015-12-07 09:52:29 -07:00
UnitTestTypeCheckArray.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestTypeCheckExecObject.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00