public abstract class AInteractorStyleTrackballCamera
extends vtk.vtkInteractorStyleTrackballCamera
| Constructor and Description |
|---|
AInteractorStyleTrackballCamera() |
AInteractorStyleTrackballCamera(Canvas canvas,
vtk.vtkRenderer renderer,
vtk.vtkRenderWindowInteractor interactor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
callbackFunctionFPS()
Callback for FPS Render Event
To show frame rate refresh in render window
|
Canvas |
getCanvas() |
protected vtk.vtkTextActor |
getFpsActor() |
vtk.vtkRenderWindowInteractor |
getInteractor() |
protected MouseEvent |
getMouseEvent() |
protected PointPickingEvent |
getPointPickingEvent() |
vtk.vtkRenderer |
getRenderer() |
protected abstract void |
onInitialize() |
protected void |
setCanvas(Canvas canvas) |
protected void |
setFpsActor(vtk.vtkTextActor fpsActor) |
protected void |
setInteractor(vtk.vtkRenderWindowInteractor interactor) |
protected void |
setMouseEvent(MouseEvent mouseEvent) |
protected void |
setPointPickEvent(PointPickingEvent pointPickingEvent) |
protected void |
setRenderer(vtk.vtkRenderer renderer) |
Dolly, GetClassName, GetMotionFactor, IsA, OnLeftButtonDown, OnLeftButtonUp, OnMiddleButtonDown, OnMiddleButtonUp, OnMouseMove, OnMouseWheelBackward, OnMouseWheelForward, OnRightButtonDown, OnRightButtonUp, Pan, Rotate, SetMotionFactor, Spin, VTKInitAutoAdjustCameraClippingRangeOff, AutoAdjustCameraClippingRangeOn, EndDolly, EndPan, EndRotate, EndSpin, EndTimer, EndUniformScale, EndZoom, FindPokedRenderer, GetAutoAdjustCameraClippingRange, GetAutoAdjustCameraClippingRangeMaxValue, GetAutoAdjustCameraClippingRangeMinValue, GetHandleObservers, GetMouseWheelMotionFactor, GetPickColor, GetState, GetTDxStyle, GetTimerDuration, GetTimerDurationMaxValue, GetTimerDurationMinValue, GetUseTimers, HandleObserversOff, HandleObserversOn, HighlightActor2D, HighlightProp, HighlightProp3D, OnChar, OnConfigure, OnEnter, OnExpose, OnKeyDown, OnKeyPress, OnKeyRelease, OnKeyUp, OnLeave, OnTimer, SetAutoAdjustCameraClippingRange, SetEnabled, SetHandleObservers, SetInteractor, SetMouseWheelMotionFactor, SetPickColor, SetPickColor, SetTDxStyle, SetTimerDuration, SetUseTimers, StartAnimate, StartDolly, StartPan, StartRotate, StartSpin, StartState, StartTimer, StartUniformScale, StartZoom, StopAnimate, StopState, UniformScale, UseTimersOff, UseTimersOn, ZoomComputeDisplayToWorld, ComputeWorldToDisplay, EnabledOff, EnabledOn, GetCurrentRenderer, GetDefaultRenderer, GetEnabled, GetInteractor, GetKeyPressActivation, GetKeyPressActivationValue, GetPriority, GetPriorityMaxValue, GetPriorityMinValue, GrabFocus, KeyPressActivationOff, KeyPressActivationOn, Off, On, ReleaseFocus, SetCurrentRenderer, SetDefaultRenderer, SetKeyPressActivation, SetKeyPressActivationValue, SetPriorityAddObserver, BreakOnError, DebugOff, DebugOn, GetDebug, GetGlobalWarningDisplay, GetMTime, GlobalWarningDisplayOff, GlobalWarningDisplayOn, HasObserver, HasObserver, InvokeEvent, InvokeEvent, Modified, Print, PrintRevisions, RemoveAllObservers, RemoveObserver, RemoveObservers, RemoveObservers, SetDebug, SetGlobalWarningDisplay, toStringpublic AInteractorStyleTrackballCamera()
public AInteractorStyleTrackballCamera(Canvas canvas, vtk.vtkRenderer renderer, vtk.vtkRenderWindowInteractor interactor)
canvas - renderer - interactor - protected abstract void onInitialize()
protected void callbackFunctionFPS()
public Canvas getCanvas()
protected void setCanvas(Canvas canvas)
canvas - the canvas to setpublic vtk.vtkRenderer getRenderer()
protected void setRenderer(vtk.vtkRenderer renderer)
renderer - the renderer to setpublic vtk.vtkRenderWindowInteractor getInteractor()
protected void setInteractor(vtk.vtkRenderWindowInteractor interactor)
interactor - the interactor to setprotected vtk.vtkTextActor getFpsActor()
protected void setFpsActor(vtk.vtkTextActor fpsActor)
fpsActor - the fpsActor to setprotected MouseEvent getMouseEvent()
protected void setMouseEvent(MouseEvent mouseEvent)
mouseEvent - the mouseEvent to setprotected PointPickingEvent getPointPickingEvent()
protected void setPointPickEvent(PointPickingEvent pointPickingEvent)
pointPickEvent - the pointPickEvent to setCopyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.