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
vertex3 Struct Reference

Data Structures

struct  attributes
 Attributes name. More...
 

Public Types

typedef boost::fusion::vector
< float[2], size_t, double > 
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

 vertex3 ()
 
 vertex3 (float x, float y)
 Initialize the VTKVertex. More...
 

Data Fields

type data
 The data.
 

Static Public Attributes

static const unsigned int x = 0
 computation property id in boost::fusion::vector
 
static const unsigned int prp1 = 1
 
static const unsigned int prp2 = 2
 
static const unsigned int max_prop = 3
 total number of properties boost::fusion::vector
 

Detailed Description

Definition at line 290 of file VTKWriter_unit_tests.hpp.

Constructor & Destructor Documentation

vertex3::vertex3 ( )
inline

Default constructor

Definition at line 322 of file VTKWriter_unit_tests.hpp.

vertex3::vertex3 ( float  x,
float  y 
)
inline

Initialize the VTKVertex.

Parameters

Definition at line 332 of file VTKWriter_unit_tests.hpp.


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