#include "SVTK_RenderWindowInteractor.h"#include "SVTK_InteractorStyle.h"#include "SVTK_Renderer.h"#include "SVTK_Functor.h"#include "SALOME_Actor.h"#include <QX11Info>#include <QMouseEvent>#include "SVTK_SpaceMouse.h"#include "SVTK_Event.h"#include "VTKViewer_Algorithm.h"#include <vtkObjectFactory.h>#include <vtkRendererCollection.h>#include <vtkRenderWindow.h>#include <vtkGenericRenderWindowInteractor.h>#include <vtkCallbackCommand.h>#include <vtkCommand.h>#include <vtkPicker.h>#include <vtkCamera.h>
Variables | |
| static bool | GENERATE_SUIT_EVENTS = true |
| static bool | FOCUS_UNDER_MOUSE = false |
bool GENERATE_SUIT_EVENTS = true [static] |
bool FOCUS_UNDER_MOUSE = false [static] |