|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::IBaseLightObs Class ReferenceThe base interface for clip traversal.
More...
#include <base_light_obs.h>
Inheritance diagram for NL3D::IBaseLightObs:
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.
- leave the traverse() method as undefined.
- implement the init() method, to set shortcut to neighbor observers.
DERIVER RULES:
- implement the notification system (see IObs and IObs() for details).
- implement the traverse() method.
- possibly modify/extend the graph methods (such as a graph behavior).
-
See also:
-
CLightTrav
-
Author:
-
Lionel Berenguier , Nevrax France
-
Date:
-
2000
Definition at line 59 of file base_light_obs.h.
Constructor & Destructor Documentation
NL3D::IBaseLightObs::IBaseLightObs |
( |
|
) |
[inline] |
|
Member Function Documentation
void NL3D::IBaseLightObs::init |
( |
|
) |
[virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|
|