this class is a functor for "for_each" algorithm More...
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
Graph | graph we are processing |
dim | Dimensionality |
S | type of grid |
Definition at line 799 of file VTKWriter_dist_graph.hpp.
#include <VTKWriter_dist_graph.hpp>
Public Member Functions | |
dist_prop_out_vertex (std::string &v_out, const Graph &g) | |
constructor | |
template<typename T > | |
void | operator() (T &t) const |
It produce an output for each property. | |
Data Fields | |
std::string & | v_out |
property output string | |
const Graph & | g |
Graph that we are processing. | |
|
inline |
constructor
v_out | string to fill with the vertex properties |
g | graph to process |
Definition at line 813 of file VTKWriter_dist_graph.hpp.
|
inline |
It produce an output for each property.
t | property id |
Definition at line 824 of file VTKWriter_dist_graph.hpp.
const Graph& dist_prop_out_vertex< Graph >::g |
Graph that we are processing.
Definition at line 805 of file VTKWriter_dist_graph.hpp.
std::string& dist_prop_out_vertex< Graph >::v_out |
property output string
Definition at line 802 of file VTKWriter_dist_graph.hpp.