This class is an helper to create properties output from scalar and compile-time array elements. More...
This class is an helper to create properties output from scalar and compile-time array elements.
I | It is an boost::mpl::int_ that indicate which property we are writing |
ele_g | element type that store the grid information |
St | type of space where the grid live |
T | the type of the property |
is_writable | flag that indicate if a property is writable |
Definition at line 811 of file VTKWriter_grids_util.hpp.
#include <VTKWriter_grids_util.hpp>
Public Member Functions | |
meta_prop_new (const openfpm::vector< ele_g > &vg, std::string &v_out, const openfpm::vector< std::string > &prop_names, file_type ft) | |
Write a vtk compatible type into vtk format. | |
Static Public Member Functions | |
static void | get_pvtp_out (std::string &v_out, const openfpm::vector< std::string > &prop_names) |
|
inline |
Write a vtk compatible type into vtk format.
vg | array of elements to write |
v_out | string containing the string |
prop_names | property names |
ft | ASCII or BINARY |
Get a vertex iterator
Definition at line 821 of file VTKWriter_grids_util.hpp.
|
inlinestatic |
Definition at line 875 of file VTKWriter_grids_util.hpp.