VTK
9.1.0
|
#include <PortalTraits.h>
Public Types | |
using | TagType = vtkPortalOfScalarValues |
using | ComponentType = typename std::remove_const< T >::type |
using | Type = ComponentType |
Static Public Member Functions | |
static void | SetComponent (Type &t, vtkm::IdComponent, const ComponentType &v) |
static ComponentType | GetComponent (const Type &t, vtkm::IdComponent) |
Static Public Attributes | |
static constexpr vtkm::IdComponent | NUM_COMPONENTS = 1 |
Definition at line 35 of file PortalTraits.h.
using tovtkm::vtkPortalTraits< T >::TagType = vtkPortalOfScalarValues |
Definition at line 37 of file PortalTraits.h.
using tovtkm::vtkPortalTraits< T >::ComponentType = typename std::remove_const<T>::type |
Definition at line 38 of file PortalTraits.h.
using tovtkm::vtkPortalTraits< T >::Type = ComponentType |
Definition at line 39 of file PortalTraits.h.
|
inlinestatic |
Definition at line 42 of file PortalTraits.h.
|
inlinestatic |
Definition at line 44 of file PortalTraits.h.
|
staticconstexpr |
Definition at line 40 of file PortalTraits.h.