#include "OCCViewer_ViewPort3d.h"#include "OCCViewer_VService.h"#include "OCCViewer_ViewWindow.h"#include "OCCViewer_ViewModel.h"#include <SUIT_ViewManager.h>#include <QColor>#include <QRect>#include <QPaintEvent>#include <QResizeEvent>#include <QApplication>#include <Visual3d_View.hxx>#include <V3d_Viewer.hxx>#include <V3d_PerspectiveView.hxx>#include <V3d_OrthographicView.hxx>#include <Xw_Window.hxx>#include <Standard_Version.hxx>
Defines | |
| #define | OCC_VERSION_LARGE (OCC_VERSION_MAJOR << 24 | OCC_VERSION_MINOR << 16 | OCC_VERSION_MAINTENANCE << 8) |
Functions | |
| Handle (V3d_View) OCCViewer_ViewPort3d | |
| Handle (V3d_Viewer) OCCViewer_ViewPort3d | |
Variables | |
| static double | rx = 0. |
| static double | ry = 0. |
| static int | sx = 0 |
| static int | sy = 0 |
| static Standard_Boolean | zRotation = Standard_False |
| #define OCC_VERSION_LARGE (OCC_VERSION_MAJOR << 24 | OCC_VERSION_MINOR << 16 | OCC_VERSION_MAINTENANCE << 8) |
| Handle | ( | V3d_View | ) |
Sets new CASCADE view on viewport. Returns the previous active view. [ public ]
Returns CasCade 3D view. [ public ]
Returns the current active view. [ private ]
References Handle().
| Handle | ( | V3d_Viewer | ) |
Returns CasCade 3D viewer [ public ]
double rx = 0. [static] |
double ry = 0. [static] |
int sx = 0 [static] |
int sy = 0 [static] |
Standard_Boolean zRotation = Standard_False [static] |