#include <GraphMLWriter_unit_tests.hpp>
Data Structures | |
struct | attributes |
define attributes names More... | |
Public Types | |
typedef boost::fusion::vector < float, float, float, double, long int, int, std::string > | type |
The node contain several properties. | |
typedef memory_traits_inte < type >::type | memory_int |
typedef memory_traits_lin < type >::type | memory_lin |
typedef float | s_type |
type of the spatial information | |
Public Member Functions | |
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 | |
Data Fields | |
type | data |
The data. | |
Static Public Attributes | |
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 | |
Test node and edge
Definition at line 25 of file GraphMLWriter_unit_tests.hpp.