Property writer for vector. More...
Property writer for vector.
Definition at line 324 of file VTKWriter_graph.hpp.
#include <VTKWriter_graph.hpp>
Static Public Member Functions | |
template<typename ele_v , typename Graph , unsigned int i> | |
static void | write (std::string &v_out, const Graph &g, const typename Graph::E_container &edge) |
Writer in case the property is an array. | |
|
inlinestatic |
Writer in case the property is an array.
ele_v | Property element |
Graph | Graph of reference |
i | Property id |
v_out | Buffer to write into |
g | Graph |
edge | to write |
Definition at line 337 of file VTKWriter_graph.hpp.