This class specialize functions in the case the type T has or not defined attributes. More...
This class specialize functions in the case the type T has or 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 |
Graph | type of graph we are processing |
i | the property we are going to write |
Definition at line 396 of file VTKWriter_dist_graph.hpp.
#include <VTKWriter_dist_graph.hpp>
Static Public Member Functions | |
static std::string | get_point_data (const Graph &g) |
For each vertex set the value. | |
static std::string | get_cell_data (const Graph &g) |
For each edge set the value, set 1 on vertices, needed by vtk file format. | |
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. | |
|
inlinestatic |
Get the attributes name for edge.
Definition at line 589 of file VTKWriter_dist_graph.hpp.
|
inlinestatic |
Get the attributes name for vertex.
Definition at line 579 of file VTKWriter_dist_graph.hpp.
|
inlinestatic |
For each edge set the value, set 1 on vertices, needed by vtk file format.
g | graph to output |
vertex node output string
Get a vertex iterator
Get an edge iterator
Definition at line 437 of file VTKWriter_dist_graph.hpp.
|
inlinestatic |
Given a Graph return the cell data header for a typename T.
prop | property number |
edge node output string
Definition at line 530 of file VTKWriter_dist_graph.hpp.
|
inlinestatic |
For each vertex set the value.
g | graph to output |
vertex node output string
Get a vertex iterator
Definition at line 408 of file VTKWriter_dist_graph.hpp.
|
inlinestatic |
Given a Graph return the point data header for a typename T.
prop | property id |
vertex node output string
Definition at line 479 of file VTKWriter_dist_graph.hpp.