Open
Graph Drawing
Framework

 v.2012.05
 

HyperGraph.h File Reference

Declaration and implementation of a HyperGraph. More...

#include <ogdf/basic/EList.h>
#include <ogdf/basic/EFreeList.h>
#include <iostream>

Go to the source code of this file.

Classes

class  ogdf::HyperGraph
class  ogdf::HyperGraph::NodeElement
 Class for a node element. More...
class  ogdf::HyperGraph::EdgeElement
 Class for a hyper edge. More...
class  ogdf::HyperGraph::AdjElement
 class for an adjacency element More...
class  ogdf::HyperGraph::GraphArrayBase< E >
class  ogdf::HyperGraph::GraphArray< T, E >
class  ogdf::HyperGraph::ArrayController< ElementType >
 The ArrayController manages the GraphArrays of an Element. More...
class  ogdf::HyperGraph::NodeArray< T >
 NodeArray implementation. More...
class  ogdf::HyperGraph::EdgeArray< T >
 EdgeArray implementation. More...
class  ogdf::HyperGraph::AdjArray< T >
 AdjArray implementation. More...

Namespaces

namespace  ogdf
 The namespace for all OGDF objects.

Defines

#define OGDF_HYPER_GRAPH_H

Functions

template<typename ListType , typename ArrayType >
static void ogdf::writeToStream (std::ostream &outStream, ArrayType &array)
template<typename ListType , typename ArrayType >
static void ogdf::readFromStream (std::istream &inStream, ArrayType &array)
template<typename T >
static std::ostream & ogdf::operator<< (std::ostream &outStream, HyperGraph::NodeArray< T > &array)
template<typename T >
static std::ostream & ogdf::operator<< (std::ostream &outStream, HyperGraph::EdgeArray< T > &array)
template<typename T >
static std::ostream & ogdf::operator<< (std::ostream &outStream, HyperGraph::AdjArray< T > &array)
template<typename T >
static std::istream & ogdf::operator>> (std::istream &inStream, HyperGraph::NodeArray< T > &array)
template<typename T >
static std::istream & ogdf::operator>> (std::istream &inStream, HyperGraph::EdgeArray< T > &array)
template<typename T >
static std::ostream & ogdf::operator>> (std::istream &inStream, HyperGraph::AdjArray< T > &array)
static std::ostream & ogdf::operator<< (std::ostream &outStream, HyperGraph &graph)
static std::istream & ogdf::operator>> (std::istream &inStream, HyperGraph &graph)

Detailed Description

Declaration and implementation of a HyperGraph.

Author:
Martin Gronemann
License:
This file is part of the Open Graph Drawing Framework (OGDF).

Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 or 3 as published by the Free Software Foundation; see the file LICENSE.txt included in the packaging of this file for details.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
See also:
http://www.gnu.org/copyleft/gpl.html

Definition in file HyperGraph.h.


Define Documentation

Definition at line 48 of file HyperGraph.h.