Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SVTK_UpdateRateDlg.cxx File Reference
#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
 

Variable Documentation

double FLOAT_TOLERANCE = 1.0 / VTK_FLOAT_MAX
static
double OFF_UPDATE_RATE = 0.0001
static