Open
Graph Drawing
Framework

 v.2010.10
 

Public Member Functions | Protected Member Functions | Protected Attributes

ogdf::NonPlanarCore Class Reference

#include <ogdf/planarity/NonPlanarCore.h>

List of all members.

Public Member Functions

 NonPlanarCore (const Graph &G)
const Graphcore () const
const GraphoriginalGraph () const
node original (node v) const
bool isVirtual (edge e) const
edge realEdge (edge e) const
const EdgeArray< int > & cost () const
int cost (edge e) const
const List< edge > & mincut (edge e) const

Protected Member Functions

void markCore (const SPQRTree &T, NodeArray< bool > &mark)
void traversingPath (Skeleton &S, edge eS, List< edge > &path, NodeArray< node > &mapV)

Protected Attributes

Graph m_graph
const Graphm_pOriginal
NodeArray< nodem_orig
EdgeArray< edgem_real
EdgeArray< List< edge > > m_mincut
EdgeArray< int > m_cost

Detailed Description

Definition at line 77 of file NonPlanarCore.h.


Constructor & Destructor Documentation

ogdf::NonPlanarCore::NonPlanarCore ( const Graph G  ) 

Member Function Documentation

const Graph& ogdf::NonPlanarCore::core (  )  const [inline]

Definition at line 82 of file NonPlanarCore.h.

const EdgeArray<int>& ogdf::NonPlanarCore::cost (  )  const [inline]

Definition at line 90 of file NonPlanarCore.h.

int ogdf::NonPlanarCore::cost ( edge  e  )  const [inline]

Definition at line 91 of file NonPlanarCore.h.

bool ogdf::NonPlanarCore::isVirtual ( edge  e  )  const [inline]

Definition at line 87 of file NonPlanarCore.h.

void ogdf::NonPlanarCore::markCore ( const SPQRTree T,
NodeArray< bool > &  mark 
) [protected]
const List<edge>& ogdf::NonPlanarCore::mincut ( edge  e  )  const [inline]

Definition at line 92 of file NonPlanarCore.h.

node ogdf::NonPlanarCore::original ( node  v  )  const [inline]

Definition at line 85 of file NonPlanarCore.h.

const Graph& ogdf::NonPlanarCore::originalGraph (  )  const [inline]

Definition at line 83 of file NonPlanarCore.h.

edge ogdf::NonPlanarCore::realEdge ( edge  e  )  const [inline]

Definition at line 88 of file NonPlanarCore.h.

void ogdf::NonPlanarCore::traversingPath ( Skeleton S,
edge  eS,
List< edge > &  path,
NodeArray< node > &  mapV 
) [protected]

Member Data Documentation

Definition at line 104 of file NonPlanarCore.h.

Definition at line 98 of file NonPlanarCore.h.

Definition at line 103 of file NonPlanarCore.h.

Definition at line 101 of file NonPlanarCore.h.

Definition at line 99 of file NonPlanarCore.h.

Definition at line 102 of file NonPlanarCore.h.


The documentation for this class was generated from the following file: