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 create a string containing all the edge properties
Definition at line 205 of file VTKWriter_graph.hpp.
#include <VTKWriter_graph.hpp>
Public Member Functions | |
| vtk_edge_node (std::string &e_node, typename G::E_container &n_obj) | |
| Constructor. | |
| void | new_node (size_t v_c, size_t s, size_t d) |
| Create a new node. | |
Data Fields | |
| G::E_container & | vo |
| Vertex object container. | |
| std::string & | e_node |
| edge node string | |
|
inline |
Constructor.
Create an edge node
| e_node | std::string that is filled with the graph properties in the GraphML format |
| n_obj | object container to access the object properties for example encapc<...> |
Definition at line 221 of file VTKWriter_graph.hpp.
|
inline |
Create a new node.
| v_c | unused |
| s | source of the edge |
| d | destination of the edge |
Definition at line 234 of file VTKWriter_graph.hpp.
| std::string& vtk_edge_node< G >::e_node |
edge node string
Definition at line 211 of file VTKWriter_graph.hpp.
| G::E_container& vtk_edge_node< G >::vo |
Vertex object container.
Definition at line 208 of file VTKWriter_graph.hpp.