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

Sub-domain vertex graph node. More...

Detailed Description

Sub-domain vertex graph node.

Definition at line 23 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.
 

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
 

Member Typedef Documentation

◆ s_type

typedef float vertex::s_type

type of the positional field

Definition at line 29 of file VTKWriter_unit_tests.hpp.

◆ type

typedef boost::fusion::vector<float,float,float,float,size_t,double,unsigned char,long int> vertex::type

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

Definition at line 26 of file VTKWriter_unit_tests.hpp.

Constructor & Destructor Documentation

◆ vertex() [1/2]

vertex::vertex ( )
inline

Default constructor

Definition at line 64 of file VTKWriter_unit_tests.hpp.

◆ vertex() [2/2]

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

Initialize the VTKVertex.

Parameters
xcoordinate x
ycoordinate y
zcoordinate z

Definition at line 81 of file VTKWriter_unit_tests.hpp.

Member Function Documentation

◆ noPointers()

static bool vertex::noPointers ( )
inlinestatic

Definition at line 69 of file VTKWriter_unit_tests.hpp.

Field Documentation

◆ data

type vertex::data

The data.

Definition at line 38 of file VTKWriter_unit_tests.hpp.

◆ max_prop

const unsigned int vertex::max_prop = 8
static

total number of properties boost::fusion::vector

Definition at line 58 of file VTKWriter_unit_tests.hpp.

◆ prp1

const unsigned int vertex::prp1 = 3
static

property 1

Definition at line 47 of file VTKWriter_unit_tests.hpp.

◆ prp2

const unsigned int vertex::prp2 = 4
static

property 2

Definition at line 49 of file VTKWriter_unit_tests.hpp.

◆ prp3

const unsigned int vertex::prp3 = 5
static

property 3

Definition at line 51 of file VTKWriter_unit_tests.hpp.

◆ prp4

const unsigned int vertex::prp4 = 6
static

property 4

Definition at line 53 of file VTKWriter_unit_tests.hpp.

◆ prp5

const unsigned int vertex::prp5 = 7
static

property 5

Definition at line 55 of file VTKWriter_unit_tests.hpp.

◆ x

const unsigned int vertex::x = 0
static

x

Definition at line 41 of file VTKWriter_unit_tests.hpp.

◆ y

const unsigned int vertex::y = 1
static

y

Definition at line 43 of file VTKWriter_unit_tests.hpp.

◆ z

const unsigned int vertex::z = 2
static

z

Definition at line 45 of file VTKWriter_unit_tests.hpp.


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