VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
vtkScenePicker Class Reference

Picks an entire viewport at one shot. More...

#include <vtkScenePicker.h>

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

Public Types

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...
 
vtkScenePickerNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
vtkIdType GetCellId (int displayPos[2])
 Get cell id at the pick position. More...
 
vtkIdType GetVertexId (int displayPos[2])
 Get cell id at the pick position. More...
 
vtkPropGetViewProp (int displayPos[2])
 Get actor at the pick position. More...
 
virtual void SetRenderer (vtkRenderer *)
 Set the renderer. More...
 
virtual vtkRendererGetRenderer ()
 Set the renderer. More...
 
virtual void SetEnableVertexPicking (vtkTypeBool)
 Vertex picking (using the method GetVertexId()), required additional resources and can slow down still render time by 5-10%. More...
 
virtual vtkTypeBool GetEnableVertexPicking ()
 Vertex picking (using the method GetVertexId()), required additional resources and can slow down still render time by 5-10%. More...
 
virtual void EnableVertexPickingOn ()
 Vertex picking (using the method GetVertexId()), required additional resources and can slow down still render time by 5-10%. More...
 
virtual void EnableVertexPickingOff ()
 Vertex picking (using the method GetVertexId()), required additional resources and can slow down still render time by 5-10%. 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)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
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...
 
int InvokeEvent (unsigned long event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
int InvokeEvent (const char *event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string. 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...
 
virtual 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...
 
void PrintRevisions (ostream &)
 Legacy. 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...
 

Static Public Member Functions

static vtkScenePickerNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkScenePickerSafeDownCast (vtkObjectBase *o)
 
- 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 (int 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 int 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 vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkScenePicker ()
 
 ~vtkScenePicker () override
 
void PickRender ()
 
void PickRender (int x0, int y0, int x1, int y1)
 
void Update (int displayPos[2])
 
void SetInteractor (vtkRenderWindowInteractor *)
 
- 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 CollectRevisions (ostream &)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

vtkTypeBool EnableVertexPicking
 
vtkHardwareSelectorSelector
 
vtkRendererRenderer
 
vtkRenderWindowInteractorInteractor
 
vtkIdType VertId
 
vtkIdType CellId
 
vtkPropProp
 
bool NeedToUpdate
 
int LastQueriedDisplayPos [2]
 
vtkScenePickerSelectionRenderCommandSelectionRenderCommand
 
vtkTimeStamp PickRenderTime
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Friends

class vtkRenderer
 
class vtkScenePickerSelectionRenderCommand
 

Detailed Description

Picks an entire viewport at one shot.

The Scene picker, unlike conventional pickers picks an entire viewport at one shot and caches the result, which can be retrieved later. The utility of the class arises during Actor Selection. Let's say you have a couple of polygonal objects in your scene and you wish to have a status bar that indicates the object your mouse is over. Picking repeatedly every time your mouse moves would be very slow. The scene picker automatically picks your viewport every time the camera is changed and caches the information. Additionally, it observes the vtkRenderWindowInteractor to avoid picking during interaction, so that you still maintain your interactivity. In effect, the picker does an additional pick-render of your scene every time you stop interacting with your scene. As an example, see Rendering/TestScenePicker.

Warning
  • Unlike a vtkHoverWidget, this class is not timer based. The hover widget picks a scene when the mouse is over an actor for a specified duration.
  • This class uses a vtkHardwareSelector under the hood. Hence, it will work only for actors that have opaque geomerty and are rendered by a vtkPolyDataMapper.
See also
vtkHoverWidget vtkHardwareSelector

Definition at line 55 of file vtkScenePicker.h.

Member Typedef Documentation

Definition at line 63 of file vtkScenePicker.h.

Constructor & Destructor Documentation

vtkScenePicker::vtkScenePicker ( )
protected
vtkScenePicker::~vtkScenePicker ( )
overrideprotected

Member Function Documentation

static vtkScenePicker* vtkScenePicker::New ( )
static
static vtkTypeBool vtkScenePicker::IsTypeOf ( const char *  type)
static
virtual vtkTypeBool vtkScenePicker::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.

static vtkScenePicker* vtkScenePicker::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkScenePicker::NewInstanceInternal ( ) const
protectedvirtual
vtkScenePicker* vtkScenePicker::NewInstance ( ) const
void vtkScenePicker::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 vtkObject.

virtual void vtkScenePicker::SetRenderer ( vtkRenderer )
virtual

Set the renderer.

Scene picks are restricted to the viewport.

virtual vtkRenderer* vtkScenePicker::GetRenderer ( )
virtual

Set the renderer.

Scene picks are restricted to the viewport.

vtkIdType vtkScenePicker::GetCellId ( int  displayPos[2])

Get cell id at the pick position.

Returns -1 if no cell was picked. Makes sense only after Pick has been called.

vtkIdType vtkScenePicker::GetVertexId ( int  displayPos[2])

Get cell id at the pick position.

Returns -1 if no cell was picked. Makes sense only after Pick has been called.

vtkProp* vtkScenePicker::GetViewProp ( int  displayPos[2])

Get actor at the pick position.

Returns NULL if none. Makes sense only after Pick has been called.

virtual void vtkScenePicker::SetEnableVertexPicking ( vtkTypeBool  )
virtual

Vertex picking (using the method GetVertexId()), required additional resources and can slow down still render time by 5-10%.

Enabled by default.

virtual vtkTypeBool vtkScenePicker::GetEnableVertexPicking ( )
virtual

Vertex picking (using the method GetVertexId()), required additional resources and can slow down still render time by 5-10%.

Enabled by default.

virtual void vtkScenePicker::EnableVertexPickingOn ( )
virtual

Vertex picking (using the method GetVertexId()), required additional resources and can slow down still render time by 5-10%.

Enabled by default.

virtual void vtkScenePicker::EnableVertexPickingOff ( )
virtual

Vertex picking (using the method GetVertexId()), required additional resources and can slow down still render time by 5-10%.

Enabled by default.

void vtkScenePicker::PickRender ( )
protected
void vtkScenePicker::PickRender ( int  x0,
int  y0,
int  x1,
int  y1 
)
protected
void vtkScenePicker::Update ( int  displayPos[2])
protected
void vtkScenePicker::SetInteractor ( vtkRenderWindowInteractor )
protected

Friends And Related Function Documentation

friend class vtkRenderer
friend

Definition at line 58 of file vtkScenePicker.h.

friend class vtkScenePickerSelectionRenderCommand
friend

Definition at line 59 of file vtkScenePicker.h.

Member Data Documentation

vtkTypeBool vtkScenePicker::EnableVertexPicking
protected

Definition at line 125 of file vtkScenePicker.h.

vtkHardwareSelector* vtkScenePicker::Selector
protected

Definition at line 126 of file vtkScenePicker.h.

vtkRenderer* vtkScenePicker::Renderer
protected

Definition at line 127 of file vtkScenePicker.h.

vtkRenderWindowInteractor* vtkScenePicker::Interactor
protected

Definition at line 128 of file vtkScenePicker.h.

vtkIdType vtkScenePicker::VertId
protected

Definition at line 129 of file vtkScenePicker.h.

vtkIdType vtkScenePicker::CellId
protected

Definition at line 130 of file vtkScenePicker.h.

vtkProp* vtkScenePicker::Prop
protected

Definition at line 131 of file vtkScenePicker.h.

bool vtkScenePicker::NeedToUpdate
protected

Definition at line 132 of file vtkScenePicker.h.

int vtkScenePicker::LastQueriedDisplayPos[2]
protected

Definition at line 133 of file vtkScenePicker.h.

vtkScenePickerSelectionRenderCommand* vtkScenePicker::SelectionRenderCommand
protected

Definition at line 134 of file vtkScenePicker.h.

vtkTimeStamp vtkScenePicker::PickRenderTime
protected

Definition at line 136 of file vtkScenePicker.h.


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