OpenFPM_io  0.2.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Functions Variables Typedefs
vertex Struct Reference

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 memory_traits_inte
< type >::type 
memory_int
 
typedef memory_traits_lin
< type >::type 
memory_lin
 
typedef float s_type
 type of the positional field
 

Public Member Functions

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

Data Fields

type data
 The data.
 

Static Public Attributes

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

Detailed Description

Definition at line 22 of file VTKWriter_unit_tests.hpp.

Constructor & Destructor Documentation

vertex::vertex ( )
inline

Default constructor

Definition at line 57 of file VTKWriter_unit_tests.hpp.

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

Initialize the VTKVertex.

Parameters

Definition at line 67 of file VTKWriter_unit_tests.hpp.


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