#include <BioGraph.h>
List of all members.
| 
Public Member Functions | 
|  | BioGraph () | 
|  | BioGraph (vector< string > nids, int **adj) | 
| BioGraph & | operator= (BioGraph &g) | 
| void | setGraph (vector< string > nids, int **adj) | 
| void | setNodeIds (vector< string > nids) | 
| void | setNodeId (int index, string s) | 
| void | setAdjacencyMatrix (int **adj) | 
| int ** | getAdjacencyMatrix () | 
| vector< string > | getNodeIds () | 
| string | getNodeId (int i) | 
| long | getNodeIdIndex (string s) | 
| int | getNumberOfEdges () | 
| long | getNumberOfNodes () | 
| bool | isNeighbor (string n1, string n2) | 
| bool | isNeighbor (long n1in, long n2in) | 
| int | getNumberOfNodeEdges (string nid) | 
| void | showAdjacencyMatrix (ostream &=cout) | 
| vector< string > | getNeighborNodeIds (string n) | 
| float | getClusteringCoefficient (string nid) | 
| float | getAverageClusteringCoefficient () | 
| void | addEdge (string n1, string n2) | 
| void | deleteEdge (string n1, string n2) | 
| void | addNode (string n1) | 
| void | deleteNode (string n1) | 
| int | getNumberOfSharedNeighbors (string n1, string n2) | 
| vector< string > | getSharedNeighborIds (string n1, string n2) | 
| float | getTopologicalCoefficient (string ni) | 
| vector< int > | getNodeDistances (string n1) | 
| int | getNodeDistance (string n1, string n2) | 
Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following file: