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 612 of file VTKWriter_graph.hpp.
#include <VTKWriter_graph.hpp>
Static Public Member Functions | |
static std::string | get_point_data (Graph &g) |
Return the point data section for a graph g. | |
static std::string | get_cell_data (const Graph &g) |
Return the cell data section for a graph g. | |
static std::string | get_point_property_header (size_t prop) |
Given a Graph return the point data header for the property prop. | |
static std::string | get_cell_property_header (size_t prop) |
Given a Graph return the cell data header. | |
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 786 of file VTKWriter_graph.hpp.
|
inlinestatic |
Get the attributes name for vertex.
Definition at line 776 of file VTKWriter_graph.hpp.
|
inlinestatic |
Return the cell data section for a graph g.
g | graph |
Get an edge iterator
Definition at line 651 of file VTKWriter_graph.hpp.
|
inlinestatic |
Given a Graph return the cell data header.
prop | property id |
edge node output string
Definition at line 727 of file VTKWriter_graph.hpp.
|
inlinestatic |
Return the point data section for a graph g.
g | graph |
vertex node output string
Get a vertex iterator
Definition at line 622 of file VTKWriter_graph.hpp.
|
inlinestatic |
Given a Graph return the point data header for the property prop.
prop | id of the property |
vertex node output string
Definition at line 693 of file VTKWriter_graph.hpp.