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 231 of file VTKWriter_grids_util.hpp.
#include <VTKWriter_grids_util.hpp>
Public Member Functions | |
| meta_prop (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.  More... | |
      
  | 
  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 241 of file VTKWriter_grids_util.hpp.