V-ART
addresslocator.h
Go to the documentation of this file.
1 
5 #ifndef VART_ADDRESSLOCATOR_H
6 #define VART_ADDRESSLOCATOR_H
7 
8 #include "vart/snlocator.h"
9 
10 namespace VART {
15  class AddressLocator : public SNLocator
16  {
17  public:
18  // PUBLIC STATIC METHODS
19  // PUBLIC METHODS
20  AddressLocator(const SceneNode* targetPtr);
21  virtual void OperateOn(const SceneNode* nodePtr);
22  protected:
23  // PROTECTED STATIC METHODS
24  // PROTECTED METHODS
25  // PROTECTED STATIC ATTRIBUTES
26  // PROTECTED ATTRIBUTES
28  }; // end class declaration
29 } // end namespace
30 
31 #endif
Base class for objects that compose a scene graph.
Definition: scenenode.h:25
virtual void OperateOn(const SceneNode *nodePtr)
Process given node.
const SceneNode * nodePtr
Definition: snlocator.h:81
Locates a SceneNode by its memory address.
Header file for V-ART class "SNLocator".
Scene Node Locator – used to find a particular object in the scene graph.
Definition: snlocator.h:25
AddressLocator(const SceneNode *targetPtr)
const SceneNode * targetAddress