| 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 48 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< vtkm::Vec< T, N > >::TagType = vtkPortalOfVecOfValues | 
Definition at line 50 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< vtkm::Vec< T, N > >::ComponentType = typename std::remove_const<T>::type | 
Definition at line 51 of file PortalTraits.h.
| using tovtkm::vtkPortalTraits< vtkm::Vec< T, N > >::Type = vtkm::Vec<T, N> | 
Definition at line 52 of file PortalTraits.h.
| 
 | inlinestatic | 
Definition at line 55 of file PortalTraits.h.
| 
 | inlinestatic | 
Definition at line 61 of file PortalTraits.h.
| 
 | staticconstexpr | 
Definition at line 53 of file PortalTraits.h.
 1.8.17
 1.8.17