|
VTK-m
2.0
|
#include <Types.h>
Public Types | |
| using | ComponentType = T |
Public Member Functions | |
| Vec ()=default | |
| VTKM_EXEC_CONT | Vec (const ComponentType &) |
| template<typename OtherType > | |
| VTKM_EXEC_CONT | Vec (const Vec< OtherType, NUM_COMPONENTS > &) |
| VTKM_EXEC_CONT Vec< ComponentType, NUM_COMPONENTS > & | operator= (const Vec< ComponentType, NUM_COMPONENTS > &) |
| constexpr VTKM_EXEC_CONT vtkm::IdComponent | GetNumberOfComponents () const |
| constexpr VTKM_EXEC_CONT ComponentType | operator[] (vtkm::IdComponent vtkmNotUsed(idx)) const |
| VTKM_EXEC_CONT bool | operator== (const Vec< T, NUM_COMPONENTS > &vtkmNotUsed(other)) const |
| VTKM_EXEC_CONT bool | operator!= (const Vec< T, NUM_COMPONENTS > &vtkmNotUsed(other)) const |
Static Public Attributes | |
| static constexpr vtkm::IdComponent | NUM_COMPONENTS = 0 |
| using vtkm::Vec< T, 0 >::ComponentType = T |
|
inlineexplicit |
|
inline |
|
inlineconstexpr |
|
inline |
|
inline |
|
inline |
|
inlineconstexpr |
|
staticconstexpr |
1.8.17