Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/gtl/include/GTL/pq_node.h>
Public Member Functions | |
pq_leaf (int, int, edge, node) | |
Private Member Functions | |
PQ_KIND | kind () const |
void | write (ostream &, int) |
p_node * | P () |
q_node * | Q () |
direction_indicator * | D () |
pq_leaf * | L () |
Private Attributes | |
int | other_id |
edge | e |
Friends | |
class | planarity |
class | pq_tree |
Additional Inherited Members | |
Protected Types inherited from pq_node | |
enum | PQ_KIND { P_NODE, Q_NODE, LEAF, DIR } |
enum | PQ_MARK { UNMARKED, QUEUED, BLOCKED, UNBLOCKED } |
typedef symlist< pq_node * > ::iterator | iterator |
Protected Member Functions inherited from pq_node | |
pq_node (node n_, int id_) | |
virtual | ~pq_node () |
virtual void | partial (iterator) |
virtual void | full (iterator) |
virtual void | clear () |
Protected Attributes inherited from pq_node | |
int | pert_children |
int | pert_leaves |
bool | is_endmost |
pq_node * | father |
PQ_MARK | mark |
symlist< pq_node * > | sons |
iterator | pos |
list< pq_node * >::iterator | lpos |
node | n |
int | id |
node | up |
int | up_id |
Definition at line 590 of file pq_node.h.
View newest version in sPHENIX GitHub at line 590 of file pq_node.h
Definition at line 327 of file pq_node.cpp.
View newest version in sPHENIX GitHub at line 327 of file pq_node.cpp
References e, node::opposite(), other_id, pq_node::up, and pq_node::up_id.
|
inlineprivatevirtual |
|
inlineprivatevirtual |
|
inlineprivatevirtual |
|
inlineprivatevirtual |
|
inlineprivatevirtual |
|
inlineprivatevirtual |
Implements pq_node.
Definition at line 335 of file pq_node.cpp.
View newest version in sPHENIX GitHub at line 335 of file pq_node.cpp
References pq_node::BLOCKED, pq_node::mark, other_id, and pq_node::UNBLOCKED.
|
friend |
|
friend |
|
private |
Definition at line 666 of file pq_node.h.
View newest version in sPHENIX GitHub at line 666 of file pq_node.h
Referenced by planarity::case_C(), planarity::case_D(), planarity::case_E(), pq_leaf(), and planarity::run_through_partial().
|
private |