#include <vtkPVWorldPointPicker.h>
Collaboration diagram for vtkPVWorldPointPicker:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVWorldPointPicker, vtkWorldPointPicker) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetRenderModuleProxy (vtkSMRenderModuleProxy *rm) |
virtual vtkSMRenderModuleProxy * | GetRenderModuleProxy () |
int | Pick (double selectionX, double selectionY, double selectionZ, vtkRenderer *renderer) |
Static Public Member Functions | |
vtkPVWorldPointPicker * | New () |
Protected Member Functions | |
vtkPVWorldPointPicker () | |
~vtkPVWorldPointPicker () | |
vtkPVWorldPointPicker (const vtkPVWorldPointPicker &) | |
void | operator= (const vtkPVWorldPointPicker &) |
Protected Attributes | |
vtkSMRenderModuleProxy * | RenderModuleProxy |
vtkPVWorldPointPicker uses the compositied z buffer to select the world point.
Definition at line 31 of file vtkPVWorldPointPicker.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
To use compositied z buffer value, we must have access to the compositer. Definition at line 41 of file vtkPVWorldPointPicker.h. |
|
To use compositied z buffer value, we must have access to the compositer. |
|
A pick method that uses composited zbuffer. |
|
|
|
Definition at line 56 of file vtkPVWorldPointPicker.h. |