Viskores
1.0
|
#include <Types.h>
Public Types | |
using | ComponentType = T |
Public Member Functions | |
constexpr | 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 viskores::IdComponent | GetNumberOfComponents () const |
constexpr ComponentType | operator[] (viskores::IdComponent) const |
bool | operator== (const Vec< T, NUM_COMPONENTS > &) const |
bool | operator!= (const Vec< T, NUM_COMPONENTS > &) const |
Static Public Attributes | |
static constexpr viskores::IdComponent | NUM_COMPONENTS = 0 |
using viskores::Vec< T, 0 >::ComponentType = T |
|
constexprdefault |
|
inlineexplicit |
|
inline |
|
inlineconstexpr |
|
inline |
|
inline |
|
inline |
|
inlineconstexpr |
|
staticconstexpr |