#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 vtkFloatingPointType | OFF_UPDATE_RATE = 0.00001 |
| static vtkFloatingPointType | FLOAT_TOLERANCE = 1.0 / VTK_LARGE_FLOAT |
vtkFloatingPointType OFF_UPDATE_RATE = 0.00001 [static] |
vtkFloatingPointType FLOAT_TOLERANCE = 1.0 / VTK_LARGE_FLOAT [static] |