| 
    VTK-m
    2.3
    
   | 
 
#include <VecFlat.h>
  
Public Member Functions | |
| VecFlat ()=default | |
| VecFlat (const T &src) | |
| VecFlat & | operator= (const T &src) | 
| operator T () const | |
  Public Member Functions inherited from vtkm::Vec< T, Size > | |
| constexpr | Vec ()=default | 
| void | CopyInto (Vec< T, Size > &dest) const | 
Private Types | |
| using | Superclass = internal::FlattenVec< T > | 
Additional Inherited Members | |
  Public Types inherited from vtkm::Vec< T, Size > | |
| using | ComponentType = T | 
  Static Public Attributes inherited from vtkm::Vec< T, Size > | |
| static constexpr vtkm::IdComponent | NUM_COMPONENTS = Size | 
      
  | 
  private | 
      
  | 
  default | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
 1.8.17