addEdge(const vertex_descriptor &source, const vertex_descriptor &target, const EdgeProperties &properties=EdgeProperties()) | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
addVertex(const vertex_properties &properties=vertex_properties()) | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
adjacentVertices(const vertex_descriptor &vertex, bool withReverseDirection=true) | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
areOpposite(const edge_descriptor &a, const edge_descriptor &b) const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
areParallel(const edge_descriptor &a, const edge_descriptor &b) const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
degree(const vertex_descriptor &vertex) const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
directed_edge_descriptor typedef | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | |
edge_descriptor typedef | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | |
edge_iterator typedef | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | |
edge_properties typedef | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | |
edges() const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
edges(const vertex_descriptor &a, const vertex_descriptor &b) const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
graph() | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
graph() const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
graph_t typedef | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | |
in_edge_iterator typedef | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | |
inEdges(const vertex_descriptor &vertex) | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
inOutEdges(const vertex_descriptor &vertex) const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
numEdges() const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
numVertices() const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
operator const graph_t &(void) const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
operator graph_t &(void) | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
operator[](const vertex_descriptor &vertex) const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
operator[](const vertex_descriptor &vertex) | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
operator[](const edge_descriptor &edge) const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
operator[](const edge_descriptor &edge) | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
out_edge_iterator typedef | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | |
outEdges(const vertex_descriptor &vertex) const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
removeEdge(const edge_descriptor &edge) | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
removeVertex(const vertex_descriptor &vertex) | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
reverse(std::vector< edge_descriptor > &edges) | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
source(const edge_descriptor &edge) const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
source(const edge_descriptor &edge, const EdgeDirection &direction) const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
source(const directed_edge_descriptor &edge) const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
target(const edge_descriptor &edge) const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
target(const edge_descriptor &edge, const EdgeDirection &direction) const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
target(const directed_edge_descriptor &edge) const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |
vertex_descriptor typedef | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | |
vertex_iterator typedef | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | |
vertex_properties typedef | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | |
vertices() const | SFCGAL::graph::GeometryGraphT< VertexProperties, EdgeProperties > | inline |