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