VTK
|
#include <PortalTraits.h>
Public Types | |
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 |
Definition at line 118 of file PortalTraits.h.
using tovtkm::vtkPortalTraits< const vtkm::Vec< vtkm::Vec< T, N >, M > >::ComponentType = typename std::remove_const<T>::type |
Definition at line 120 of file PortalTraits.h.
using tovtkm::vtkPortalTraits< const vtkm::Vec< vtkm::Vec< T, N >, M > >::Type = vtkm::Vec< vtkm::Vec<T,N>, M> |
Definition at line 121 of file PortalTraits.h.
|
inlinestatic |
Definition at line 125 of file PortalTraits.h.
|
inlinestatic |
Definition at line 134 of file PortalTraits.h.
|
staticconstexpr |
Definition at line 122 of file PortalTraits.h.