Test node and edge
Definition at line 25 of file GraphMLWriter_unit_tests.hpp.
#include <GraphMLWriter_unit_tests.hpp>
|
| typedef boost::fusion::vector< float, float, float, double, long int, int, std::string > | type |
| | The node contain several properties.
|
| |
| typedef float | s_type |
| | type of the spatial information
|
| |
|
| float & | get_x () |
| | get x
|
| |
| float & | get_y () |
| | get y
|
| |
| float & | get_z () |
| | get z
|
| |
| double & | get_dn () |
| | get double number
|
| |
| long int & | get_ln () |
| | get long number
|
| |
| int & | get_i () |
| | get integer
|
| |
| std::string & | get_str () |
| | get string
|
| |
|
| static const unsigned int | x = 0 |
| | x property id in boost::fusion::vector
|
| |
| static const unsigned int | y = 1 |
| | y property id in boost::fusion::vector
|
| |
| static const unsigned int | z = 2 |
| | z property id in boost::fusion::vector
|
| |
| static const unsigned int | double_num = 3 |
| | double_num property id in boost::fusion::vector
|
| |
| static const unsigned int | long_num = 4 |
| | long_num property id in boost::fusion::vector
|
| |
| static const unsigned int | integer = 5 |
| | integer property id in boost::fusion::vector
|
| |
| static const unsigned int | string = 6 |
| | string property id in boost::fusion::vector
|
| |
| static const unsigned int | max_prop = 7 |
| | total number of properties boost::fusion::vector
|
| |
◆ s_type
◆ type
| typedef boost::fusion::vector<float,float,float,double,long int,int,std::string> ne_cp::type |
◆ get_dn()
| double & ne_cp::get_dn |
( |
| ) |
|
|
inline |
◆ get_i()
◆ get_ln()
| long int & ne_cp::get_ln |
( |
| ) |
|
|
inline |
◆ get_str()
| std::string & ne_cp::get_str |
( |
| ) |
|
|
inline |
◆ get_x()
◆ get_y()
◆ get_z()
◆ noPointers()
| static bool ne_cp::noPointers |
( |
| ) |
|
|
inlinestatic |
◆ data
◆ double_num
| const unsigned int ne_cp::double_num = 3 |
|
static |
◆ integer
| const unsigned int ne_cp::integer = 5 |
|
static |
◆ long_num
| const unsigned int ne_cp::long_num = 4 |
|
static |
◆ max_prop
| const unsigned int ne_cp::max_prop = 7 |
|
static |
◆ string
| const unsigned int ne_cp::string = 6 |
|
static |
| const unsigned int ne_cp::x = 0 |
|
static |
| const unsigned int ne_cp::y = 1 |
|
static |
| const unsigned int ne_cp::z = 2 |
|
static |
The documentation for this struct was generated from the following file: