VTK
9.4.2
|
#include <DataArrayConverters.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 150 of file DataArrayConverters.h.
using tovtkm::DataArrayToArrayHandle< vtkAOSDataArrayTemplate< T >, NumComponents >::ValueType = typename std::conditional<NumComponents == 1, T, vtkm::Vec<T, NumComponents> >::type |
Definition at line 152 of file DataArrayConverters.h.
using tovtkm::DataArrayToArrayHandle< vtkAOSDataArrayTemplate< T >, NumComponents >::StorageType = vtkm::cont::internal::Storage<ValueType, vtkm::cont::StorageTagBasic> |
Definition at line 154 of file DataArrayConverters.h.
using tovtkm::DataArrayToArrayHandle< vtkAOSDataArrayTemplate< T >, NumComponents >::ArrayHandleType = vtkm::cont::ArrayHandle<ValueType, vtkm::cont::StorageTagBasic> |
Definition at line 155 of file DataArrayConverters.h.
|
inlinestatic |
Definition at line 158 of file DataArrayConverters.h.