OpenFPM_io  0.2.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Functions Variables Typedefs
meta_prop< I, ele_g, St, T > Struct Template Reference

This class is an helper to create properties output from scalar and compile-time array elements. More...

#include <VTKWriter_grids_util.hpp>

Public Member Functions

 meta_prop (const openfpm::vector< ele_g > &vg, std::string &v_out)
 

Detailed Description

template<typename I, typename ele_g, typename St, typename T>
struct meta_prop< I, ele_g, St, T >

This class is an helper to create properties output from scalar and compile-time array elements.

Template Parameters
IIt is an boost::mpl::int_ that indicate which property we are writing
ele_gelement type that store the grid information
Sttype of space where the grid live
Tthe type of the property

Definition at line 208 of file VTKWriter_grids_util.hpp.

Constructor & Destructor Documentation

template<typename I, typename ele_g, typename St, typename T>
meta_prop< I, ele_g, St, T >::meta_prop ( const openfpm::vector< ele_g > &  vg,
std::string &  v_out 
)
inline

Get a vertex iterator

Definition at line 210 of file VTKWriter_grids_util.hpp.


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