Definition for Graph class. More...
#include "Graph.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | OA |
Namespace for the whole OpenAnalysis Toolkit. | |
Definition for Graph class.
Copyright (c) 2002-2005, Rice University
Copyright (c) 2004-2005, University of Chicago
Copyright (c) 2006, Contributors
All rights reserved.
See ../../../Copyright.txt for details.
Graph is the base class (the "interface") for a general undirected graph (Graph). Algorithms that operate upon abstract undirected graphs should, normally, use only this base Graph class for maximum portability.
Definition in file Graph.cpp.
1.7.1