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