Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::internal::gcm::tools Namespace Reference

Functions

bool equal (const edge &a, const edge &b)
 
bool equal (const face &a, const face &b)
 
bool equal (const node a, const node b)
 
std::vector< nodenodes_of_face (const face &face)
 

Function Documentation

◆ equal() [1/3]

bool ogdf::internal::gcm::tools::equal ( const edge a,
const edge b 
)
inline

Definition at line 44 of file Universal.h.

◆ equal() [2/3]

bool ogdf::internal::gcm::tools::equal ( const face a,
const face b 
)
inline

Definition at line 48 of file Universal.h.

◆ equal() [3/3]

bool ogdf::internal::gcm::tools::equal ( const node  a,
const node  b 
)
inline

Definition at line 42 of file Universal.h.

◆ nodes_of_face()

std::vector< node > ogdf::internal::gcm::tools::nodes_of_face ( const face face)
inline

Definition at line 50 of file Universal.h.