Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/gtl/include/GTL/pq_node.h>
Private Member Functions | |
direction_indicator (node n_, int id_) | |
PQ_KIND | kind () const |
void | write (ostream &os, int) |
p_node * | P () |
q_node * | Q () |
direction_indicator * | D () |
pq_leaf * | L () |
Private Attributes | |
bool | direction |
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 689 of file pq_node.h.
View newest version in sPHENIX GitHub at line 689 of file pq_node.h
|
inlineprivate |
|
inlineprivatevirtual |
Implements pq_node.
Definition at line 742 of file pq_node.h.
View newest version in sPHENIX GitHub at line 742 of file pq_node.h
Referenced by pq_tree::dfs(), planarity::examine_obstruction(), pq_tree::remove_dir_ind(), and pq_tree::replace_pert().
|
inlineprivatevirtual |
|
inlineprivatevirtual |
|
inlineprivatevirtual |
|
inlineprivatevirtual |
|
privatevirtual |
Implements pq_node.
Definition at line 351 of file pq_node.cpp.
View newest version in sPHENIX GitHub at line 351 of file pq_node.cpp
References pq_node::BLOCKED, pq_node::mark, and pq_node::UNBLOCKED.
|
friend |
|
friend |
|
private |
Definition at line 764 of file pq_node.h.
View newest version in sPHENIX GitHub at line 764 of file pq_node.h
Referenced by pq_tree::dfs(), planarity::examine_obstruction(), and pq_tree::replace_pert().