Viskores
1.0
|
#include <Range.h>
Public Types | |
using | ComponentType = viskores::Float64 |
using | BaseComponentType = viskores::Float64 |
using | HasMultipleComponents = viskores::VecTraitsTagMultipleComponents |
using | IsSizeStatic = viskores::VecTraitsTagSizeStatic |
template<typename NewComponentType > | |
using | ReplaceComponentType = viskores::Vec< NewComponentType, NUM_COMPONENTS > |
template<typename NewComponentType > | |
using | ReplaceBaseComponentType = viskores::Vec< NewComponentType, NUM_COMPONENTS > |
Static Public Member Functions | |
static constexpr viskores::IdComponent | GetNumberOfComponents (const viskores::Range &) |
static const ComponentType & | GetComponent (const viskores::Range &range, viskores::IdComponent component) |
static ComponentType & | GetComponent (viskores::Range &range, viskores::IdComponent component) |
static void | SetComponent (viskores::Range &range, viskores::IdComponent component, ComponentType value) |
template<viskores::IdComponent destSize> | |
static void | CopyInto (const viskores::Range &src, viskores::Vec< ComponentType, destSize > &dest) |
Static Public Attributes | |
static constexpr viskores::IdComponent | NUM_COMPONENTS = 2 |
using viskores::VecTraits< viskores::Range >::HasMultipleComponents = viskores::VecTraitsTagMultipleComponents |
using viskores::VecTraits< viskores::Range >::ReplaceBaseComponentType = viskores::Vec<NewComponentType, NUM_COMPONENTS> |
using viskores::VecTraits< viskores::Range >::ReplaceComponentType = viskores::Vec<NewComponentType, NUM_COMPONENTS> |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestaticconstexpr |
|
inlinestatic |
|
staticconstexpr |