OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
vertex2 Struct Reference

Detailed Description

Definition at line 91 of file VTKWriter_unit_tests.hpp.

Data Structures

struct  attributes
 Attributes name. More...
 

Public Types

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

 vertex2 ()
 
 vertex2 (float x, float y, float z)
 Initialize the VTKVertex.
 

Static Public Member Functions

static bool noPointers ()
 

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
 

Member Typedef Documentation

◆ s_type

typedef float vertex2::s_type

type of the positional field

Definition at line 97 of file VTKWriter_unit_tests.hpp.

◆ type

typedef boost::fusion::vector<float[3],size_t,double> vertex2::type

The node contain 3 unsigned long integer for communication computation memory and id.

Definition at line 94 of file VTKWriter_unit_tests.hpp.

Constructor & Destructor Documentation

◆ vertex2() [1/2]

vertex2::vertex2 ( )
inline

Default constructor

Definition at line 120 of file VTKWriter_unit_tests.hpp.

◆ vertex2() [2/2]

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

Initialize the VTKVertex.

Parameters
xcoordinate x
ycoordinate y
zcoordinate z

Definition at line 137 of file VTKWriter_unit_tests.hpp.

Member Function Documentation

◆ noPointers()

static bool vertex2::noPointers ( )
inlinestatic

Definition at line 125 of file VTKWriter_unit_tests.hpp.

Field Documentation

◆ data

type vertex2::data

The data.

Definition at line 106 of file VTKWriter_unit_tests.hpp.

◆ max_prop

const unsigned int vertex2::max_prop = 3
static

total number of properties boost::fusion::vector

Definition at line 114 of file VTKWriter_unit_tests.hpp.

◆ prp1

const unsigned int vertex2::prp1 = 1
static

Definition at line 110 of file VTKWriter_unit_tests.hpp.

◆ prp2

const unsigned int vertex2::prp2 = 2
static

Definition at line 111 of file VTKWriter_unit_tests.hpp.

◆ x

const unsigned int vertex2::x = 0
static

computation property id in boost::fusion::vector

Definition at line 109 of file VTKWriter_unit_tests.hpp.


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