Nektar++
|
#include <Graph.h>
Public Member Functions | |
Graph () | |
~Graph () | |
Protected Attributes | |
size_t | m_curmaxvid |
std::list< GraphVertexObject * > | m_vertset |
std::list< GraphEdgeObject * > | m_edgeset |
Nektar::LibUtilities::Graph::Graph | ( | ) |
Definition at line 47 of file Graph.cpp.
Referenced by CellMLToNektar.cellml_metadata.RdfProcessor::_add_rdf_element(), CellMLToNektar.cellml_metadata.RdfProcessor::_create_new_store(), and CellMLToNektar.cellml_metadata.RdfProcessor::_load_ontology().
|
protected |
|
protected |