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 |
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 834 of file VTKWriter_dist_graph.hpp.
|
inline |
constructor
| v_out | string to fill with the vertex properties |
Definition at line 847 of file VTKWriter_dist_graph.hpp.