template<typename T>
class Point_test_prp< T >
Test structure used for several test.
It is a test structure used for several test it contain 4 scalar "x,y,z,s" one vector property v[3] and one tensor or rank 2 t[3][3] + the definition of properties names
It is the format for type parsing of in the openfpm structures see openFPM_data wiki for more information
Declaration of a point
Create a type definition
Access the members
Definition at line 414 of file Point_test.hpp.
|
static const unsigned int | x = 0 |
| x property is at position 0 in the boost::fusion::vector
|
|
static const unsigned int | y = 1 |
| y property is at position 1 in the boost::fusion::vector
|
|
static const unsigned int | z = 2 |
| z property is at position 2 in the boost::fusion::vector
|
|
static const unsigned int | s = 3 |
| s property is at position 3 in the boost::fusion::vector
|
|
static const unsigned int | v = 4 |
| v property is at position 4 in the boost::fusion::vector
|
|
static const unsigned int | t = 5 |
| t property is at position 5 in the boost::fusion::vector
|
|
static const unsigned int | max_prop = 6 |
| maximum number of properties
|
|