#include "SMESH_ControlsDef.hxx"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Definition at line 25 of file SMESHControls.cxx.
Referenced by SMESHGUI_MeshOrderDlg.SMESHGUI_MeshOrderDlg(), SMESHGUI_PrecomputeDlg.SMESHGUI_PrecomputeDlg(), and StdMeshersGUI_DistrTableFrame.StdMeshersGUI_DistrTableFrame().
{
using namespace SMESH::Controls;
new MinimumAngle();
new AspectRatio();
new Warping();
new Taper();
new Skew();
new Area();
new MaxElementLength2D();
new MaxElementLength3D();
new Length();
// new Length2D();
new MultiConnection();
// new MultiConnection2D();
new FreeBorders();
new LessThan();
new MoreThan();
new EqualTo();
new LogicalNOT();
new LogicalAND();
new LogicalOR();
new ManifoldPart();
return 1;
}