#include "SVTK_UpdateRateDlg.h"#include "SVTK_ViewWindow.h"#include "SVTK_RenderWindowInteractor.h"#include "VTKViewer_Algorithm.h"#include "SALOME_Actor.h"#include "QtxDoubleSpinBox.h"#include "QtxAction.h"#include <sstream>#include <QGroupBox>#include <QLabel>#include <QPushButton>#include <QGridLayout>#include <QLineEdit>#include <vtkGenericRenderWindowInteractor.h>#include <vtkCallbackCommand.h>#include <vtkRenderWindow.h>#include <vtkRenderer.h>#include <vtkMapper.h>#include <vtkDataSet.h>Variables | |
| static double | OFF_UPDATE_RATE = 0.0001 |
| static double | FLOAT_TOLERANCE = 1.0 / VTK_FLOAT_MAX |
|
static |
|
static |