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 865 of file VTKWriter_graph.hpp.
#include <VTKWriter_graph.hpp>
Public Member Functions | |
| prop_out_edge (std::string &e_out, const Graph &g) | |
| constructor | |
| template<typename T > | |
| void | operator() (T &t) const |
| It produce an output for each property. | |
Data Fields | |
| std::string & | e_out |
| property output string | |
| const Graph & | g |
| Graph that we are processing. | |
|
inline |
constructor
| e_out | string to fill with the edge properties |
| g | graph we are writing |
Definition at line 879 of file VTKWriter_graph.hpp.
|
inline |
It produce an output for each property.
| t | property index |
Definition at line 891 of file VTKWriter_graph.hpp.
| std::string& prop_out_edge< Graph >::e_out |
property output string
Definition at line 868 of file VTKWriter_graph.hpp.
| const Graph& prop_out_edge< Graph >::g |
Graph that we are processing.
Definition at line 871 of file VTKWriter_graph.hpp.