Sub-domain vertex graph node.
More...
Sub-domain vertex graph node.
Definition at line 23 of file VTKWriter_unit_tests.hpp.
#include <VTKWriter_unit_tests.hpp>
|
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
|
|
|
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
|
|
◆ s_type
◆ 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.
◆ vertex() [1/2]
◆ vertex() [2/2]
vertex::vertex |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
|
inline |
Initialize the VTKVertex.
- Parameters
-
x | coordinate x |
y | coordinate y |
z | coordinate z |
Definition at line 81 of file VTKWriter_unit_tests.hpp.
◆ noPointers()
static bool vertex::noPointers |
( |
| ) |
|
|
inlinestatic |
◆ data
◆ max_prop
const unsigned int vertex::max_prop = 8 |
|
static |
◆ prp1
const unsigned int vertex::prp1 = 3 |
|
static |
◆ prp2
const unsigned int vertex::prp2 = 4 |
|
static |
◆ prp3
const unsigned int vertex::prp3 = 5 |
|
static |
◆ prp4
const unsigned int vertex::prp4 = 6 |
|
static |
◆ prp5
const unsigned int vertex::prp5 = 7 |
|
static |
const unsigned int vertex::x = 0 |
|
static |
const unsigned int vertex::y = 1 |
|
static |
const unsigned int vertex::z = 2 |
|
static |
The documentation for this struct was generated from the following file: