|
VTK-m
2.0
|
#include <VecFromPortalPermute.h>
Public Types | |
| using | NumericTag = typename vtkm::TypeTraits< ComponentType >::NumericTag |
| using | DimensionalityTag = TypeTraitsVectorTag |
Static Public Member Functions | |
| VTKM_SUPPRESS_EXEC_WARNINGS static VTKM_EXEC_CONT VecType | ZeroInitialization () |
Private Types | |
| using | VecType = vtkm::VecFromPortalPermute< IndexVecType, PortalType > |
| using | ComponentType = typename PortalType::ValueType |
|
private |
| using vtkm::TypeTraits< vtkm::VecFromPortalPermute< IndexVecType, PortalType > >::DimensionalityTag = TypeTraitsVectorTag |
| using vtkm::TypeTraits< vtkm::VecFromPortalPermute< IndexVecType, PortalType > >::NumericTag = typename vtkm::TypeTraits<ComponentType>::NumericTag |
|
private |
|
inlinestatic |
1.8.17