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
dist_prop_out_edge< Graph > Struct Template Reference

this class is a functor for "for_each" algorithm More...

#include <VTKWriter_dist_graph.hpp>

Public Member Functions

 dist_prop_out_edge (std::string &e_out, const Graph &g)
 constructor More...
 
template<typename T >
void operator() (T &t) const
 It produce an output for each property.
 

Data Fields

std::string & e_out
 
const Graph & g
 

Detailed Description

template<typename Graph>
struct dist_prop_out_edge< Graph >

this class is a functor for "for_each" algorithm

This class is a functor for "for_each" algorithm. For each element of the boost::vector the operator() is called. Is mainly used to produce at output for each property

Template Parameters
Graphgraph we are processing
Parameters
dimDimensionality
Stype of grid

Definition at line 834 of file VTKWriter_dist_graph.hpp.

Constructor & Destructor Documentation

template<typename Graph >
dist_prop_out_edge< Graph >::dist_prop_out_edge ( std::string &  e_out,
const Graph &  g 
)
inline

constructor

Parameters
v_outstring to fill with the vertex properties

Definition at line 847 of file VTKWriter_dist_graph.hpp.


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