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

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

Detailed Description

template<typename Vpp>
class ele_vpp< Vpp >

Store a reference to the vector properties.

Template Parameters
VppType of vector that store the property of the particles

Definition at line 51 of file VTKWriter_point_set.hpp.

#include <VTKWriter_point_set.hpp>

Public Types

typedef Vpp value_type
 type of vector that store the particle properties
 

Public Member Functions

 ele_vpp (const Vpp &vpp, size_t mark)
 constructor
 

Data Fields

const Vpp & g
 Reference to the particle properties.
 
size_t mark
 ghost marker
 

Member Typedef Documentation

◆ value_type

template<typename Vpp >
typedef Vpp ele_vpp< Vpp >::value_type

type of vector that store the particle properties

Definition at line 56 of file VTKWriter_point_set.hpp.

Constructor & Destructor Documentation

◆ ele_vpp()

template<typename Vpp >
ele_vpp< Vpp >::ele_vpp ( const Vpp &  vpp,
size_t  mark 
)
inline

constructor

Definition at line 66 of file VTKWriter_point_set.hpp.

Field Documentation

◆ g

template<typename Vpp >
const Vpp& ele_vpp< Vpp >::g

Reference to the particle properties.

Definition at line 60 of file VTKWriter_point_set.hpp.

◆ mark

template<typename Vpp >
size_t ele_vpp< Vpp >::mark

ghost marker

Definition at line 63 of file VTKWriter_point_set.hpp.


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