this class is a functor for "for_each" algorithm More...
#include <VTKWriter_graph.hpp>
Public Types | |
typedef G::V_type::s_type | s_type |
Public Member Functions | |
vtk_vertex_node (std::string &v_node, typename G::V_container &n_obj, s_type(&x)[3]) | |
Constructor. More... | |
void | write () |
Write collected information. | |
template<typename T > | |
void | operator() (T &t) |
It call the functor for each member. | |
Data Fields | |
bool | z_set |
s_type(& | x )[3] |
G::V_container & | vo |
std::string & | v_node |
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 vertex properties
G | graph type |
attr | has the vertex attributes |
Definition at line 92 of file VTKWriter_graph.hpp.
|
inline |
Constructor.
Create a vertex properties list
v_node | std::string that is filled with the graph properties in the GraphML format |
n_obj | object container to access its properties for example encapc<...> |
Definition at line 115 of file VTKWriter_graph.hpp.