#include <ogdf/orthogonal/OrthoRep.h>
Definition at line 241 of file OrthoRep.h.
| ogdf::OrthoRep::OrthoRep | ( | ) | [inline] |
Definition at line 310 of file OrthoRep.h.
| ogdf::OrthoRep::OrthoRep | ( | CombinatorialEmbedding & | E | ) |
| ogdf::OrthoRep::~OrthoRep | ( | ) | [inline] |
Definition at line 315 of file OrthoRep.h.
| adjEntry ogdf::OrthoRep::alignAdjEntry | ( | ) | const [inline] |
Definition at line 283 of file OrthoRep.h.
| int ogdf::OrthoRep::angle | ( | adjEntry | adj | ) | const [inline] |
Definition at line 339 of file OrthoRep.h.
| int& ogdf::OrthoRep::angle | ( | adjEntry | adj | ) | [inline] |
Definition at line 343 of file OrthoRep.h.
| const BendString& ogdf::OrthoRep::bend | ( | adjEntry | adj | ) | const [inline] |
Definition at line 349 of file OrthoRep.h.
| BendString& ogdf::OrthoRep::bend | ( | adjEntry | adj | ) | [inline] |
Definition at line 353 of file OrthoRep.h.
| const VertexInfoUML* ogdf::OrthoRep::cageInfo | ( | node | v | ) | const [inline] |
Definition at line 364 of file OrthoRep.h.
| VertexInfoUML* ogdf::OrthoRep::cageInfo | ( | node | v | ) | [inline] |
Definition at line 369 of file OrthoRep.h.
| bool ogdf::OrthoRep::check | ( | String & | error | ) |
| void ogdf::OrthoRep::computeCageInfoUML | ( | const PlanRep & | PG | ) |
Definition at line 358 of file OrthoRep.h.
| void ogdf::OrthoRep::dissect | ( | ) |
| void ogdf::OrthoRep::dissect2 | ( | PlanRepUML * | PG = 0 |
) |
| adjEntry ogdf::OrthoRep::externalAdjEntry | ( | ) | const [inline] |
Definition at line 282 of file OrthoRep.h.
| static char ogdf::OrthoRep::flip | ( | char | c | ) | [inline, static] |
Definition at line 438 of file OrthoRep.h.
| void ogdf::OrthoRep::freeCageInfoUML | ( | ) | [private] |
| void ogdf::OrthoRep::init | ( | CombinatorialEmbedding & | E | ) |
| bool ogdf::OrthoRep::isNormalized | ( | ) | const |
| bool ogdf::OrthoRep::isOrientated | ( | ) | const [inline] |
Definition at line 413 of file OrthoRep.h.
Definition at line 446 of file OrthoRep.h.
| void ogdf::OrthoRep::normalize | ( | ) |
| ogdf::OrthoRep::operator const CombinatorialEmbedding & | ( | ) | const [inline] |
Definition at line 328 of file OrthoRep.h.
| ogdf::OrthoRep::operator const Graph & | ( | ) | const [inline] |
Definition at line 333 of file OrthoRep.h.
Definition at line 442 of file OrthoRep.h.
| void ogdf::OrthoRep::orientate | ( | ) |
Definition at line 450 of file OrthoRep.h.
| void ogdf::OrthoRep::rotate | ( | int | r | ) |
| void ogdf::OrthoRep::undissect | ( | bool | align = false |
) |
| ostream& operator<< | ( | ostream & | os, | |
| const OrthoRep & | op | |||
| ) | [friend] |
Definition at line 454 of file OrthoRep.h.
adjEntry ogdf::OrthoRep::m_adjAlign [private] |
Definition at line 497 of file OrthoRep.h.
adjEntry ogdf::OrthoRep::m_adjExternal [private] |
Definition at line 495 of file OrthoRep.h.
EdgeArray<bool> ogdf::OrthoRep::m_alignmentEdge [private] |
Definition at line 490 of file OrthoRep.h.
AdjEntryArray<int> ogdf::OrthoRep::m_angle [private] |
Definition at line 477 of file OrthoRep.h.
AdjEntryArray<BendString> ogdf::OrthoRep::m_bends [private] |
Definition at line 479 of file OrthoRep.h.
AdjEntryArray<OrthoDir> ogdf::OrthoRep::m_dir [private] |
Definition at line 481 of file OrthoRep.h.
EdgeArray<bool> ogdf::OrthoRep::m_dissectionEdge [private] |
Definition at line 488 of file OrthoRep.h.
bool ogdf::OrthoRep::m_pattern2 [private] |
Definition at line 501 of file OrthoRep.h.
CombinatorialEmbedding* ogdf::OrthoRep::m_pE [private] |
Definition at line 474 of file OrthoRep.h.
bool ogdf::OrthoRep::m_preprocess [private] |
Definition at line 499 of file OrthoRep.h.
StackPure<node> ogdf::OrthoRep::m_splitNodes [private] |
Definition at line 493 of file OrthoRep.h.
NodeArray<VertexInfoUML *> ogdf::OrthoRep::m_umlCageInfo [private] |
Definition at line 485 of file OrthoRep.h.