#include <GP_Graph.h>

Public Member Functions | |
| GP_Graph (void) | |
| GP_Graph (GP_NodeTree &cnodes) | |
| GP_Graph (const GP_Graph &graph) | |
| virtual | ~GP_Graph (void) |
| virtual void | clear (void) |
| virtual void | clearAndDestroy (int total=1) |
| GP_Node * | copyFrom (const GP_Graph &src, const GP_Node *=0) |
| GP_Graph & | operator= (const GP_Graph &src) |
| GP_Graph & | operator+= (const GP_Graph &src) |
| void | merge (const GP_Graph &src) |
| GP_Node * | remove (GP_Node &node) |
| GP_Node * | rekey (GP_Node &node, int newkey) |
| const GP_NodeTree & | nodes (void) const |
| int | entries (void) const |
Protected Member Functions | |
| GP_NodeTree & | nodes (void) |
Definition at line 27 of file GP_Graph.h.
| GP_Graph::GP_Graph | ( | void | ) | [inline] |
Definition at line 31 of file GP_Graph.h.
| GP_Graph::GP_Graph | ( | GP_NodeTree & | cnodes | ) |
| GP_Graph::GP_Graph | ( | const GP_Graph & | graph | ) |
| virtual GP_Graph::~GP_Graph | ( | void | ) | [virtual] |
| virtual void GP_Graph::clear | ( | void | ) | [virtual] |
Reimplemented in GP_DomainDAG.
| virtual void GP_Graph::clearAndDestroy | ( | int | total = 1 |
) | [virtual] |
Reimplemented in GEO_PasteSurfDAG, and GP_DomainDAG.
| int GP_Graph::entries | ( | void | ) | const [inline] |
Definition at line 75 of file GP_Graph.h.
| void GP_Graph::merge | ( | const GP_Graph & | src | ) |
| GP_NodeTree& GP_Graph::nodes | ( | void | ) | [inline, protected] |
Definition at line 80 of file GP_Graph.h.
| const GP_NodeTree& GP_Graph::nodes | ( | void | ) | const [inline] |
Definition at line 72 of file GP_Graph.h.
Definition at line 52 of file GP_Graph.h.
1.5.9