#include "StdMeshersGUI_StdHypothesisCreator.h"
#include <SMESHGUI.h>
#include <SMESHGUI_SpinBox.h>
#include <SMESHGUI_HypothesesUtils.h>
#include <SMESHGUI_Utils.h>
#include <SMESHGUI_GEOMGenUtils.h>
#include <SMESH_TypeFilter.hxx>
#include <SMESH_NumberFilter.hxx>
#include "StdMeshersGUI_FixedPointsParamWdg.h"
#include "StdMeshersGUI_LayerDistributionParamWdg.h"
#include "StdMeshersGUI_ObjectReferenceParamWdg.h"
#include "StdMeshersGUI_PropagationHelperWdg.h"
#include "StdMeshersGUI_QuadrangleParamWdg.h"
#include "StdMeshersGUI_RadioButtonsGrpWdg.h"
#include "StdMeshersGUI_SubShapeSelectorWdg.h"
#include <SALOMEDSClient_Study.hxx>
#include <GEOM_wrap.hxx>
#include <SUIT_MessageBox.h>
#include <SUIT_ResourceMgr.h>
#include <SalomeApp_IntSpinBox.h>
#include <SALOMEconfig.h>
#include <CORBA_SERVER_HEADER(SMESH_BasicHypothesis)>
#include <CORBA_SERVER_HEADER(SMESH_Mesh)>
#include <CORBA_SERVER_HEADER(SMESH_Group)>
#include <QHBoxLayout>
#include <QSlider>
#include <QLabel>
#include <QCheckBox>
#include <QButtonGroup>
Variables | |
const double | VALUE_MAX = 1.0e+15 |
const double | VALUE_MAX_2 = VALUE_MAX * VALUE_MAX |
const double | VALUE_MAX_3 = VALUE_MAX_2 * VALUE_MAX |
const double | VALUE_SMALL = 1.0e-15 |
const double | VALUE_SMALL_2 = VALUE_SMALL * VALUE_SMALL |
const double | VALUE_SMALL_3 = VALUE_SMALL_2 * VALUE_SMALL |
const double VALUE_MAX = 1.0e+15 |
Referenced by StdMeshersGUI_StdHypothesisCreator::attuneStdWidget().
Referenced by StdMeshersGUI_StdHypothesisCreator::attuneStdWidget().
const double VALUE_MAX_3 = VALUE_MAX_2 * VALUE_MAX |
Referenced by StdMeshersGUI_StdHypothesisCreator::attuneStdWidget().
const double VALUE_SMALL = 1.0e-15 |
Referenced by StdMeshersGUI_StdHypothesisCreator::attuneStdWidget().
const double VALUE_SMALL_2 = VALUE_SMALL * VALUE_SMALL |
Referenced by StdMeshersGUI_StdHypothesisCreator::attuneStdWidget().
const double VALUE_SMALL_3 = VALUE_SMALL_2 * VALUE_SMALL |
Referenced by StdMeshersGUI_StdHypothesisCreator::attuneStdWidget().