| VTK
    9.0.1
    | 
#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 69 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< const vtkm::Vec< T, N > >::TagType = vtkPortalOfVecOfValues | 
Definition at line 71 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< const vtkm::Vec< T, N > >::ComponentType = typename std::remove_const<T>::type | 
Definition at line 72 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< const vtkm::Vec< T, N > >::Type = vtkm::Vec<T, N> | 
Definition at line 73 of file PortalTraits.h.
| 
 | inlinestatic | 
Definition at line 76 of file PortalTraits.h.
| 
 | inlinestatic | 
Definition at line 82 of file PortalTraits.h.
| 
 | staticconstexpr | 
Definition at line 74 of file PortalTraits.h.
 1.8.17
 1.8.17