VTK-m
2.2
|
#include <Types.h>
Public Types | |
using | ComponentType = T |
Public Member Functions | |
Vec ()=default | |
Vec (const ComponentType &) | |
template<typename OtherType > | |
Vec (const Vec< OtherType, NUM_COMPONENTS > &) | |
Vec< ComponentType, NUM_COMPONENTS > & | operator= (const Vec< ComponentType, NUM_COMPONENTS > &) |
constexpr vtkm::IdComponent | GetNumberOfComponents () const |
constexpr ComponentType | operator[] (vtkm::IdComponent) const |
bool | operator== (const Vec< T, NUM_COMPONENTS > &) const |
bool | operator!= (const Vec< T, NUM_COMPONENTS > &) 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 |