Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::BertaultLayout::CCElement Class Reference

Objects of this class are members of the containment heirarchy made in preprocessing stage of ImPrEd. More...

#include <ogdf/misclayout/BertaultLayout.h>

Public Member Functions

void init (int i)
 

Public Attributes

List< CCElement * > child
 
int faceNum
 
int num
 
CCElementparent
 
bool root
 

Detailed Description

Objects of this class are members of the containment heirarchy made in preprocessing stage of ImPrEd.

Definition at line 125 of file BertaultLayout.h.

Member Function Documentation

◆ init()

void ogdf::BertaultLayout::CCElement::init ( int  i)
inline

Definition at line 134 of file BertaultLayout.h.

Member Data Documentation

◆ child

List<CCElement*> ogdf::BertaultLayout::CCElement::child

Definition at line 131 of file BertaultLayout.h.

◆ faceNum

int ogdf::BertaultLayout::CCElement::faceNum

Definition at line 130 of file BertaultLayout.h.

◆ num

int ogdf::BertaultLayout::CCElement::num

Definition at line 128 of file BertaultLayout.h.

◆ parent

CCElement* ogdf::BertaultLayout::CCElement::parent

Definition at line 129 of file BertaultLayout.h.

◆ root

bool ogdf::BertaultLayout::CCElement::root

Definition at line 127 of file BertaultLayout.h.


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