|
typedef boost::fusion::vector< float[3]> | type |
|
typedef float | s_type |
| type of the positional field
|
|
|
| vx (const vx &p) |
|
template<unsigned int id> |
auto | get () -> decltype(boost::fusion::at_c< id >(data)) |
|
template<unsigned int id> |
auto | get () const -> const decltype(boost::fusion::at_c< id >(data)) |
|
template<unsigned int dim, typename Mem > |
| vx (const encapc< dim, vx, Mem > &p) |
|
template<unsigned int dim, typename Mem > |
vx & | operator= (const encapc< dim, vx, Mem > &p) |
|
|
static const unsigned int | x = 0 |
| x property id in boost::fusion::vector
|
|
static const unsigned int | max_prop = 1 |
| total number of properties boost::fusion::vector
|
|
◆ s_type
◆ type
typedef boost::fusion::vector<float[3]> vx::type |
◆ vx() [1/3]
◆ vx() [2/3]
◆ vx() [3/3]
template<unsigned int dim, typename Mem >
vx::vx |
( |
const encapc< dim, vx, Mem > & |
p | ) |
|
|
inline |
◆ get() [1/2]
template<unsigned int id>
auto vx::get |
( |
| ) |
-> decltype(boost::fusion::at_c < id > (data))
|
|
inline |
◆ get() [2/2]
template<unsigned int id>
auto vx::get |
( |
| ) |
const -> const decltype(boost::fusion::at_c < id > (data))
|
|
inline |
◆ noPointers()
static bool vx::noPointers |
( |
| ) |
|
|
inlinestatic |
◆ operator=()
template<unsigned int dim, typename Mem >
vx & vx::operator= |
( |
const encapc< dim, vx, Mem > & |
p | ) |
|
|
inline |
◆ data
◆ max_prop
const unsigned int vx::max_prop = 1 |
|
static |
const unsigned int vx::x = 0 |
|
static |
The documentation for this struct was generated from the following file: