Representation Independent Flowgraph Interface. This is a wrapper that allows access to an OA DGraph through dense id numbers ranging from 1 to n. It is useful to interface with algorithms that worked by creating a work or result array of size n. It might more appropriately be a mixin to an OA DGraph. More...
#include <iostream>#include <map>#include <OpenAnalysis/Utils/OA_ptr.hpp>#include <OpenAnalysis/Utils/DGraph/DGraphInterface.hpp>

Go to the source code of this file.
Classes | |
| class | OA::RIFG |
| class | OA::RIFG::NodesIterator |
| class | OA::RIFG::IncomingEdgesIterator |
| class | OA::RIFG::OutgoingEdgesIterator |
Namespaces | |
| namespace | OA |
Namespace for the whole OpenAnalysis Toolkit. | |
Representation Independent Flowgraph Interface. This is a wrapper that allows access to an OA DGraph through dense id numbers ranging from 1 to n. It is useful to interface with algorithms that worked by creating a work or result array of size n. It might more appropriately be a mixin to an OA DGraph.
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.
Definition in file RIFG.hpp.
1.6.1