Difference between revisions of "eosInteractorMyStyle(API)"
From EosPedia
(Created page with "DataExpress/TclTk/src/VTKorg/'''eosInteractorMyStyle''' is API. ==eosInteractorMyStyle Class== === constant === === struct === ====protected Member==== float MotionFactor;...") |
|||
Line 1: | Line 1: | ||
DataExpress/TclTk/src/VTKorg/'''eosInteractorMyStyle''' is API. | DataExpress/TclTk/src/VTKorg/'''eosInteractorMyStyle''' is API. | ||
− | ==eosInteractorMyStyle | + | ==eosInteractorMyStyle class== |
=== constant === | === constant === | ||
=== struct === | === struct === | ||
− | ====protected | + | ====protected member==== |
float MotionFactor; | float MotionFactor; | ||
Latest revision as of 08:04, 28 July 2014
DataExpress/TclTk/src/VTKorg/eosInteractorMyStyle is API.
Contents
eosInteractorMyStyle class
constant
struct
protected member
float MotionFactor;
API
extern int Vtktcl_SafeInit(Tcl_Interp *interp);
static eosInteractorMyStyle *New();
vtkTypeMacro(eosInteractorMyStyle, vtkInteractorStyle);
virtual void OnMouseMove(); void OnMouseMoveTrackball(); void OnMouseMoveJoyStick(); virtual void OnLeftButtonDown(); virtual void OnLeftButtonUp(); virtual void OnMiddleButtonDown(); virtual void OnMiddleButtonUp(); virtual void OnRightButtonDown(); virtual void OnRightButtonUp(); virtual void OnChar ();
virtual void OnButtonFromWindow (char* ButtonCode); void SetInteractor(vtkRenderWindowInteractor *iren); void SetStereoInteractor(vtkRenderWindowInteractor *iren); void SetAutoAdjustCameraClippingRange( int value ); void ResetCameraClippingRange(void);
virtual void StartState(int newstate); virtual void StopState();
void SetRenderWindowData(vtkRenderer*,vtkRenderWindowInteractor*); void OnTimer(); void SetStereoCamera(vtkCamera*,vtkCamera*,double,double); void Rotate(); void Spin(); void Pan(); void Dolly(); void StereoCameraRotate(int,int); void StereoCameraPan(int,int); void StereoCameraDolly(int,int); void StereoCameraSpin(int,int);
void DeleteXwindow(Display* disp, Window win);
void DeleteStereoWindow(void); void CreateStereoWindow(void);
void SetTclWindowInterp(Tcl_Interp *interp);
Tcl_Interp* GetTclWindowInterp(void); eosInteractorMyStyle(); eosInteractorMyStyle(const eosInteractorMyStyle& myStyle); ~eosInteractorMyStyle();
global
constant
struct
API
extern int Vtktcl_SafeInit(Tcl_Interp *interp);