Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::MMOrder Class Reference

#include <ogdf/planarlayout/mixed_model_layout/MMOrder.h>

Public Member Functions

 MMOrder ()
 
void init (PlanRep &PG, ShellingOrderModule &compOrder, adjEntry adjExternal)
 
int len (int k) const
 
int length () const
 
node operator() (int k, int i) const
 
const ShellingOrderSetoperator[] (int k) const
 
int rank (node v) const
 

Public Attributes

Array< nodem_left
 
Array< nodem_right
 

Private Attributes

ShellingOrder m_lmc
 

Detailed Description

Definition at line 41 of file MMOrder.h.

Constructor & Destructor Documentation

◆ MMOrder()

ogdf::MMOrder::MMOrder ( )
inline

Definition at line 43 of file MMOrder.h.

Member Function Documentation

◆ init()

void ogdf::MMOrder::init ( PlanRep PG,
ShellingOrderModule compOrder,
adjEntry  adjExternal 
)

◆ len()

int ogdf::MMOrder::len ( int  k) const
inline

Definition at line 55 of file MMOrder.h.

◆ length()

int ogdf::MMOrder::length ( ) const
inline

Definition at line 49 of file MMOrder.h.

◆ operator()()

node ogdf::MMOrder::operator() ( int  k,
int  i 
) const
inline

Definition at line 53 of file MMOrder.h.

◆ operator[]()

const ShellingOrderSet & ogdf::MMOrder::operator[] ( int  k) const
inline

Definition at line 51 of file MMOrder.h.

◆ rank()

int ogdf::MMOrder::rank ( node  v) const
inline

Definition at line 47 of file MMOrder.h.

Member Data Documentation

◆ m_left

Array<node> ogdf::MMOrder::m_left

Definition at line 57 of file MMOrder.h.

◆ m_lmc

ShellingOrder ogdf::MMOrder::m_lmc
private

Definition at line 61 of file MMOrder.h.

◆ m_right

Array<node> ogdf::MMOrder::m_right

Definition at line 57 of file MMOrder.h.


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