Namespaces

Graph.cpp File Reference

Definition for Graph class. More...

#include "Graph.hpp"
Include dependency graph for Graph.cpp:

Go to the source code of this file.

Namespaces

namespace  OA
 

Namespace for the whole OpenAnalysis Toolkit.



Detailed Description

Definition for Graph class.

Authors:
Arun Chauhan (2001 was part of Mint)
Version:
Id:
Graph.cpp,v 1.11 2005/03/18 18:45:55 ntallent Exp

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.