| VTK
    9.0.1
    | 
#include <ArrayConverters.h>
| Public Types | |
| using | ValueType = typename std::conditional< NumComponents==1, T, vtkm::Vec< T, NumComponents > >::type | 
| using | StorageType = vtkm::cont::internal::Storage< ValueType, vtkm::cont::StorageTagBasic > | 
| using | ArrayHandleType = vtkm::cont::ArrayHandle< ValueType, vtkm::cont::StorageTagBasic > | 
| Static Public Member Functions | |
| static ArrayHandleType | Wrap (vtkAOSDataArrayTemplate< T > *input) | 
Definition at line 51 of file ArrayConverters.h.
| using tovtkm::DataArrayToArrayHandle< vtkAOSDataArrayTemplate< T >, NumComponents >::ValueType = typename std::conditional<NumComponents == 1, T, vtkm::Vec<T, NumComponents> >::type | 
Definition at line 54 of file ArrayConverters.h.
| using tovtkm::DataArrayToArrayHandle< vtkAOSDataArrayTemplate< T >, NumComponents >::StorageType = vtkm::cont::internal::Storage<ValueType, vtkm::cont::StorageTagBasic> | 
Definition at line 55 of file ArrayConverters.h.
| using tovtkm::DataArrayToArrayHandle< vtkAOSDataArrayTemplate< T >, NumComponents >::ArrayHandleType = vtkm::cont::ArrayHandle<ValueType, vtkm::cont::StorageTagBasic> | 
Definition at line 56 of file ArrayConverters.h.
| 
 | inlinestatic | 
Definition at line 58 of file ArrayConverters.h.
 1.8.17
 1.8.17