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

Sub-domain vertex graph node. More...

Detailed Description

Sub-domain vertex graph node.

Definition at line 21 of file VTKWriter_unit_tests.hpp.

#include <VTKWriter_unit_tests.hpp>

Data Structures

struct  attributes
 Attributes name. More...
 

Public Types

typedef boost::fusion::vector
< float, float, float, float,
size_t, double, unsigned char,
long int > 
type
 The node contain 3 unsigned long integer for communication computation memory and id.
 
typedef float s_type
 type of the positional field
 

Public Member Functions

 vertex ()
 
 vertex (float x, float y, float z)
 Initialize the VTKVertex. More...
 

Static Public Member Functions

static bool noPointers ()
 

Data Fields

type data
 The data.
 

Static Public Attributes

static const unsigned int x = 0
 x
 
static const unsigned int y = 1
 y
 
static const unsigned int z = 2
 z
 
static const unsigned int prp1 = 3
 property 1
 
static const unsigned int prp2 = 4
 property 2
 
static const unsigned int prp3 = 5
 property 3
 
static const unsigned int prp4 = 6
 property 4
 
static const unsigned int prp5 = 7
 property 5
 
static const unsigned int max_prop = 8
 total number of properties boost::fusion::vector
 

Constructor & Destructor Documentation

vertex::vertex ( )
inline

Default constructor

Definition at line 62 of file VTKWriter_unit_tests.hpp.

vertex::vertex ( float  x,
float  y,
float  z 
)
inline

Initialize the VTKVertex.

Parameters
xcoordinate x
ycoordinate y
zcoordinate z

Definition at line 79 of file VTKWriter_unit_tests.hpp.


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