1 #ifndef COIN_SOSCXMLSPINTARGET_H 2 #define COIN_SOSCXMLSPINTARGET_H 41 #define COIN_NAVIGATION_SPIN_EVENT_PREFIX SOSCXML_NAVIGATION_TARGETTYPE ".Spin" 48 static void initClass(
void);
49 static void cleanClass(
void);
52 static void destructSingleton(
void);
55 static const SbName & BEGIN(
void);
56 static const SbName & UPDATE(
void);
57 static const SbName & END(
void);
59 static void reorientCamera(
SoCamera * camera,
75 #endif // !COIN_SOSCXMLSPINTARGET_H The SoCamera class is the abstract base class for camera definition nodes.
Definition: SoCamera.h:64
virtual SbBool processOneEvent(const ScXMLEvent *event)
Definition: ScXMLEventTarget.cpp:582
Navigation system event target for spinning operations.
Definition: SoScXMLSpinTarget.h:43
base class for navigation system SCXML event target services
Definition: SoScXMLNavigationTarget.h:50
The SbRotation class represents a rotation in 3D space.
Definition: SbRotation.h:44
Base class for events sent to SCXML state machines.
Definition: ScXMLEvent.h:40
base class for event targets for inter-system event communication
Definition: ScXMLEventTarget.h:43
The SbName class stores strings by reference.
Definition: SbName.h:40