OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
ne_cp Struct Reference

Detailed Description

Test node and edge

Definition at line 25 of file GraphMLWriter_unit_tests.hpp.

#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 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
 

Static Public Member Functions

static bool noPointers ()
 

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
 

The documentation for this struct was generated from the following file: