# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CSkipModelLightObs Class Reference

#include <skip_model.h>

Inheritance diagram for NL3D::CSkipModelLightObs:

NL3D::IBaseLightObs NL3D::IObs NLMISC::CRefCount List of all members.

Public Methods

 CSkipModelLightObs ()
virtual void traverse (IObs *caller)
 Traverse this observer. More...


Static Public Methods

IObscreator ()

Constructor & Destructor Documentation

NL3D::CSkipModelLightObs::CSkipModelLightObs   [inline]
 

Definition at line 129 of file skip_model.h.

Referenced by creator.


Member Function Documentation

IObs* NL3D::CSkipModelLightObs::creator   [inline, static]
 

Definition at line 133 of file skip_model.h.

References CSkipModelLightObs, and NL3D::IObs::IObs.

void NL3D::CSkipModelLightObs::traverse IObs   caller [virtual]
 

Traverse this observer.

This function "justdoit" must do all the traversal thing:

  • Get info from caller, and DoIt the observer (completly observer depedent).
  • should traverse() his sons (or simply call traverseSons()).
Parameters:
caller  the father of the observer which have called traverse(). WARNING: this is NULL, for the ROOT.

Implements NL3D::IObs.

Definition at line 70 of file skip_model.cpp.


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