|
VTK
9.5.2
|
#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 108 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< const viskores::Vec< viskores::Vec< T, N >, M > >::TagType = vtkPortalOfVecOfVecValues |
Definition at line 110 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< const viskores::Vec< viskores::Vec< T, N >, M > >::ComponentType = typename std::remove_const<T>::type |
Definition at line 111 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< const viskores::Vec< viskores::Vec< T, N >, M > >::Type = viskores::Vec<viskores::Vec<T, N>, M> |
Definition at line 112 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 118 of file PortalTraits.h.
|
inlinestatic |
Definition at line 126 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 113 of file PortalTraits.h.
|
staticconstexpr |
Definition at line 115 of file PortalTraits.h.
|
staticconstexpr |
Definition at line 116 of file PortalTraits.h.
|
staticconstexpr |
Definition at line 30 of file PortalTraits.h.