Difference between revisions of "eosStereoWindow(API)"

From EosPedia
Jump to: navigation, search
(Created page with "DataExpress/TclTk/src/VTKorg/'''eosStereoWindow''' is API. ==eosStereoWindow class== === constant === === struct === === API === eosStereoWindow(); ~eosSt...")
 
(No difference)

Latest revision as of 08:07, 28 July 2014

DataExpress/TclTk/src/VTKorg/eosStereoWindow is API.

eosStereoWindow class

constant

struct

API

        eosStereoWindow();
        ~eosStereoWindow();
        void SetFromMainWindow(vtkRenderWindow*);
        static eosStereoWindow* New();
        vtkRenderer* GetRendererLeft(void);
        vtkRenderer* GetRendererRight(void);
        vtkRenderWindow* GetStereoWindow(void);
        vtkCamera* GetCameraRight(void);
        vtkCamera* GetCameraLeft(void);
        vtkRenderWindowInteractor* GetRenderWindowInteractor(void);
        void ShowWindow(void);
        void SetTclWindowInterp(Tcl_Interp*);