Open
Graph Drawing
Framework

 v.2010.10
 

Public Member Functions | Private Attributes

ogdf::GraphCopyAttributes Class Reference

#include <ogdf/basic/GraphCopyAttributes.h>

List of all members.

Public Member Functions

 GraphCopyAttributes (const GraphCopy &GC, GraphAttributes &AG)
 ~GraphCopyAttributes ()
double getWidth (node v) const
double getHeight (node v) const
const double & x (node v) const
double & x (node v)
const double & y (node v) const
double & y (node v)
void transform ()

Private Attributes

const GraphCopym_pGC
GraphAttributesm_pAG
NodeArray< double > m_x
NodeArray< double > m_y

Detailed Description

Definition at line 73 of file GraphCopyAttributes.h.


Constructor & Destructor Documentation

ogdf::GraphCopyAttributes::GraphCopyAttributes ( const GraphCopy GC,
GraphAttributes AG 
) [inline]

Definition at line 81 of file GraphCopyAttributes.h.

ogdf::GraphCopyAttributes::~GraphCopyAttributes (  )  [inline]

Definition at line 85 of file GraphCopyAttributes.h.


Member Function Documentation

double ogdf::GraphCopyAttributes::getHeight ( node  v  )  const [inline]

Definition at line 93 of file GraphCopyAttributes.h.

double ogdf::GraphCopyAttributes::getWidth ( node  v  )  const [inline]

Definition at line 88 of file GraphCopyAttributes.h.

void ogdf::GraphCopyAttributes::transform (  ) 
const double& ogdf::GraphCopyAttributes::x ( node  v  )  const [inline]

Definition at line 98 of file GraphCopyAttributes.h.

double& ogdf::GraphCopyAttributes::x ( node  v  )  [inline]

Definition at line 103 of file GraphCopyAttributes.h.

double& ogdf::GraphCopyAttributes::y ( node  v  )  [inline]

Definition at line 113 of file GraphCopyAttributes.h.

const double& ogdf::GraphCopyAttributes::y ( node  v  )  const [inline]

Definition at line 108 of file GraphCopyAttributes.h.


Member Data Documentation

Definition at line 76 of file GraphCopyAttributes.h.

Definition at line 75 of file GraphCopyAttributes.h.

Definition at line 77 of file GraphCopyAttributes.h.

Definition at line 77 of file GraphCopyAttributes.h.


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