 |
VTK
9.0.1
|
Go to the documentation of this file.
195 #ifndef vtkArrayDispatch_h
196 #define vtkArrayDispatch_h
198 #include "vtkArrayDispatchArrayList.h"
199 #include "vtkConfigure.h"
209 typedef vtkTypeList::Create<double, float>
Reals;
215 vtkTypeList::Create<char, int, long,
long long, short,
signed char,
unsigned char,
unsigned int,
239 template <
typename ArrayList>
250 template <
typename ValueTypeList>
272 struct Dispatch2SameValueType;
284 template <
typename ArrayList1,
typename ArrayList2>
299 template <
typename ValueTypeList1,
typename ValueTypeList2>
313 template <
typename ArrayList1,
typename ArrayList2>
328 template <
typename ValueTypeList>
350 struct Dispatch3SameValueType;
363 template <
typename ArrayList1,
typename ArrayList2,
typename ArrayList3>
379 template <
typename ValueTypeList1,
typename ValueTypeList2,
typename ValueTypeList3>
393 template <
typename ArrayList1,
typename ArrayList2,
typename ArrayList3>
408 template <
typename ValueTypeList>
416 template <
typename ArrayList,
typename ValueList>
421 #include "vtkArrayDispatch.txx"
423 #endif // vtkArrayDispatch_h
Dispatch three arrays with the restriction that the type of the first array is in the ArrayList1 Type...
vtkTypeList::Unique< vtkTypeList::Create< char, int, long, long long, short, signed char, unsigned char, unsigned int, unsigned long, unsigned long long, unsigned short, vtkIdType > >::Result Integrals
A Typelist containing all integral ValueTypes.
Dispatch three arrays, restricting the valid code paths to use only array types found in application-...
Dispatch two arrays, restricting the valid code paths to use only array types found in application-wi...
Dispatch a single array against all array types mentioned in the ArrayList template parameter.
typename vtkTypeList::detail::CreateImpl< Ts... >::type Create
Dispatch three arrays, restricting the valid code paths to use ValueType-filtered versions of the app...
Remove all duplicate types from TypeList TList, storing the new list in Result.
Dispatch two arrays with the restriction that the type of the first array is in the ArrayList1 TypeLi...
Filter the ArrayList to contain only arrays with ArrayType::ValueType that exist in ValueList.
vtkTypeList::Create< double, float > Reals
A TypeList containing all real ValueTypes.
Dispatch two arrays, restricting the valid code paths to use only array types specified in the ArrayL...
vtkTypeList::Append< Reals, Integrals >::Result AllTypes
A Typelist containing all standard VTK array ValueTypes.
Appends type T to TypeList TList and stores the result in Result.
Dispatch three arrays, restricting the valid code paths to use only array types specified in the Arra...
Dispatch two arrays, restricting the valid code paths to use ValueType-filtered versions of the appli...
Dispatch a single array against all array types in the application-wide vtkArrayDispatch::Arrays list...