GeToolNode4D Class Reference

#include <private_ge_mtools.h>

Inheritance diagram for GeToolNode4D:

Protected Member Functions

 GeToolNode4D ()
 
virtual ~GeToolNode4D ()
 
void InsertUnder (void *nv)
 
void InsertUnderLast (void *nv)
 
void * GetDown () const
 
void * GetUp () const
 
- Protected Member Functions inherited from GeToolNode2D
 GeToolNode2D ()
 
virtual ~GeToolNode2D ()
 
void * GetNext () const
 
void * GetPrev () const
 
void InsertBefore (void *nv)
 
void InsertAfter (void *nv)
 
void Remove ()
 

Private Attributes

GeToolList2D list
 

Friends

class GeToolList4D
 

Constructor & Destructor Documentation

◆ GeToolNode4D()

GeToolNode4D ( )
protected

◆ ~GeToolNode4D()

virtual ~GeToolNode4D ( )
protectedvirtual

Member Function Documentation

◆ InsertUnder()

void InsertUnder ( void *  nv)
protected

◆ InsertUnderLast()

void InsertUnderLast ( void *  nv)
protected

◆ GetDown()

void* GetDown ( ) const
protected

◆ GetUp()

void* GetUp ( ) const
protected

Friends And Related Function Documentation

◆ GeToolList4D

friend class GeToolList4D
friend

Member Data Documentation

◆ list

GeToolList2D list
private