Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
node_data Class Reference

#include <JETSCAPE/blob/main/external_packages/gtl/include/GTL/node_data.h>

+ Collaboration diagram for node_data:

Public Attributes

int id
 
graphowner
 
list< node >::iterator pos
 
list< edgeedges [2]
 
bool hidden
 

Detailed Description

Definition at line 25 of file node_data.h.

View newest version in sPHENIX GitHub at line 25 of file node_data.h

Member Data Documentation

list<edge> node_data::edges[2]
bool node_data::hidden

Definition at line 33 of file node_data.h.

View newest version in sPHENIX GitHub at line 33 of file node_data.h

Referenced by graph::hide_node(), node::is_hidden(), graph::new_node(), and graph::restore_node().

int node_data::id

Definition at line 28 of file node_data.h.

View newest version in sPHENIX GitHub at line 28 of file node_data.h

Referenced by graph::del_node(), node::id(), graph::load(), and graph::new_node().

graph* node_data::owner

Definition at line 29 of file node_data.h.

View newest version in sPHENIX GitHub at line 29 of file node_data.h

Referenced by graph::del_node(), node::excentricity(), graph::hide_node(), node::is_directed(), node::is_undirected(), graph::new_edge(), graph::new_node(), and graph::restore_node().

list<node>::iterator node_data::pos

Definition at line 30 of file node_data.h.

View newest version in sPHENIX GitHub at line 30 of file node_data.h

Referenced by graph::del_node(), graph::hide_node(), graph::new_node(), and graph::restore_node().


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