#include "MeasureGUI_ShapeStatisticsDlg.h"
#include <GEOMBase.h>
#include <GEOMUtils_ShapeStatistics.hxx>
#include <GeometryGUI.h>
#include <DlgRef.h>
#include <SUIT_Desktop.h>
#include <SUIT_MessageBox.h>
#include <SUIT_Session.h>
#include <SUIT_ResourceMgr.h>
#include <SUIT_ViewManager.h>
#include <SUIT_ViewWindow.h>
#include <LightApp_SelectionMgr.h>
#include <SalomeApp_Application.h>
#include <SalomeApp_Study.h>
#include <Plot2d_Histogram.h>
#include <Plot2d_ViewFrame.h>
#include <Plot2d_ViewModel.h>
#include <Plot2d_ViewWindow.h>
#include <QIcon>
#include <QGridLayout>
#include <QPushButton>
#include <QLabel>
#include <QtxValidator.h>
#include <TopoDS_Shape.hxx>
#include <GEOMImpl_Types.hxx>
#define RETURN_WITH_MSG |
( |
|
a, |
|
|
|
b |
|
) |
| |
Value:if (!(a)) { \
theMessage += (b); \
return false; \
}