VTK  9.6.20260327
vtkJoystickFlyObserver Class Reference

#include <InteractorStyleTestUtils.h>

Inheritance diagram for vtkJoystickFlyObserver:
[legend]
Collaboration diagram for vtkJoystickFlyObserver:
[legend]

Public Types

typedef vtkCommand Superclass
 
- Public Types inherited from vtkCommand
enum  EventIds {
  NoEvent = 0 , AnyEvent , DeleteEvent , StartEvent ,
  EndEvent , RenderEvent , ProgressEvent , PickEvent ,
  StartPickEvent , EndPickEvent , AbortCheckEvent , ExitEvent ,
  LeftButtonPressEvent , LeftButtonReleaseEvent , MiddleButtonPressEvent , MiddleButtonReleaseEvent ,
  RightButtonPressEvent , RightButtonReleaseEvent , EnterEvent , LeaveEvent ,
  KeyPressEvent , KeyReleaseEvent , CharEvent , ExposeEvent ,
  ConfigureEvent , TimerEvent , MouseMoveEvent , MouseWheelForwardEvent ,
  MouseWheelBackwardEvent , ActiveCameraEvent , CreateCameraEvent , ResetCameraEvent ,
  ResetCameraClippingRangeEvent , ModifiedEvent , WindowLevelEvent , StartWindowLevelEvent ,
  EndWindowLevelEvent , ResetWindowLevelEvent , SetOutputEvent , ErrorEvent ,
  WarningEvent , StartInteractionEvent , DropFilesEvent , UpdateDropLocationEvent ,
  InteractionEvent , EndInteractionEvent , EnableEvent , DisableEvent ,
  CreateTimerEvent , DestroyTimerEvent , PlacePointEvent , DeletePointEvent ,
  PlaceWidgetEvent , CursorChangedEvent , ExecuteInformationEvent , RenderWindowMessageEvent ,
  WrongTagEvent , StartAnimationCueEvent , ResliceAxesChangedEvent , AnimationCueTickEvent ,
  EndAnimationCueEvent , VolumeMapperRenderEndEvent , VolumeMapperRenderProgressEvent , VolumeMapperRenderStartEvent ,
  VolumeMapperComputeGradientsEndEvent , VolumeMapperComputeGradientsProgressEvent , VolumeMapperComputeGradientsStartEvent , WidgetModifiedEvent ,
  WidgetValueChangedEvent , WidgetActivateEvent , ConnectionCreatedEvent , ConnectionClosedEvent ,
  DomainModifiedEvent , PropertyModifiedEvent , UpdateEvent , RegisterEvent ,
  UnRegisterEvent , UpdateInformationEvent , AnnotationChangedEvent , SelectionChangedEvent ,
  UpdatePropertyEvent , ViewProgressEvent , UpdateDataEvent , CurrentChangedEvent ,
  ComputeVisiblePropBoundsEvent , TDxMotionEvent , TDxButtonPressEvent , TDxButtonReleaseEvent ,
  HoverEvent , LoadStateEvent , SaveStateEvent , StateChangedEvent ,
  WindowMakeCurrentEvent , WindowIsCurrentEvent , WindowFrameEvent , HighlightEvent ,
  WindowSupportsOpenGLEvent , WindowIsDirectEvent , WindowStereoTypeChangedEvent , WindowResizeEvent ,
  UncheckedPropertyModifiedEvent , UpdateShaderEvent , MessageEvent , StartSwipeEvent ,
  SwipeEvent , EndSwipeEvent , StartPinchEvent , PinchEvent ,
  EndPinchEvent , StartRotateEvent , RotateEvent , EndRotateEvent ,
  StartPanEvent , PanEvent , EndPanEvent , TapEvent ,
  LongTapEvent , FourthButtonPressEvent , FourthButtonReleaseEvent , FifthButtonPressEvent ,
  FifthButtonReleaseEvent , Move3DEvent , Button3DEvent , TextEvent ,
  LeftButtonDoubleClickEvent , MiddleButtonDoubleClickEvent , RightButtonDoubleClickEvent , MouseWheelLeftEvent ,
  MouseWheelRightEvent , ViewerMovement3DEvent , Menu3DEvent , NextPose3DEvent ,
  Clip3DEvent , PositionProp3DEvent , Pick3DEvent , Select3DEvent ,
  Elevation3DEvent , BufferChangedEvent , UserEvent = 1000
}
 

Public Member Functions

 vtkJoystickFlyObserver ()=default
 
 ~vtkJoystickFlyObserver () override=default
 
virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class.
 
vtkJoystickFlyObserverNewInstance () const
 
int GetFramesSinceLeftButtonDown () const
 
void ReleaseLeftButtonAfter (int frameCount)
 
void Execute (vtkObject *caller, unsigned long eventId, void *callData) override
 All derived classes of vtkCommand must implement this method.
 
- Public Member Functions inherited from vtkCommand
 vtkBaseTypeMacro (vtkCommand, vtkObjectBase)
 
void UnRegister ()
 Decrease the reference count (release by another object).
 
void SetAbortFlag (vtkTypeBool f)
 Set/Get the abort flag.
 
vtkTypeBool GetAbortFlag ()
 
void AbortFlagOn ()
 
void AbortFlagOff ()
 
void SetPassiveObserver (vtkTypeBool f)
 Set/Get the passive observer flag.
 
vtkTypeBool GetPassiveObserver ()
 
void PassiveObserverOn ()
 
void PassiveObserverOff ()
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string.
 
virtual std::string GetObjectDescription () const
 The object description printed in messages and PrintSelf output.
 
virtual vtkIdType GetNumberOfGenerationsFromBase (const char *name)
 Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
 
virtual void Delete ()
 Delete a VTK object.
 
virtual void FastDelete ()
 Delete a reference to this object.
 
void InitializeObjectBase ()
 
void Print (ostream &os)
 Print an object to an ostream.
 
void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object).
 
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object).
 
int GetReferenceCount ()
 Return the current reference count of this object.
 
void SetReferenceCount (int)
 Sets the reference count.
 
bool GetIsInMemkind () const
 A local state flag that remembers whether this object lives in the normal or extended memory space.
 
virtual void PrintSelf (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses.
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses.
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses.
 
virtual bool UsesGarbageCollector () const
 Indicate whether the class uses vtkGarbageCollector or not.
 

Static Public Member Functions

static vtkJoystickFlyObserverNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkJoystickFlyObserverSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkCommand
static bool EventHasData (unsigned long event)
 Does this event type contain vtkEventData.
 
static const char * GetStringFromEventId (unsigned long event)
 Convenience methods for translating between event names and event ids.
 
static unsigned long GetEventIdFromString (const char *event)
 Convenience methods for translating between event names and event ids.
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 Return 1 if this class type is the same type of (or a subclass of) the named class.
 
static vtkIdType GetNumberOfGenerationsFromBaseType (const char *name)
 Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
 
static void SetMemkindDirectory (const char *directoryname)
 The name of a directory, ideally mounted -o dax, to memory map an extended memory space within.
 
static bool GetUsingMemkind ()
 A global state flag that controls whether vtkObjects are constructed in the usual way (the default) or within the extended memory space.
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
- Protected Member Functions inherited from vtkCommand
 vtkCommand ()
 
 ~vtkCommand () override=default
 
 vtkCommand (const vtkCommand &c)
 
void operator= (const vtkCommand &)
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void RegisterInternal (vtkObjectBase *, vtkTypeBool check)
 
virtual void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
virtual void ObjectFinalize ()
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Additional Inherited Members

- Static Protected Member Functions inherited from vtkObjectBase
static vtkMallocingFunction GetCurrentMallocFunction ()
 
static vtkReallocingFunction GetCurrentReallocFunction ()
 
static vtkFreeingFunction GetCurrentFreeFunction ()
 
static vtkFreeingFunction GetAlternateFreeFunction ()
 
- Protected Attributes inherited from vtkCommand
vtkTypeBool AbortFlag
 
vtkTypeBool PassiveObserver
 
- Protected Attributes inherited from vtkObjectBase
std::atomic< int32_t > ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Detailed Description

Definition at line 28 of file InteractorStyleTestUtils.h.

Member Typedef Documentation

◆ Superclass

Constructor & Destructor Documentation

◆ vtkJoystickFlyObserver()

vtkJoystickFlyObserver::vtkJoystickFlyObserver ( )
default

◆ ~vtkJoystickFlyObserver()

vtkJoystickFlyObserver::~vtkJoystickFlyObserver ( )
overridedefault

Member Function Documentation

◆ New()

static vtkJoystickFlyObserver * vtkJoystickFlyObserver::New ( )
inlinestatic

Definition at line 34 of file InteractorStyleTestUtils.h.

◆ IsTypeOf()

static vtkTypeBool vtkJoystickFlyObserver::IsTypeOf ( const char * type)
static

◆ IsA()

virtual vtkTypeBool vtkJoystickFlyObserver::IsA ( const char * name)
virtual

Return 1 if this class is the same type of (or a subclass of) the named class.

Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObjectBase.

◆ SafeDownCast()

static vtkJoystickFlyObserver * vtkJoystickFlyObserver::SafeDownCast ( vtkObjectBase * o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase * vtkJoystickFlyObserver::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkJoystickFlyObserver * vtkJoystickFlyObserver::NewInstance ( ) const

◆ GetFramesSinceLeftButtonDown()

int vtkJoystickFlyObserver::GetFramesSinceLeftButtonDown ( ) const
inline

Definition at line 39 of file InteractorStyleTestUtils.h.

◆ ReleaseLeftButtonAfter()

void vtkJoystickFlyObserver::ReleaseLeftButtonAfter ( int frameCount)
inline

Definition at line 40 of file InteractorStyleTestUtils.h.

◆ Execute()

void vtkJoystickFlyObserver::Execute ( vtkObject * caller,
unsigned long eventId,
void * callData )
inlineoverridevirtual

All derived classes of vtkCommand must implement this method.

This is the method that actually does the work of the callback. The caller argument is the object invoking the event, the eventId parameter is the id of the event, and callData parameter is data that can be passed into the execute method. (Note: vtkObject::InvokeEvent() takes two parameters: the event id (or name) and call data. Typically call data is nullptr, but the user can package data and pass it this way. Alternatively, a derived class of vtkCommand can be used to pass data.)

Implements vtkCommand.

Definition at line 45 of file InteractorStyleTestUtils.h.


The documentation for this class was generated from the following file: