|
VTK
9.4.2
|
#include <PortalTraits.h>
Public Types | |
| using | TagType = vtkPortalOfVecOfVecValues |
| using | ComponentType = typename std::remove_const< T >::type |
| using | Type = vtkm::Vec< vtkm::Vec< T, N >, M > |
Static Public Member Functions | |
| static void | SetComponent (Type &t, vtkm::IdComponent i, const ComponentType &v) |
| static ComponentType | GetComponent (const Type &t, vtkm::IdComponent i) |
Static Public Attributes | |
| static constexpr vtkm::IdComponent | NUM_COMPONENTS = N * M |
| static constexpr vtkm::IdComponent | NUM_COMPONENTS_OUTER = M |
| static constexpr vtkm::IdComponent | NUM_COMPONENTS_INNER = N |
Definition at line 80 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< vtkm::Vec< vtkm::Vec< T, N >, M > >::TagType = vtkPortalOfVecOfVecValues |
Definition at line 82 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< vtkm::Vec< vtkm::Vec< T, N >, M > >::ComponentType = typename std::remove_const<T>::type |
Definition at line 83 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< vtkm::Vec< vtkm::Vec< T, N >, M > >::Type = vtkm::Vec<vtkm::Vec<T, N>, M> |
Definition at line 84 of file PortalTraits.h.
|
inlinestatic |
Definition at line 90 of file PortalTraits.h.
|
inlinestatic |
Definition at line 98 of file PortalTraits.h.
|
staticconstexpr |
Definition at line 85 of file PortalTraits.h.
|
staticconstexpr |
Definition at line 87 of file PortalTraits.h.
|
staticconstexpr |
Definition at line 88 of file PortalTraits.h.