| 
    VTK-m
    2.0
    
   | 
 
#include <VecFlat.h>
  
Public Member Functions | |
| VecFlat ()=default | |
| VTKM_EXEC_CONT | VecFlat (const T &src) | 
| VTKM_EXEC_CONT VecFlat & | operator= (const T &src) | 
| VTKM_EXEC_CONT | operator T () const | 
  Public Member Functions inherited from vtkm::Vec< T, Size > | |
| Vec ()=default | |
| VTKM_EXEC_CONT 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