Changeset 8435
- Timestamp:
- 06/12/08 19:50:08
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenSceneGraph-TrainingMaterials/trunk/Sources/Exercises/09_traversers/9b_NodeVisitor/9b_NodeVisitor.cpp
r8268 r8435 10 10 11 11 // 1. Following on from 9a_ManualTraversal 12 // write a custom NodeVisitor that out12 // write a custom NodeVisitor that print out 13 13 // class node types encounted as one 14 14 // traveses through all nodes in a scene graph … … 22 22 // 4. Discuss how the custom NodeVisitor will 23 23 // cope with Node types that are unknown to it. 24 //24 25 25 // 5. Discuss how one can implement apply(..) methods 26 26 // for classes not listed in the NodeVisitor base class.
