OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
vtk_write< ele, vtk, has_attributes > Struct Template Reference

write a property that has attributes More...

Detailed Description

template<typename ele, typename vtk, bool has_attributes = has_attributes<ele>::value>
struct vtk_write< ele, vtk, has_attributes >

write a property that has attributes

Template Parameters
eleobject we are writing
vtkvtk writer
truein case the basic object has attributes

Definition at line 24 of file staggered_dist_grid_util.hpp.

#include <staggered_dist_grid_util.hpp>

Public Member Functions

 vtk_write (vtk vtk_w, const std::string output, const size_t i)
 Add the grid with attributes name.
 

Constructor & Destructor Documentation

◆ vtk_write()

template<typename ele , typename vtk , bool has_attributes = has_attributes<ele>::value>
vtk_write< ele, vtk, has_attributes >::vtk_write ( vtk  vtk_w,
const std::string  output,
const size_t  i 
)
inline

Add the grid with attributes name.

Parameters
vtk_wVTK writer
outputwhere to write
iproperty to write

Definition at line 33 of file staggered_dist_grid_util.hpp.


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