|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::IBaseAnimDetailObs Class ReferenceThe base interface for AnimDetail traversal.
More...
#include <anim_detail_trav.h>
Inheritance diagram for NL3D::IBaseAnimDetailObs
[legend]Collaboration diagram for NL3D::IBaseAnimDetailObs:
[legend]List of all members.
Detailed Description
The base interface for AnimDetail traversal.
AnimDetail observers MUST derive from IBaseAnimDetailObs. This observer:
- leave the notification system to DO NOTHING.
- leave traverse() undefined
DERIVER RULES:
- implement the notification system (see IObs for details).
- implement the traverse() method.
-
See also:
-
CAnimDetailTrav
-
Author(s):
-
Lionel Berenguier , Nevrax France
-
Date:
-
2000
Definition at line 121 of file anim_detail_trav.h.
Constructor & Destructor Documentation
NL3D::IBaseAnimDetailObs::IBaseAnimDetailObs (
|
) [inline]
|
|
Member Function Documentation
void NL3D::IBaseAnimDetailObs::init (
|
) [virtual]
|
|
void NL3D::IBaseAnimDetailObs::traverse (
|
IObs * caller ) [pure virtual]
|
|
|
Traverse this observer.
This function "justdoit" must do all the traversal thing: |
Member Data Documentation
The documentation for this class was generated from the following files:
|
|