VTK  9.3.20240415
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkZSpaceInteractorStyle Class Reference

vtkZSpaceInteractorStyle extends vtkInteractorStyle3D to override command methods. More...

#include <vtkZSpaceInteractorStyle.h>

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

Public Types

typedef vtkInteractorStyle3D Superclass
 
- Public Types inherited from vtkInteractorStyle3D
typedef vtkInteractorStyle Superclass
 
- Public Types inherited from vtkInteractorStyle
typedef vtkInteractorObserver Superclass
 
- Public Types inherited from vtkInteractorObserver
typedef vtkObject Superclass
 

Public Member Functions

virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class. More...
 
vtkZSpaceInteractorStyleNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
void UpdateRay (vtkEventDataDevice3D *)
 Use FindPickedActor to update the InteractionProp. More...
 
virtual void SetZSpaceRayActor (vtkZSpaceRayActor *)
 Set the zSpaceRayActor that is used to draw the ray stylus. More...
 
void OnPick3D (vtkEventData *edata) override
 Override generic event bindings to call the corresponding action. More...
 
void OnPositionProp3D (vtkEventData *edata) override
 Override generic event bindings to call the corresponding action. More...
 
void OnMove3D (vtkEventData *edata) override
 Override generic event bindings to call the corresponding action. More...
 
void OnSelect3D (vtkEventData *edata) override
 Override generic event bindings to call the corresponding action. More...
 
virtual void StartPick (vtkEventDataDevice3D *)
 Interaction mode entry points. More...
 
virtual void EndPick (vtkEventDataDevice3D *)
 Interaction mode entry points. More...
 
virtual void StartPositionProp (vtkEventDataDevice3D *)
 Interaction mode entry points. More...
 
virtual void EndPositionProp (vtkEventDataDevice3D *)
 Interaction mode entry points. More...
 
void ProbeData (vtkEventDataDevice3D *)
 Methods for interaction. More...
 
virtual void PositionProp (vtkEventData *, double *lwpos=nullptr, double *lwori=nullptr)
 Methods for interaction. More...
 
virtual void SetHoverPick (bool)
 Indicates if picking should be updated every frame. More...
 
virtual bool GetHoverPick ()
 Indicates if picking should be updated every frame. More...
 
virtual void HoverPickOn ()
 Indicates if picking should be updated every frame. More...
 
virtual void HoverPickOff ()
 Indicates if picking should be updated every frame. More...
 
virtual void SetPickingFieldAssociation (int)
 Select the field association used when picking. More...
 
virtual int GetPickingFieldAssociation ()
 Select the field association used when picking. More...
 
- Public Member Functions inherited from vtkInteractorStyle3D
vtkInteractorStyle3DNewInstance () const
 
virtual void Dolly3D (vtkEventData *)
 
virtual void SetScale (vtkCamera *cam, double newScale)
 Set the scaling factor from world to physical space. More...
 
virtual void SetDollyPhysicalSpeed (double)
 Set/Get the maximum dolly speed used when flying in 3D, in meters per second. More...
 
virtual double GetDollyPhysicalSpeed ()
 Set/Get the maximum dolly speed used when flying in 3D, in meters per second. More...
 
virtual vtkAbstractPropPickerGetInteractionPicker ()
 Get/Set the interaction picker. More...
 
void SetInteractionPicker (vtkAbstractPropPicker *prop)
 Get/Set the interaction picker. More...
 
- Public Member Functions inherited from vtkInteractorStyle
vtkInteractorStyleNewInstance () const
 
void SetInteractor (vtkRenderWindowInteractor *interactor) override
 Set/Get the Interactor wrapper being controlled by this object. More...
 
void SetEnabled (int) override
 Turn on/off this interactor. More...
 
void FindPokedRenderer (int, int)
 When an event occurs, we must determine which Renderer the event occurred within, since one RenderWindow may contain multiple renderers. More...
 
virtual void OnMouseMove ()
 Generic event bindings can be overridden in subclasses. More...
 
virtual void OnLeftButtonDown ()
 
virtual void OnLeftButtonUp ()
 
virtual void OnMiddleButtonDown ()
 
virtual void OnMiddleButtonUp ()
 
virtual void OnRightButtonDown ()
 
virtual void OnRightButtonUp ()
 
virtual void OnLeftButtonDoubleClick ()
 
virtual void OnMiddleButtonDoubleClick ()
 
virtual void OnRightButtonDoubleClick ()
 
virtual void OnMouseWheelForward ()
 
virtual void OnMouseWheelBackward ()
 
virtual void OnMouseWheelLeft ()
 
virtual void OnMouseWheelRight ()
 
virtual void OnFourthButtonDown ()
 
virtual void OnFourthButtonUp ()
 
virtual void OnFifthButtonDown ()
 
virtual void OnFifthButtonUp ()
 
virtual void OnButton3D (vtkEventData *)
 
virtual void OnClip3D (vtkEventData *)
 
virtual void OnMenu3D (vtkEventData *)
 
virtual void OnNextPose3D (vtkEventData *)
 
virtual void OnViewerMovement3D (vtkEventData *)
 
virtual void OnElevation3D (vtkEventData *)
 
void OnChar () override
 OnChar is triggered when an ASCII key is pressed. More...
 
virtual void OnKeyDown ()
 
virtual void OnKeyUp ()
 
virtual void OnKeyPress ()
 
virtual void OnKeyRelease ()
 
virtual void OnExpose ()
 These are more esoteric events, but are useful in some cases. More...
 
virtual void OnConfigure ()
 
virtual void OnEnter ()
 
virtual void OnLeave ()
 
virtual void OnTimer ()
 OnTimer calls Rotate, Rotate etc which should be overridden by style subclasses. More...
 
virtual void Rotate ()
 These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. More...
 
virtual void Spin ()
 
virtual void Pan ()
 
virtual void Dolly ()
 
virtual void Zoom ()
 
virtual void UniformScale ()
 
virtual void EnvironmentRotate ()
 
virtual void OnStartSwipe ()
 gesture based events More...
 
virtual void OnSwipe ()
 
virtual void OnEndSwipe ()
 
virtual void OnStartPinch ()
 
virtual void OnPinch ()
 
virtual void OnEndPinch ()
 
virtual void OnStartRotate ()
 
virtual void OnRotate ()
 
virtual void OnEndRotate ()
 
virtual void OnStartPan ()
 
virtual void OnPan ()
 
virtual void OnEndPan ()
 
virtual void OnTap ()
 
virtual void OnLongTap ()
 
virtual void OnDropLocation (double *vtkNotUsed(position))
 When the mouse location is updated while dragging files. More...
 
virtual void OnDropFiles (vtkStringArray *vtkNotUsed(filePaths))
 When files are dropped on the render window. More...
 
void DelegateTDxEvent (unsigned long event, void *calldata)
 Called by the callback to process 3DConnexion device events. More...
 
virtual void SetAutoAdjustCameraClippingRange (vtkTypeBool)
 If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. More...
 
virtual vtkTypeBool GetAutoAdjustCameraClippingRange ()
 If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. More...
 
virtual void AutoAdjustCameraClippingRangeOn ()
 If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. More...
 
virtual void AutoAdjustCameraClippingRangeOff ()
 If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. More...
 
virtual int GetState ()
 Some useful information for interaction. More...
 
virtual vtkTypeBool GetUseTimers ()
 Set/Get timer hint. More...
 
virtual void SetUseTimers (vtkTypeBool)
 Set/Get timer hint. More...
 
virtual void UseTimersOn ()
 Set/Get timer hint. More...
 
virtual void UseTimersOff ()
 Set/Get timer hint. More...
 
virtual void SetTimerDuration (unsigned long)
 If using timers, specify the default timer interval (in milliseconds). More...
 
virtual unsigned long GetTimerDuration ()
 If using timers, specify the default timer interval (in milliseconds). More...
 
virtual void SetHandleObservers (vtkTypeBool)
 Does ProcessEvents handle observers on this class or not. More...
 
virtual vtkTypeBool GetHandleObservers ()
 Does ProcessEvents handle observers on this class or not. More...
 
virtual void HandleObserversOn ()
 Does ProcessEvents handle observers on this class or not. More...
 
virtual void HandleObserversOff ()
 Does ProcessEvents handle observers on this class or not. More...
 
virtual void StartState (int newstate)
 utility routines used by state changes More...
 
virtual void StopState ()
 utility routines used by state changes More...
 
virtual void StartAnimate ()
 Interaction mode entry points used internally. More...
 
virtual void StopAnimate ()
 Interaction mode entry points used internally. More...
 
virtual void StartRotate ()
 Interaction mode entry points used internally. More...
 
virtual void EndRotate ()
 Interaction mode entry points used internally. More...
 
virtual void StartZoom ()
 Interaction mode entry points used internally. More...
 
virtual void EndZoom ()
 Interaction mode entry points used internally. More...
 
virtual void StartPan ()
 Interaction mode entry points used internally. More...
 
virtual void EndPan ()
 Interaction mode entry points used internally. More...
 
virtual void StartSpin ()
 Interaction mode entry points used internally. More...
 
virtual void EndSpin ()
 Interaction mode entry points used internally. More...
 
virtual void StartDolly ()
 Interaction mode entry points used internally. More...
 
virtual void EndDolly ()
 Interaction mode entry points used internally. More...
 
virtual void StartUniformScale ()
 Interaction mode entry points used internally. More...
 
virtual void EndUniformScale ()
 Interaction mode entry points used internally. More...
 
virtual void StartTimer ()
 Interaction mode entry points used internally. More...
 
virtual void EndTimer ()
 Interaction mode entry points used internally. More...
 
virtual void StartTwoPointer ()
 Interaction mode entry points used internally. More...
 
virtual void EndTwoPointer ()
 Interaction mode entry points used internally. More...
 
virtual void StartGesture ()
 Interaction mode entry points used internally. More...
 
virtual void EndGesture ()
 Interaction mode entry points used internally. More...
 
virtual void StartEnvRotate ()
 Interaction mode entry points used internally. More...
 
virtual void EndEnvRotate ()
 Interaction mode entry points used internally. More...
 
virtual void HighlightProp (vtkProp *prop)
 When picking successfully selects an actor, this method highlights the picked prop appropriately. More...
 
virtual void HighlightActor2D (vtkActor2D *actor2D)
 When picking successfully selects an actor, this method highlights the picked prop appropriately. More...
 
virtual void HighlightProp3D (vtkProp3D *prop3D)
 When picking successfully selects an actor, this method highlights the picked prop appropriately. More...
 
virtual void SetPickColor (double, double, double)
 Set/Get the pick color (used by default to color vtkActor2D's). More...
 
virtual void SetPickColor (double[3])
 Set/Get the pick color (used by default to color vtkActor2D's). More...
 
virtual double * GetPickColor ()
 Set/Get the pick color (used by default to color vtkActor2D's). More...
 
virtual void GetPickColor (double data[3])
 Set/Get the pick color (used by default to color vtkActor2D's). More...
 
virtual void SetMouseWheelMotionFactor (double)
 Set/Get the mouse wheel motion factor. More...
 
virtual double GetMouseWheelMotionFactor ()
 Set/Get the mouse wheel motion factor. More...
 
virtual vtkTDxInteractorStyleGetTDxStyle ()
 3Dconnexion device interactor style. More...
 
virtual void SetTDxStyle (vtkTDxInteractorStyle *tdxStyle)
 3Dconnexion device interactor style. More...
 
- Public Member Functions inherited from vtkInteractorObserver
vtkInteractorObserverNewInstance () const
 
int GetEnabled ()
 
void EnabledOn ()
 
void EnabledOff ()
 
void On ()
 
void Off ()
 
virtual vtkRenderWindowInteractorGetInteractor ()
 This method is used to associate the widget with the render window interactor. More...
 
virtual void SetPriority (float)
 Set/Get the priority at which events are processed. More...
 
virtual float GetPriority ()
 Set/Get the priority at which events are processed. More...
 
virtual void PickingManagedOn ()
 Enable/Disable the use of a manager to process the picking. More...
 
virtual void PickingManagedOff ()
 Enable/Disable the use of a manager to process the picking. More...
 
virtual void SetPickingManaged (bool managed)
 Enable/Disable the use of a manager to process the picking. More...
 
virtual bool GetPickingManaged ()
 Enable/Disable the use of a manager to process the picking. More...
 
virtual void SetKeyPressActivation (vtkTypeBool)
 Enable/Disable of the use of a keypress to turn on and off the interactor observer. More...
 
virtual vtkTypeBool GetKeyPressActivation ()
 Enable/Disable of the use of a keypress to turn on and off the interactor observer. More...
 
virtual void KeyPressActivationOn ()
 Enable/Disable of the use of a keypress to turn on and off the interactor observer. More...
 
virtual void KeyPressActivationOff ()
 Enable/Disable of the use of a keypress to turn on and off the interactor observer. More...
 
virtual void SetKeyPressActivationValue (char)
 Specify which key press value to use to activate the interactor observer (if key press activation is enabled). More...
 
virtual char GetKeyPressActivationValue ()
 Specify which key press value to use to activate the interactor observer (if key press activation is enabled). More...
 
virtual vtkRendererGetDefaultRenderer ()
 Set/Get the default renderer to use when activating the interactor observer. More...
 
virtual void SetDefaultRenderer (vtkRenderer *)
 Set/Get the default renderer to use when activating the interactor observer. More...
 
virtual vtkRendererGetCurrentRenderer ()
 Set/Get the current renderer. More...
 
virtual void SetCurrentRenderer (vtkRenderer *)
 Set/Get the current renderer. More...
 
void GrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)
 These methods enable an interactor observer to exclusively grab all events invoked by its associated vtkRenderWindowInteractor. More...
 
void ReleaseFocus ()
 These methods enable an interactor observer to exclusively grab all events invoked by its associated vtkRenderWindowInteractor. More...
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 Turn debugging output on. More...
 
virtual void DebugOff ()
 Turn debugging output off. More...
 
bool GetDebug ()
 Get the value of the debug flag. More...
 
void SetDebug (bool debugFlag)
 Set the value of the debug flag. More...
 
virtual void Modified ()
 Update the modification time for this object. More...
 
virtual vtkMTimeType GetMTime ()
 Return this object's modified time. More...
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
vtkTypeBool HasObserver (unsigned long event)
 
vtkTypeBool HasObserver (const char *event)
 
vtkTypeBool InvokeEvent (unsigned long event)
 
vtkTypeBool InvokeEvent (const char *event)
 
std::string GetObjectDescription () const override
 The object description printed in messages and PrintSelf output. More...
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkCommandGetCommand (unsigned long tag)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObserver (vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Allow user to set the AbortFlagOn() with the return value of the callback method. More...
 
vtkTypeBool InvokeEvent (unsigned long event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
vtkTypeBool InvokeEvent (const char *event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
virtual void SetObjectName (const std::string &objectName)
 Set/get the name of this object for reporting purposes. More...
 
virtual std::string GetObjectName () const
 Set/get the name of this object for reporting purposes. More...
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string. More...
 
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). More...
 
virtual void Delete ()
 Delete a VTK object. More...
 
virtual void FastDelete ()
 Delete a reference to this object. More...
 
void InitializeObjectBase ()
 
void Print (ostream &os)
 Print an object to an ostream. More...
 
void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object). More...
 
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object). More...
 
int GetReferenceCount ()
 Return the current reference count of this object. More...
 
void SetReferenceCount (int)
 Sets the reference count. More...
 
bool GetIsInMemkind () const
 A local state flag that remembers whether this object lives in the normal or extended memory space. More...
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual bool UsesGarbageCollector () const
 Indicate whether the class uses vtkGarbageCollector or not. More...
 

Static Public Member Functions

static vtkZSpaceInteractorStyleNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkZSpaceInteractorStyleSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkInteractorStyle3D
static vtkInteractorStyle3DNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkInteractorStyle3DSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkInteractorStyle
static vtkInteractorStyleNew ()
 This class must be supplied with a vtkRenderWindowInteractor wrapper or parent. More...
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkInteractorStyleSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkInteractorObserver
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkInteractorObserverSafeDownCast (vtkObjectBase *o)
 
static void ComputeDisplayToWorld (vtkRenderer *ren, double x, double y, double z, double worldPt[4])
 Convenience methods for outside classes. More...
 
static void ComputeWorldToDisplay (vtkRenderer *ren, double x, double y, double z, double displayPt[3])
 Convenience methods for outside classes. More...
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void BreakOnError ()
 This method is called when vtkErrorMacro executes. More...
 
static void SetGlobalWarningDisplay (vtkTypeBool val)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static vtkTypeBool GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
- 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. More...
 
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). More...
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void SetMemkindDirectory (const char *directoryname)
 The name of a directory, ideally mounted -o dax, to memory map an extended memory space within. More...
 
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. More...
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkZSpaceInteractorStyle ()
 
 ~vtkZSpaceInteractorStyle () override=default
 
void EndPickCallback (vtkSelection *sel)
 Create the text to display information about the selection, create the PickActor to draw the picked cell or point and add it to the renderer. More...
 
bool HardwareSelect (vtkEventDataDevice3D *edd, bool actorPassOnly)
 Do a selection using the vtkZSpaceHardwarePicker. More...
 
bool FindDataSet (vtkSelection *sel, vtkSmartPointer< vtkDataSet > &ds, vtkIdType &aid)
 From the selection 'sel', find the corresponding dataset 'ds' and the point/cell id 'aid'. More...
 
std::string GetPickedText (vtkDataSet *ds, const vtkIdType &aid)
 Create a string that contains information about the point or cell defined by the index 'aid' in the dataset 'ds'. More...
 
void CreatePickCell (vtkCell *cell)
 Create the PickActor to show the picked cell. More...
 
void CreatePickPoint (double *point)
 Create the PickActor to show the picked point. More...
 
void UpdatePickActor ()
 Update the PickActor and the TextActor depending on the PickedInteractionProp position and visibility. More...
 
void RemovePickActor ()
 Remove the PickActor and the TextActor from the renderer. More...
 
void StartAction (int VTKIS_STATE, vtkEventDataDevice3D *edata)
 Utility routines. More...
 
void EndAction (int VTKIS_STATE, vtkEventDataDevice3D *edata)
 Utility routines. More...
 
- Protected Member Functions inherited from vtkInteractorStyle3D
 vtkInteractorStyle3D ()
 Get/Set the interaction picker. More...
 
 ~vtkInteractorStyle3D () override
 Get/Set the interaction picker. More...
 
void FindPickedActor (double pos[3], double orient[4])
 Get/Set the interaction picker. More...
 
void Prop3DTransform (vtkProp3D *prop3D, double *boxCenter, int NumRotation, double **rotate, double *scale)
 Get/Set the interaction picker. More...
 
- Protected Member Functions inherited from vtkInteractorStyle
 vtkInteractorStyle ()
 
 ~vtkInteractorStyle () override
 
- Protected Member Functions inherited from vtkInteractorObserver
 vtkInteractorObserver ()
 
 ~vtkInteractorObserver () override
 
virtual void RegisterPickers ()
 Register internal Pickers in the Picking Manager. More...
 
void UnRegisterPickers ()
 Unregister internal pickers from the Picking Manager. More...
 
vtkPickingManagerGetPickingManager ()
 Return the picking manager associated on the context on which the observer currently belong. More...
 
vtkAssemblyPathGetAssemblyPath (double X, double Y, double Z, vtkAbstractPropPicker *picker)
 Proceed to a pick, whether through the PickingManager if the picking is managed or directly using the picker, and return the assembly path. More...
 
int RequestCursorShape (int requestedShape)
 
virtual void StartInteraction ()
 Utility routines used to start and end interaction. More...
 
virtual void EndInteraction ()
 Utility routines used to start and end interaction. More...
 
void ComputeDisplayToWorld (double x, double y, double z, double worldPt[4])
 Helper method for subclasses. More...
 
void ComputeWorldToDisplay (double x, double y, double z, double displayPt[3])
 Helper method for subclasses. More...
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
 ~vtkObject () override
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)
 These methods allow a command to exclusively grab all events. More...
 
void InternalReleaseFocus ()
 These methods allow a command to exclusively grab all events. More...
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

bool HoverPick = false
 If false, the ray is updated only when the picking action is done by the user. More...
 
vtkNew< vtkActorPickActor
 
vtkProp3DPickedInteractionProp = nullptr
 
vtkNew< vtkTextActorTextActor
 
vtkZSpaceRayActorZSpaceRayActor
 
vtkNew< vtkZSpaceHardwarePickerHardwarePicker
 
int PickingFieldAssociation = vtkDataObject::FIELD_ASSOCIATION_CELLS
 
- Protected Attributes inherited from vtkInteractorStyle3D
vtkAbstractPropPickerInteractionPicker
 Get/Set the interaction picker. More...
 
vtkProp3DInteractionProp
 Get/Set the interaction picker. More...
 
vtkMatrix3x3TempMatrix3
 Get/Set the interaction picker. More...
 
vtkMatrix4x4TempMatrix4
 Get/Set the interaction picker. More...
 
vtkTransformTempTransform
 Get/Set the interaction picker. More...
 
double AppliedTranslation [3]
 Get/Set the interaction picker. More...
 
double DollyPhysicalSpeed
 Get/Set the interaction picker. More...
 
vtkNew< vtkTimerLogLastDolly3DEventTime
 Get/Set the interaction picker. More...
 
double LastTrackPadPosition [2]
 Get/Set the interaction picker. More...
 
- Protected Attributes inherited from vtkInteractorStyle
int State
 
int AnimState
 
vtkTypeBool HandleObservers
 
vtkTypeBool UseTimers
 
int TimerId
 
vtkTypeBool AutoAdjustCameraClippingRange
 
vtkOutlineSourceOutline
 
vtkPolyDataMapperOutlineMapper
 
vtkActorOutlineActor
 
vtkRendererPickedRenderer
 
vtkPropCurrentProp
 
vtkActor2DPickedActor2D
 
int PropPicked
 
double PickColor [3]
 
double MouseWheelMotionFactor
 
unsigned long TimerDuration
 
vtkEventForwarderCommandEventForwarder
 
vtkTDxInteractorStyleTDxStyle
 
- Protected Attributes inherited from vtkInteractorObserver
int Enabled
 
vtkCallbackCommandEventCallbackCommand
 
vtkCallbackCommandKeyPressCallbackCommand
 
float Priority
 
bool PickingManaged
 
vtkTypeBool KeyPressActivation
 
char KeyPressActivationValue
 
vtkRenderWindowInteractorInteractor
 
vtkRendererCurrentRenderer
 
vtkRendererDefaultRenderer
 
unsigned long CharObserverTag
 
unsigned long DeleteObserverTag
 
vtkObserverMediatorObserverMediator
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
std::string ObjectName
 
- Protected Attributes inherited from vtkObjectBase
std::atomic< int32_t > ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Additional Inherited Members

- Static Protected Member Functions inherited from vtkInteractorStyle
static void ProcessEvents (vtkObject *object, unsigned long event, void *clientdata, void *calldata)
 Main process event method. More...
 
- Static Protected Member Functions inherited from vtkInteractorObserver
static void ProcessEvents (vtkObject *object, unsigned long event, void *clientdata, void *calldata)
 Handles the char widget activation event. More...
 
- Static Protected Member Functions inherited from vtkObjectBase
static vtkMallocingFunction GetCurrentMallocFunction ()
 
static vtkReallocingFunction GetCurrentReallocFunction ()
 
static vtkFreeingFunction GetCurrentFreeFunction ()
 
static vtkFreeingFunction GetAlternateFreeFunction ()
 

Detailed Description

vtkZSpaceInteractorStyle extends vtkInteractorStyle3D to override command methods.

This class maps EventDataDevice3D device and input to an interaction state :

The move event will then call the method to position the current picked prop if the state is VTKIS_POSITION_PROP.

Events:
vtkCommand::EndPickEvent vtkCommand::InteractionEvent vtkCommand::StartPickEvent

Definition at line 49 of file vtkZSpaceInteractorStyle.h.

Member Typedef Documentation

◆ Superclass

Definition at line 53 of file vtkZSpaceInteractorStyle.h.

Constructor & Destructor Documentation

◆ vtkZSpaceInteractorStyle()

vtkZSpaceInteractorStyle::vtkZSpaceInteractorStyle ( )
protected

◆ ~vtkZSpaceInteractorStyle()

vtkZSpaceInteractorStyle::~vtkZSpaceInteractorStyle ( )
overrideprotecteddefault

Member Function Documentation

◆ New()

static vtkZSpaceInteractorStyle* vtkZSpaceInteractorStyle::New ( )
static

◆ IsTypeOf()

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

◆ IsA()

virtual vtkTypeBool vtkZSpaceInteractorStyle::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 vtkInteractorStyle3D.

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkZSpaceInteractorStyle::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkInteractorStyle3D.

◆ NewInstance()

vtkZSpaceInteractorStyle* vtkZSpaceInteractorStyle::NewInstance ( ) const

◆ PrintSelf()

void vtkZSpaceInteractorStyle::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

Methods invoked by print to print information about the object including superclasses.

Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkInteractorStyle3D.

◆ OnPick3D()

void vtkZSpaceInteractorStyle::OnPick3D ( vtkEventData edata)
overridevirtual

Override generic event bindings to call the corresponding action.

Reimplemented from vtkInteractorStyle.

◆ OnPositionProp3D()

void vtkZSpaceInteractorStyle::OnPositionProp3D ( vtkEventData edata)
overridevirtual

Override generic event bindings to call the corresponding action.

Reimplemented from vtkInteractorStyle.

◆ OnMove3D()

void vtkZSpaceInteractorStyle::OnMove3D ( vtkEventData edata)
overridevirtual

Override generic event bindings to call the corresponding action.

Reimplemented from vtkInteractorStyle.

◆ OnSelect3D()

void vtkZSpaceInteractorStyle::OnSelect3D ( vtkEventData edata)
overridevirtual

Override generic event bindings to call the corresponding action.

Reimplemented from vtkInteractorStyle.

◆ StartPick()

virtual void vtkZSpaceInteractorStyle::StartPick ( vtkEventDataDevice3D )
virtual

Interaction mode entry points.

◆ EndPick()

virtual void vtkZSpaceInteractorStyle::EndPick ( vtkEventDataDevice3D )
virtual

Interaction mode entry points.

◆ StartPositionProp()

virtual void vtkZSpaceInteractorStyle::StartPositionProp ( vtkEventDataDevice3D )
virtual

Interaction mode entry points.

◆ EndPositionProp()

virtual void vtkZSpaceInteractorStyle::EndPositionProp ( vtkEventDataDevice3D )
virtual

Interaction mode entry points.

◆ ProbeData()

void vtkZSpaceInteractorStyle::ProbeData ( vtkEventDataDevice3D )

Methods for interaction.

◆ PositionProp()

virtual void vtkZSpaceInteractorStyle::PositionProp ( vtkEventData ,
double *  lwpos = nullptr,
double *  lwori = nullptr 
)
virtual

Methods for interaction.

Reimplemented from vtkInteractorStyle3D.

◆ SetHoverPick()

virtual void vtkZSpaceInteractorStyle::SetHoverPick ( bool  )
virtual

Indicates if picking should be updated every frame.

If so, the interaction picker will try to pick a prop and ray will be updated accordingly. Default is set to off.

◆ GetHoverPick()

virtual bool vtkZSpaceInteractorStyle::GetHoverPick ( )
virtual

Indicates if picking should be updated every frame.

If so, the interaction picker will try to pick a prop and ray will be updated accordingly. Default is set to off.

◆ HoverPickOn()

virtual void vtkZSpaceInteractorStyle::HoverPickOn ( )
virtual

Indicates if picking should be updated every frame.

If so, the interaction picker will try to pick a prop and ray will be updated accordingly. Default is set to off.

◆ HoverPickOff()

virtual void vtkZSpaceInteractorStyle::HoverPickOff ( )
virtual

Indicates if picking should be updated every frame.

If so, the interaction picker will try to pick a prop and ray will be updated accordingly. Default is set to off.

◆ UpdateRay()

void vtkZSpaceInteractorStyle::UpdateRay ( vtkEventDataDevice3D )

Use FindPickedActor to update the InteractionProp.

Then update the ray length to the pick length if something is picked, else to its max length.

◆ SetZSpaceRayActor()

virtual void vtkZSpaceInteractorStyle::SetZSpaceRayActor ( vtkZSpaceRayActor )
virtual

Set the zSpaceRayActor that is used to draw the ray stylus.

◆ SetPickingFieldAssociation()

virtual void vtkZSpaceInteractorStyle::SetPickingFieldAssociation ( int  )
virtual

Select the field association used when picking.

Default is vtkDataObject::FIELD_ASSOCIATION_CELLS.

◆ GetPickingFieldAssociation()

virtual int vtkZSpaceInteractorStyle::GetPickingFieldAssociation ( )
virtual

Select the field association used when picking.

Default is vtkDataObject::FIELD_ASSOCIATION_CELLS.

◆ EndPickCallback()

void vtkZSpaceInteractorStyle::EndPickCallback ( vtkSelection sel)
protected

Create the text to display information about the selection, create the PickActor to draw the picked cell or point and add it to the renderer.

◆ StartAction()

void vtkZSpaceInteractorStyle::StartAction ( int  VTKIS_STATE,
vtkEventDataDevice3D edata 
)
protected

Utility routines.

◆ EndAction()

void vtkZSpaceInteractorStyle::EndAction ( int  VTKIS_STATE,
vtkEventDataDevice3D edata 
)
protected

Utility routines.

◆ HardwareSelect()

bool vtkZSpaceInteractorStyle::HardwareSelect ( vtkEventDataDevice3D edd,
bool  actorPassOnly 
)
protected

Do a selection using the vtkZSpaceHardwarePicker.

The selection can be then retrieved for the HardwarePricker member variable.

◆ FindDataSet()

bool vtkZSpaceInteractorStyle::FindDataSet ( vtkSelection sel,
vtkSmartPointer< vtkDataSet > &  ds,
vtkIdType aid 
)
protected

From the selection 'sel', find the corresponding dataset 'ds' and the point/cell id 'aid'.

◆ GetPickedText()

std::string vtkZSpaceInteractorStyle::GetPickedText ( vtkDataSet ds,
const vtkIdType aid 
)
protected

Create a string that contains information about the point or cell defined by the index 'aid' in the dataset 'ds'.

◆ CreatePickCell()

void vtkZSpaceInteractorStyle::CreatePickCell ( vtkCell cell)
protected

Create the PickActor to show the picked cell.

◆ CreatePickPoint()

void vtkZSpaceInteractorStyle::CreatePickPoint ( double *  point)
protected

Create the PickActor to show the picked point.

◆ UpdatePickActor()

void vtkZSpaceInteractorStyle::UpdatePickActor ( )
protected

Update the PickActor and the TextActor depending on the PickedInteractionProp position and visibility.

◆ RemovePickActor()

void vtkZSpaceInteractorStyle::RemovePickActor ( )
protected

Remove the PickActor and the TextActor from the renderer.

Member Data Documentation

◆ HoverPick

bool vtkZSpaceInteractorStyle::HoverPick = false
protected

If false, the ray is updated only when the picking action is done by the user.

If true, the ray is updated constantly.

Currently, this uses a vtkCellPicker and this leads to bad performances if the actor(s) have a lot of cells.

Definition at line 183 of file vtkZSpaceInteractorStyle.h.

◆ PickActor

vtkNew<vtkActor> vtkZSpaceInteractorStyle::PickActor
protected

Definition at line 186 of file vtkZSpaceInteractorStyle.h.

◆ PickedInteractionProp

vtkProp3D* vtkZSpaceInteractorStyle::PickedInteractionProp = nullptr
protected

Definition at line 189 of file vtkZSpaceInteractorStyle.h.

◆ TextActor

vtkNew<vtkTextActor> vtkZSpaceInteractorStyle::TextActor
protected

Definition at line 190 of file vtkZSpaceInteractorStyle.h.

◆ ZSpaceRayActor

vtkZSpaceRayActor* vtkZSpaceInteractorStyle::ZSpaceRayActor
protected

Definition at line 191 of file vtkZSpaceInteractorStyle.h.

◆ HardwarePicker

vtkNew<vtkZSpaceHardwarePicker> vtkZSpaceInteractorStyle::HardwarePicker
protected

Definition at line 194 of file vtkZSpaceInteractorStyle.h.

◆ PickingFieldAssociation

int vtkZSpaceInteractorStyle::PickingFieldAssociation = vtkDataObject::FIELD_ASSOCIATION_CELLS
protected

Definition at line 197 of file vtkZSpaceInteractorStyle.h.


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