Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Typedefs | Functions | Variables
PCollection_AVLIterator.gxx File Reference
#include <Standard_NoMoreObject.hxx>
#include <Standard_NoSuchObject.hxx>

Typedefs

typedef PCollection_AVLNodeStack Stack
 
typedef PCollection_HAVLSearchTree Tree
 
typedef Handle
< PCollection_HAVLSearchTree > 
Handle< Tree >
 
typedef PCollection_AVLNode Node
 
typedef Handle
< PCollection_AVLNode > 
Handle< Node >
 

Functions

 if (Root.IsNull())
 
 Append (Root)
 

Variables

Handle< NodeRoot = aTree->GetRoot()
 
 else
 

Typedef Documentation

typedef Handle< PCollection_AVLNode > Handle< Node >
typedef Handle< PCollection_HAVLSearchTree > Handle< Tree >
typedef PCollection_AVLNode Node
typedef PCollection_AVLNodeStack Stack
typedef PCollection_HAVLSearchTree Tree

Function Documentation

Append ( Root  )
if ( Root.  IsNull())

Variable Documentation

else
Initial value:
{
HasMore = True
HasMore
Definition: PCollection_BreadthFirstIterator.gxx:36
Handle< Node > Root = aTree->GetRoot()