#include "BasicGUI_PointDlg.h"
#include <SUIT_ResourceMgr.h>
#include <SUIT_Session.h>
#include <SalomeApp_Application.h>
#include <LightApp_SelectionMgr.h>
#include <GeometryGUI.h>
#include <GEOMBase.h>
#include <DlgRef.h>
#include <GEOMImpl_Types.hxx>
#include <QApplication>
#include <QButtonGroup>
#include <QHBoxLayout>
#include <QLabel>
#include <QRadioButton>
#include <QMenu>
#include <QTimer>
#include <QList>
#include <gp_Pnt.hxx>
#include <TopoDS_Shape.hxx>
#include <TopAbs_ShapeEnum.hxx>
#include <TopoDS.hxx>
#include <BRep_Tool.hxx>
#include <TopExp.hxx>
#include <TColStd_IndexedMapOfInteger.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
Macros | |
#define | PARAM_VALUE 0 |
#define | COORD_VALUE 1 |
#define | LENGTH_VALUE 2 |
#define | GEOM_POINT_XYZ 0 |
#define | GEOM_POINT_REF 1 |
#define | GEOM_POINT_EDGE 2 |
#define | GEOM_POINT_INTINT 3 |
#define | GEOM_POINT_SURF 4 |
#define | SPACING 6 |
#define | MARGIN 9 |
#define COORD_VALUE 1 |
#define GEOM_POINT_EDGE 2 |
#define GEOM_POINT_INTINT 3 |
#define GEOM_POINT_REF 1 |
#define GEOM_POINT_SURF 4 |
#define GEOM_POINT_XYZ 0 |
#define LENGTH_VALUE 2 |
#define MARGIN 9 |
#define PARAM_VALUE 0 |
#define SPACING 6 |