|
XACC
|
This is the complete list of members for xacc::Graph, including all inherited members.
| addEdge(const int srcIndex, const int tgtIndex, const double edgeWeight)=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| addEdge(const int srcIndex, const int tgtIndex)=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| addVertex()=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| addVertex(HeterogeneousMap &properties)=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| addVertex(HeterogeneousMap &&properties)=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| clone()=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| computeShortestPath(int startIndex, std::vector< double > &distances, std::vector< int > &paths)=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| degree(const int index)=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| depth()=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| description() const =0 | xacc::Identifiable | pure virtual |
| diameter()=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| edgeExists(const int srcIndex, const int tgtIndex)=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| getEdgeWeight(const int srcIndex, const int tgtIndex)=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| getNeighborList(const int index)=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| getVertexProperties(const int index)=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| name() const =0 | xacc::Identifiable | pure virtual |
| order()=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| read(std::istream &stream)=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| removeEdge(const int srcIndex, const int tgtIndex)=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| setEdgeWeight(const int srcIndex, const int tgtIndex, const double weight)=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| setVertexProperties(const int index, HeterogeneousMap &properties)=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| setVertexProperties(const int index, HeterogeneousMap &&properties)=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| shouldClone() (defined in xacc::Cloneable< Graph >) | xacc::Cloneable< Graph > | inlinevirtual |
| size()=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| write(std::ostream &stream)=0 (defined in xacc::Graph) | xacc::Graph | pure virtual |
| ~Cloneable() | xacc::Cloneable< Graph > | inlinevirtual |
| ~Identifiable() | xacc::Identifiable | inlinevirtual |
1.8.11