Version: 6.3.1
Functions

src/Controls/SMESHControls.cxx File Reference

#include "SMESH_ControlsDef.hxx"
Include dependency graph for SMESHControls.cxx:

Go to the source code of this file.

Functions

int main (int argc, char **argv)

Function Documentation

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;
}
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS