|
VTK
9.6.20260520
|
#include <PortalTraits.h>
Public Types | |
| using | TagType = vtkPortalOfVecOfVecValues |
| using | ComponentType = typename std::remove_const<T>::type |
| using | Type = viskores::Vec<viskores::Vec<T, N>, M> |
| using | TagType |
| using | ComponentType |
| using | Type |
Static Public Member Functions | |
| static void | SetComponent (Type &t, viskores::IdComponent i, const ComponentType &v) |
| static ComponentType | GetComponent (const Type &t, viskores::IdComponent i) |
| static void | SetComponent (Type &t, viskores::IdComponent, const ComponentType &v) |
| static ComponentType | GetComponent (const Type &t, viskores::IdComponent) |
Static Public Attributes | |
| static constexpr viskores::IdComponent | NUM_COMPONENTS = N * M |
| static constexpr viskores::IdComponent | NUM_COMPONENTS_OUTER = M |
| static constexpr viskores::IdComponent | NUM_COMPONENTS_INNER = N |
| static constexpr viskores::IdComponent | NUM_COMPONENTS |
Definition at line 80 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< viskores::Vec< viskores::Vec< T, N >, M > >::TagType = vtkPortalOfVecOfVecValues |
Definition at line 82 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< viskores::Vec< viskores::Vec< T, N >, M > >::ComponentType = typename std::remove_const<T>::type |
Definition at line 83 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< viskores::Vec< viskores::Vec< T, N >, M > >::Type = viskores::Vec<viskores::Vec<T, N>, M> |
Definition at line 84 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< T >::TagType |
Definition at line 27 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< T >::ComponentType |
Definition at line 28 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< T >::Type |
Definition at line 29 of file PortalTraits.h.
|
inlinestatic |
Definition at line 90 of file PortalTraits.h.
|
inlinestatic |
Definition at line 98 of file PortalTraits.h.
|
inlinestatic |
Definition at line 32 of file PortalTraits.h.
|
inlinestatic |
Definition at line 34 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.
|
staticconstexpr |
Definition at line 30 of file PortalTraits.h.