OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
meta_prop_new< I, ele_g, St, T[N1], is_writable > Struct Template Reference

Partial specialization for N=1 1D-Array. More...

Detailed Description

template<typename I, typename ele_g, typename St, typename T, size_t N1, bool is_writable>
struct meta_prop_new< I, ele_g, St, T[N1], is_writable >

Partial specialization for N=1 1D-Array.

Definition at line 884 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)
 

Constructor & Destructor Documentation

◆ meta_prop_new()

template<typename I , typename ele_g , typename St , typename T , size_t N1, bool is_writable>
meta_prop_new< I, ele_g, St, T[N1], is_writable >::meta_prop_new ( const openfpm::vector< ele_g > &  vg,
std::string &  v_out,
const openfpm::vector< std::string > &  prop_names,
file_type  ft 
)
inline

Write a vtk compatible type into vtk format.

Parameters
vgarray of elements to write
v_outstring containing the string
prop_namesproperties name
ftASCII or BINARY

Get a vertex iterator

Definition at line 894 of file VTKWriter_grids_util.hpp.

Member Function Documentation

◆ get_pvtp_out()

template<typename I , typename ele_g , typename St , typename T , size_t N1, bool is_writable>
static void meta_prop_new< I, ele_g, St, T[N1], is_writable >::get_pvtp_out ( std::string &  v_out,
const openfpm::vector< std::string > &  prop_names 
)
inlinestatic

Definition at line 977 of file VTKWriter_grids_util.hpp.


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