Test structure used for several test. More...
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
Definition at line 269 of file Point_test.hpp.
#include <Point_test.hpp>
Data Structures | |
struct | attributes |
Attributes name. More... | |
Public Types | |
typedef boost::fusion::vector < T, T, T, T, T[3], T[3][3]> | type |
Public Member Functions | |
void | setx (T x_) |
void | sety (T y_) |
void | setz (T z_) |
void | sets (T s_) |
template<unsigned int i> | |
boost::fusion::result_of::at < type, boost::mpl::int_< i > >::type | get () |
Point_test_prp () | |
Default constructor. | |
template<typename Mem > | |
Point_test_prp (const encapc< 1, Point_test_prp< T >, Mem > &p) | |
constructor from encapc | |
Point_test_prp (const Point_test_prp< T > &p) | |
constructor from another point | |
Point_test_prp< T > | operator= (const Point_test< T > &p) |
constructor from another point | |
Data Fields | |
type | data |