#include <GraphCopyAttributes.h>
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 GraphCopy * | m_pGC |
| GraphAttributes * | m_pAG |
| NodeArray< double > | m_x |
| NodeArray< double > | m_y |
Definition at line 71 of file GraphCopyAttributes.h.
| ogdf::GraphCopyAttributes::GraphCopyAttributes | ( | const GraphCopy & | GC, | |
| GraphAttributes & | AG | |||
| ) | [inline] |
Definition at line 79 of file GraphCopyAttributes.h.
| ogdf::GraphCopyAttributes::~GraphCopyAttributes | ( | ) | [inline] |
Definition at line 83 of file GraphCopyAttributes.h.
| double ogdf::GraphCopyAttributes::getWidth | ( | node | v | ) | const [inline] |
Definition at line 86 of file GraphCopyAttributes.h.
| double ogdf::GraphCopyAttributes::getHeight | ( | node | v | ) | const [inline] |
Definition at line 91 of file GraphCopyAttributes.h.
| const double& ogdf::GraphCopyAttributes::x | ( | node | v | ) | const [inline] |
Definition at line 96 of file GraphCopyAttributes.h.
| double& ogdf::GraphCopyAttributes::x | ( | node | v | ) | [inline] |
Definition at line 101 of file GraphCopyAttributes.h.
| const double& ogdf::GraphCopyAttributes::y | ( | node | v | ) | const [inline] |
Definition at line 106 of file GraphCopyAttributes.h.
| double& ogdf::GraphCopyAttributes::y | ( | node | v | ) | [inline] |
Definition at line 111 of file GraphCopyAttributes.h.
| void ogdf::GraphCopyAttributes::transform | ( | ) |
const GraphCopy* ogdf::GraphCopyAttributes::m_pGC [private] |
Definition at line 73 of file GraphCopyAttributes.h.
GraphAttributes* ogdf::GraphCopyAttributes::m_pAG [private] |
Definition at line 74 of file GraphCopyAttributes.h.
NodeArray<double> ogdf::GraphCopyAttributes::m_x [private] |
Definition at line 75 of file GraphCopyAttributes.h.
NodeArray<double> ogdf::GraphCopyAttributes::m_y [private] |
Definition at line 75 of file GraphCopyAttributes.h.