This class specialize functions in the case the type T has not defined attributes. More...
This class specialize functions in the case the type T has not defined attributes.
In C++ partial specialization of a function is not allowed so we have to encapsulate this function in a class
| has_attributes | parameter that specialize the function in case the vertex define or not attributes name |
| i | id of the property we are going to write |
Definition at line 609 of file VTKWriter_dist_graph.hpp.
#include <VTKWriter_dist_graph.hpp>
Static Private Member Functions | |
| static std::string | get_point_data (Graph &g) |
| For each vertex output the property string. | |
| static std::string | get_cell_data (const Graph &g) |
| For each edge output the property string. | |
| static std::string | get_point_property_header (size_t prop) |
| Given a Graph return the point data header for a typename T. | |
| static std::string | get_cell_property_header (size_t prop) |
| Given a Graph return the cell data header for a typename T. | |
| static std::string | get_attributes_vertex () |
| Get the attributes name for vertex. | |
| static std::string | get_attributes_edge () |
| Get the attributes name for edge. | |
|
inlinestaticprivate |
Get the attributes name for edge.
Definition at line 779 of file VTKWriter_dist_graph.hpp.
|
inlinestaticprivate |
Get the attributes name for vertex.
Definition at line 769 of file VTKWriter_dist_graph.hpp.
|
inlinestaticprivate |
For each edge output the property string.
| g | graph to print |
vertex node output string
Get a vertex iterator
Get an edge iterator
Definition at line 646 of file VTKWriter_dist_graph.hpp.
|
inlinestaticprivate |
Given a Graph return the cell data header for a typename T.
| prop | property id |
edge node output string
Definition at line 720 of file VTKWriter_dist_graph.hpp.
|
inlinestaticprivate |
For each vertex output the property string.
| g | graph to print |
vertex node output string
Get a vertex iterator
Definition at line 618 of file VTKWriter_dist_graph.hpp.
|
inlinestaticprivate |
Given a Graph return the point data header for a typename T.
| prop | id of the property |
vertex node output string
Definition at line 687 of file VTKWriter_dist_graph.hpp.