|
ParaView
|
#include <vtkPVGenericRenderWindowInteractor.h>


Definition at line 29 of file vtkPVGenericRenderWindowInteractor.h.
| anonymous enum |
These events are fired to mark the beginning and ending of the wait for the full-res render after an interactive render is over.
Definition at line 109 of file vtkPVGenericRenderWindowInteractor.h.
| vtkPVGenericRenderWindowInteractor::vtkPVGenericRenderWindowInteractor | ( | ) | [protected] |
| vtkPVGenericRenderWindowInteractor::~vtkPVGenericRenderWindowInteractor | ( | ) | [protected] |
| static vtkPVGenericRenderWindowInteractor* vtkPVGenericRenderWindowInteractor::New | ( | ) | [static] |
Reimplemented from vtkRenderWindowInteractor.
| virtual const char* vtkPVGenericRenderWindowInteractor::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkRenderWindowInteractor.
| static int vtkPVGenericRenderWindowInteractor::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkRenderWindowInteractor.
| virtual int vtkPVGenericRenderWindowInteractor::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkRenderWindowInteractor.
| static vtkPVGenericRenderWindowInteractor* vtkPVGenericRenderWindowInteractor::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkRenderWindowInteractor.
| void vtkPVGenericRenderWindowInteractor::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkRenderWindowInteractor.
| void vtkPVGenericRenderWindowInteractor::SetPVRenderView | ( | vtkPVRenderViewProxy * | view | ) |
| virtual vtkPVRenderViewProxy* vtkPVGenericRenderWindowInteractor::GetPVRenderView | ( | ) | [virtual] |
| void vtkPVGenericRenderWindowInteractor::SetRenderer | ( | vtkRenderer * | view | ) |
My sollution to the poked renderer problem. This interactor class always returns this renderer as poked render. This insures the 2D renderer will never be poked.
| virtual vtkRenderer* vtkPVGenericRenderWindowInteractor::GetRenderer | ( | ) | [virtual] |
My sollution to the poked renderer problem. This interactor class always returns this renderer as poked render. This insures the 2D renderer will never be poked.
| virtual vtkRenderer* vtkPVGenericRenderWindowInteractor::FindPokedRenderer | ( | int | , |
| int | |||
| ) | [virtual] |
My sollution to the poked renderer problem. This interactor class always returns this renderer as poked render. This insures the 2D renderer will never be poked.
Reimplemented from vtkRenderWindowInteractor.
| void vtkPVGenericRenderWindowInteractor::SetInteractiveRenderEnabled | ( | int | ) |
3D widgets call render on this interactor directly. They call SetInteractive to tell whether to use still or interactive rendering. This class just forwards the render request to ParaView's RenderModule. DesiredUpdateRate is ignored.
| virtual int vtkPVGenericRenderWindowInteractor::GetInteractiveRenderEnabled | ( | ) | [virtual] |
3D widgets call render on this interactor directly. They call SetInteractive to tell whether to use still or interactive rendering. This class just forwards the render request to ParaView's RenderModule. DesiredUpdateRate is ignored.
| virtual void vtkPVGenericRenderWindowInteractor::InteractiveRenderEnabledOn | ( | ) | [virtual] |
3D widgets call render on this interactor directly. They call SetInteractive to tell whether to use still or interactive rendering. This class just forwards the render request to ParaView's RenderModule. DesiredUpdateRate is ignored.
| virtual void vtkPVGenericRenderWindowInteractor::InteractiveRenderEnabledOff | ( | ) | [virtual] |
3D widgets call render on this interactor directly. They call SetInteractive to tell whether to use still or interactive rendering. This class just forwards the render request to ParaView's RenderModule. DesiredUpdateRate is ignored.
| virtual void vtkPVGenericRenderWindowInteractor::SetNonInteractiveRenderDelay | ( | unsigned | long | ) | [virtual] |
vtkPVGenericRenderWindowInteractor allows applications to support "delayed-switch-to-non-interative-render" mode i.e. when user stops interacting, the application does not want the scene to be immediately rendered in non-interactive mode, but wait for a few seconds. This will allow the user to do multiple adjustments while staying locked in the interactive mode. For that, the application must first set SetNonInteractiveRenderDelay(unsigned long milliseconds). If milliseconds==0, then the application switches to non-interactive mode immediately. Note, currently delayed render is only supported when compiled with PARAVIEW_ENABLE_QT_SUPPORT set to ON.
| virtual unsigned long vtkPVGenericRenderWindowInteractor::GetNonInteractiveRenderDelay | ( | ) | [virtual] |
vtkPVGenericRenderWindowInteractor allows applications to support "delayed-switch-to-non-interative-render" mode i.e. when user stops interacting, the application does not want the scene to be immediately rendered in non-interactive mode, but wait for a few seconds. This will allow the user to do multiple adjustments while staying locked in the interactive mode. For that, the application must first set SetNonInteractiveRenderDelay(unsigned long milliseconds). If milliseconds==0, then the application switches to non-interactive mode immediately. Note, currently delayed render is only supported when compiled with PARAVIEW_ENABLE_QT_SUPPORT set to ON.
| virtual void vtkPVGenericRenderWindowInteractor::Render | ( | ) | [virtual] |
Triggers a render.
Reimplemented from vtkRenderWindowInteractor.
| virtual void vtkPVGenericRenderWindowInteractor::OnLeftPress | ( | int | x, |
| int | y, | ||
| int | control, | ||
| int | shift | ||
| ) | [virtual] |
These methods merely call SetEventInformation() and then fire the appropriate vtk-event.
| virtual void vtkPVGenericRenderWindowInteractor::OnMiddlePress | ( | int | x, |
| int | y, | ||
| int | control, | ||
| int | shift | ||
| ) | [virtual] |
These methods merely call SetEventInformation() and then fire the appropriate vtk-event.
| virtual void vtkPVGenericRenderWindowInteractor::OnRightPress | ( | int | x, |
| int | y, | ||
| int | control, | ||
| int | shift | ||
| ) | [virtual] |
These methods merely call SetEventInformation() and then fire the appropriate vtk-event.
| virtual void vtkPVGenericRenderWindowInteractor::OnLeftRelease | ( | int | x, |
| int | y, | ||
| int | control, | ||
| int | shift | ||
| ) | [virtual] |
These methods merely call SetEventInformation() and then fire the appropriate vtk-event.
| virtual void vtkPVGenericRenderWindowInteractor::OnMiddleRelease | ( | int | x, |
| int | y, | ||
| int | control, | ||
| int | shift | ||
| ) | [virtual] |
These methods merely call SetEventInformation() and then fire the appropriate vtk-event.
| virtual void vtkPVGenericRenderWindowInteractor::OnRightRelease | ( | int | x, |
| int | y, | ||
| int | control, | ||
| int | shift | ||
| ) | [virtual] |
These methods merely call SetEventInformation() and then fire the appropriate vtk-event.
These methods merely call SetEventInformation() and then fire the appropriate vtk-event.
| virtual void vtkPVGenericRenderWindowInteractor::OnKeyPress | ( | char | keyCode, |
| int | x, | ||
| int | y | ||
| ) | [virtual] |
These methods merely call SetEventInformation() and then fire the appropriate vtk-event.
| virtual void vtkPVGenericRenderWindowInteractor::SetInteractorStyle | ( | vtkInteractorObserver * | ) | [virtual] |
Reimplemented from vtkRenderWindowInteractor.
| virtual double* vtkPVGenericRenderWindowInteractor::GetCenterOfRotation | ( | ) | [virtual] |
Propagates the center to the interactor style. Currently, center of rotation is propagated only with the interactor style is a vtkPVInteractorStyle or subclass.
| virtual void vtkPVGenericRenderWindowInteractor::GetCenterOfRotation | ( | double & | , |
| double & | , | ||
| double & | |||
| ) | [virtual] |
Propagates the center to the interactor style. Currently, center of rotation is propagated only with the interactor style is a vtkPVInteractorStyle or subclass.
| virtual void vtkPVGenericRenderWindowInteractor::GetCenterOfRotation | ( | double | [3] | ) | [virtual] |
Propagates the center to the interactor style. Currently, center of rotation is propagated only with the interactor style is a vtkPVInteractorStyle or subclass.
Propagates the center to the interactor style. Currently, center of rotation is propagated only with the interactor style is a vtkPVInteractorStyle or subclass.
| void vtkPVGenericRenderWindowInteractor::SetCenterOfRotation | ( | double | xyz[3] | ) | [inline] |
Propagates the center to the interactor style. Currently, center of rotation is propagated only with the interactor style is a vtkPVInteractorStyle or subclass.
Definition at line 100 of file vtkPVGenericRenderWindowInteractor.h.
friend class vtkPVGenericRenderWindowInteractorTimer [friend] |
Definition at line 131 of file vtkPVGenericRenderWindowInteractor.h.
friend class vtkPVGenericRenderWindowInteractorObserver [friend] |
Definition at line 132 of file vtkPVGenericRenderWindowInteractor.h.
Definition at line 120 of file vtkPVGenericRenderWindowInteractor.h.
Definition at line 121 of file vtkPVGenericRenderWindowInteractor.h.
vtkRenderer* vtkPVGenericRenderWindowInteractor::Renderer [protected] |
Definition at line 122 of file vtkPVGenericRenderWindowInteractor.h.
unsigned long vtkPVGenericRenderWindowInteractor::NonInteractiveRenderDelay [protected] |
Definition at line 124 of file vtkPVGenericRenderWindowInteractor.h.
double vtkPVGenericRenderWindowInteractor::CenterOfRotation[3] [protected] |
Definition at line 125 of file vtkPVGenericRenderWindowInteractor.h.
1.7.5.1