#include "SMESH_SMESHGUI.hxx"
#include <QDialog>
#include <SALOMEconfig.h>
#include <CORBA_SERVER_HEADER(SMESH_MeshEditor)>
Go to the source code of this file.
Data Structures | |
class | SMESHGUI_SingleEditDlg |
Class : SMESHGUI_SingleEditDlg Description : Base class for dialogs of diagonal inversion and union of two neighboring triangles. More... | |
class | SMESHGUI_TrianglesInversionDlg |
Class : SMESHGUI_TrianglesInversionDlg Description : Inversion of the diagonal of a pseudo-quadrangle formed by 2 neighboring triangles with 1 common edge. More... | |
class | SMESHGUI_UnionOfTwoTrianglesDlg |
Class : SMESHGUI_UnionOfTwoTrianglesDlg Description : Construction of a quadrangle by deletion of the common border of 2 neighboring triangles. More... | |