|
C++ main module for gpm Package
1.0
|
This is the complete list of members for GPM_Graph, including all inherited members.
| addEdge(const tVertexIID &from, const tVertexIID &to, SP::GPM_Edge edge, tEdgeIID &iid) | GPM_Graph | virtual |
| addEdge(const tVertexIID &from, const tVertexIID &to) | GPM_Graph | inlinevirtual |
| addEdge(const tVertexIID &from, const tVertexIID &to, tEdgeIID &eiid) | GPM_Graph | inlinevirtual |
| addEdge_(const tVertexIID &from, const tVertexIID &to, SP::GPM_Edge edge, tEdgeIID &iid) | GPM_Graph | protected |
| addEdgeFromIds(const int &source, const int &target, tEdgeIID &iid) | GPM_Graph | inline |
| addEdgeFromIds(const int &source, const int &target) | GPM_Graph | inline |
| addNode() | GPM_Graph | inline |
| addNode(const int &id) | GPM_Graph | inline |
| addSubGraph(const GPM_Graph &graph, map< tVertexIID, tVertexIID > &connections) | GPM_Graph | |
| addVertex(SP::GPM_Vertex vertex) | GPM_Graph | |
| clear() | GPM_Graph | |
| close() | GPM_Graph | |
| copy(const GPM_Graph &graph) | GPM_Graph | virtual |
| CORE_Object() | CORE_Object | protected |
| executeTriggerActions(CORE_Out &io) | GPM_Graph | |
| exportToCurveFile(const tString &fileName, const tString &title, const tString &XLabel, const tString &YLabel) const | GPM_Graph | virtual |
| generateEdgeId() | GPM_Graph | |
| generateVertexId() | GPM_Graph | |
| getClassName(const tString &identityString) | CORE_Object | inlinestatic |
| getClassName() const | CORE_Object | |
| getConnectedVertices(const tVertexIID &iid, vector< tVertexIID > &vertexIIDs) const | GPM_Graph | |
| getDegree(const tVertexIID &id) const | GPM_Graph | |
| getEdge(const tVertexIID &e1, const tVertexIID &e2, tEdgeIID &iid) const | GPM_Graph | |
| getEdge(const tEdgeIID &id) | GPM_Graph | |
| getEdge(const tEdgeIID &id) const | GPM_Graph | |
| getEdge(const tVertexIID &e1, const tVertexIID &e2) const | GPM_Graph | |
| getEdge(const tVertexIID &e1, const tVertexIID &e2) | GPM_Graph | |
| getEdgeFromIds(const int &e1, const int &e2, tEdgeIID &iid) const | GPM_Graph | inline |
| getEdgeFromIds(const int &e1, const int &e2) const | GPM_Graph | inline |
| getEdgeId(const tEdgeIID &iid) const | GPM_Graph | |
| getEdgeIID(const int &id, tEdgeIID &iid) const | GPM_Graph | |
| getEdges(vector< tEdgeIID > &ids) const | GPM_Graph | |
| getEdges(SV::GPM_Edge &edges) const | GPM_Graph | |
| getEdges(const tVertexIID &v, vector< tEdgeIID > &edges) const | GPM_Graph | |
| getEdgesNumber() const | GPM_Graph | |
| getEdgeVertices(const tEdgeIID &id, tVertexIID &source, tVertexIID &target) const | GPM_Graph | |
| getGraphImplement() const | GPM_Graph | inline |
| getGraphImplement() | GPM_Graph | inline |
| getIdentityString() const | CORE_Object | inline |
| getOutput() | CORE_Object | inlinestatic |
| getPatterns(const GPM_Graph &pattern, const tBoolean &isUpToAutomorphism, const tFlag &upToAutomorphismType, vector< vector< tVertexIID > > &homomorphisms, CORE_Out &io) const | GPM_Graph | |
| getPatterns(SPC::GPM_Graph pattern, const tBoolean &isUpToAutomorphism, const tFlag &upToAutomorphismType, vector< vector< tVertexIID > > &homomorphisms, CORE_Out &io) const | GPM_Graph | inline |
| getPatterns(const GPM_Graph &pattern, vector< vector< tVertexIID > > &homomorphisms, CORE_Out &io) const | GPM_Graph | inline |
| getPatterns(SPC::GPM_Graph pattern, vector< vector< tVertexIID > > &homomorphisms, CORE_Out &io) const | GPM_Graph | inline |
| getPointerAddress() const | CORE_Object | inline |
| getSharedPointer(SP::CORE_Object &p) | CORE_Object | inline |
| getSharedPointer(SPC::CORE_Object &p) const | CORE_Object | inline |
| getTypeName() | CORE_Object | inlinestatic |
| getVertex(const tVertexIID &iid) const | GPM_Graph | |
| getVertexId(const tVertexIID &iid) const | GPM_Graph | |
| getVertexIID(const int &id) const | GPM_Graph | |
| getVertices(vector< tVertexIID > &vertexIIDs) const | GPM_Graph | |
| getVertices(SV::GPM_Vertex &vertexIIDs) const | GPM_Graph | |
| getVerticesNumber() const | GPM_Graph | |
| GPM_Graph(void) | GPM_Graph | protected |
| GPM_Object(void) | GPM_Object | protected |
| is32Architecture() | CORE_Object | inlinestatic |
| is64Architecture() | CORE_Object | static |
| isInstanceOf() const | CORE_Object | inline |
| isIsomorph(const GPM_Graph &g, vector< tVertexIID > &verticesMap, CORE_Out &io) const | GPM_Graph | |
| isIsomorph(SPC::GPM_Graph g, vector< tVertexIID > &verticesMap, CORE_Out &io) const | GPM_Graph | inline |
| isIsomorph(SPC::GPM_Graph g, CORE_Out &io) const | GPM_Graph | inline |
| isIsomorph(const GPM_Graph &g, CORE_Out &io) const | GPM_Graph | inline |
| isMappingValid(const SV::GPM_Vertex &smallGraphVertices, const vector< tVertexIID > &mapping, CORE_Out &io) const | GPM_Graph | inlinevirtual |
| loadFromFile(const tString &fileName, CORE_Out &io) | GPM_Graph | |
| merge(const tVertexIID &from, const tVertexIID &to, CORE_Out &io) | GPM_Graph | |
| mIsMemoryTesting | CORE_Object | static |
| New() | GPM_Graph | inlinestatic |
| newEdge() const | GPM_Graph | inlinevirtual |
| newEdge(const int &id) const | GPM_Graph | inlinevirtual |
| newEdge(SP::GPM_Vertex source, SP::GPM_Vertex target) const | GPM_Graph | inlinevirtual |
| newInstance(const tString &className) const | GPM_Graph | virtual |
| newNode() const | GPM_Graph | inlinevirtual |
| NULL_VERTEX | GPM_Graph | static |
| outputPrint(const tString &message) | CORE_Object | static |
| pointer2String(const void *obj) | CORE_Object | static |
| print() | CORE_Object | inlinevirtual |
| print(ostream &out) const | CORE_Object | inlinevirtual |
| print(const tString &message) | CORE_Object | virtual |
| print(const tInteger &str) | CORE_Object | virtual |
| print(const tRelativeInteger &str) | CORE_Object | virtual |
| print(const tReal &str) | CORE_Object | virtual |
| print(const int &str) | CORE_Object | virtual |
| print(ostream &out, const tString &message) | CORE_Object | inlinestatic |
| printGroupId(CORE_Out &io) const | GPM_Graph | |
| printObjectsInMemory() | CORE_Object | static |
| removeEdge(const tEdgeIID &edgeId) | GPM_Graph | |
| removeEdges(const tVertexIID &vertexIID) | GPM_Graph | |
| removeEdges(const tVertexIID &form, const tVertexIID &to) | GPM_Graph | |
| removeVertex(const tVertexIID &iid) | GPM_Graph | |
| saveToFile(const tString &fileName) const | GPM_Graph | |
| setOutput(ostream &out) | CORE_Object | inlinestatic |
| setThis(SP::CORE_Object p) | CORE_Object | inlineprotected |
| setType(tString type) | CORE_Object | inlineprotectedvirtual |
| toDoAfterThisSetting() | CORE_Object | inlineprotectedvirtual |
| toString() const | GPM_Graph | virtual |
| turnBodyLineToText(tString &bdy) | GPM_Object | inlinestatic |
| turnBodyTextToLine(tString &bdy) | GPM_Object | inlinestatic |
| UP_TO_AUTOMORPHISM_ALL | GPM_Graph | static |
| UP_TO_AUTOMORPHISM_NODE | GPM_Graph | static |
| UP_TO_AUTOMORPHISM_PORT | GPM_Graph | static |
| updateGroupId() | GPM_Graph | |
| ~CORE_Object() | CORE_Object | protectedvirtual |
| ~GPM_Graph(void) | GPM_Graph | protectedvirtual |
| ~GPM_Object(void) | GPM_Object | protectedvirtual |
1.8.8