| 
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 bool  | noPointers () | 
|   | 
 | 
| 
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 
  | 
|   | 
The documentation for this struct was generated from the following file: