|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CDefaultLightObs Class ReferenceThe base interface for clip traversal.
More...
#include <light_trav.h>
Inheritance diagram for NL3D::CDefaultLightObs
[legend]Collaboration diagram for NL3D::CDefaultLightObs:
[legend]List of all members.
Detailed Description
The base interface for clip traversal.
Clip observers MUST derive from IBaseLightObs. This observer:
- leave the notification system to DO NOTHING.
- implement the traverse() method to DO NOTHING (but traverseSons()).
-
See also:
-
CLightTrav
-
Author(s):
-
Lionel Berenguier , Nevrax France
-
Date:
-
2000
Definition at line 137 of file light_trav.h.
Member Function Documentation
void NL3D::CDefaultLightObs::traverse (
|
IObs * caller ) [inline, virtual]
|
|
|
Traverse this observer.
This function "justdoit" must do all the traversal thing: |
The documentation for this class was generated from the following file:
|
|