|
VTK
9.5.2
|
#include <PortalTraits.h>
Public Types | |
| using | TagType = vtkPortalOfVecOfValues |
| using | ComponentType = typename std::remove_const<T>::type |
| using | Type = viskores::Vec<T, N> |
| 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 |
| static constexpr viskores::IdComponent | NUM_COMPONENTS |
Definition at line 38 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< viskores::Vec< T, N > >::TagType = vtkPortalOfVecOfValues |
Definition at line 40 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< viskores::Vec< T, N > >::ComponentType = typename std::remove_const<T>::type |
Definition at line 41 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< viskores::Vec< T, N > >::Type = viskores::Vec<T, N> |
Definition at line 42 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 45 of file PortalTraits.h.
|
inlinestatic |
Definition at line 51 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 43 of file PortalTraits.h.
|
staticconstexpr |
Definition at line 30 of file PortalTraits.h.