Store a reference to the vector properties. More...
Store a reference to the vector properties.
Vpp | Type 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 | |
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
Definition at line 66 of file VTKWriter_point_set.hpp.
const Vpp& ele_vpp< Vpp >::g |
Reference to the particle properties.
Definition at line 60 of file VTKWriter_point_set.hpp.
size_t ele_vpp< Vpp >::mark |
ghost marker
Definition at line 63 of file VTKWriter_point_set.hpp.