OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
ele_vps< Vps > Class Template Reference

Store a reference to the vector position. More...

Detailed Description

template<typename Vps>
class ele_vps< Vps >

Store a reference to the vector position.

Template Parameters
VpsType of vector that store the position of the particles

Definition at line 25 of file VTKWriter_point_set.hpp.

#include <VTKWriter_point_set.hpp>

Public Types

typedef Vps value_type
 type of vector that store the particle position
 

Public Member Functions

 ele_vps (const Vps &g, size_t mark)
 constructor
 

Data Fields

const Vps & g
 particle position vector
 
size_t mark
 ghost marker
 

Member Typedef Documentation

◆ value_type

template<typename Vps >
typedef Vps ele_vps< Vps >::value_type

type of vector that store the particle position

Definition at line 30 of file VTKWriter_point_set.hpp.

Constructor & Destructor Documentation

◆ ele_vps()

template<typename Vps >
ele_vps< Vps >::ele_vps ( const Vps &  g,
size_t  mark 
)
inline

constructor

Definition at line 39 of file VTKWriter_point_set.hpp.

Field Documentation

◆ g

template<typename Vps >
const Vps& ele_vps< Vps >::g

particle position vector

Definition at line 33 of file VTKWriter_point_set.hpp.

◆ mark

template<typename Vps >
size_t ele_vps< Vps >::mark

ghost marker

Definition at line 36 of file VTKWriter_point_set.hpp.


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