#include "SMESH_Controls.hxx"#include "SMESH_TypeDefs.hxx"#include <BRepClass3d_SolidClassifier.hxx>#include <Bnd_B3d.hxx>#include <GeomAPI_ProjectPointOnCurve.hxx>#include <GeomAPI_ProjectPointOnSurf.hxx>#include <Quantity_Color.hxx>#include <TColStd_MapOfInteger.hxx>#include <TColStd_SequenceOfInteger.hxx>#include <TCollection_AsciiString.hxx>#include <TopAbs.hxx>#include <TopoDS_Face.hxx>#include <gp_XYZ.hxx>#include <set>#include <map>#include <vector>#include <boost/shared_ptr.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | SMESH | 
| namespace | SMESH::Controls | 
Typedefs | |
| typedef boost::shared_ptr < Length2D >  | SMESH::Controls::Length2DPtr | 
| typedef boost::shared_ptr < MultiConnection2D >  | SMESH::Controls::MultiConnection2DPtr | 
| typedef boost::shared_ptr < CoincidentNodes >  | SMESH::Controls::CoincidentNodesPtr | 
| typedef boost::shared_ptr < ElemEntityType >  | SMESH::Controls::ElemEntityTypePtr | 
| typedef boost::shared_ptr < BareBorderVolume >  | SMESH::Controls::BareBorderVolumePtr | 
| typedef boost::shared_ptr < BareBorderFace >  | SMESH::Controls::BareBorderFacePtr | 
| typedef boost::shared_ptr < OverConstrainedVolume >  | SMESH::Controls::OverConstrainedVolumePtr | 
| typedef boost::shared_ptr < OverConstrainedFace >  | SMESH::Controls::OverConstrainedFacePtr | 
| typedef boost::shared_ptr < FreeEdges >  | SMESH::Controls::FreeEdgesPtr | 
| typedef boost::shared_ptr < RangeOfIds >  | SMESH::Controls::RangeOfIdsPtr | 
| typedef boost::shared_ptr < Comparator >  | SMESH::Controls::ComparatorPtr | 
| typedef boost::shared_ptr < EqualTo >  | SMESH::Controls::EqualToPtr | 
| typedef boost::shared_ptr < LogicalNOT >  | SMESH::Controls::LogicalNOTPtr | 
| typedef boost::shared_ptr < LogicalBinary >  | SMESH::Controls::LogicalBinaryPtr | 
| typedef boost::shared_ptr < ManifoldPart >  | SMESH::Controls::ManifoldPartPtr | 
| typedef boost::shared_ptr < BelongToMeshGroup >  | SMESH::Controls::BelongToMeshGroupPtr | 
| typedef boost::shared_ptr < ElementsOnSurface >  | SMESH::Controls::ElementsOnSurfacePtr | 
| typedef boost::shared_ptr < ElementsOnShape >  | SMESH::Controls::ElementsOnShapePtr | 
| typedef boost::shared_ptr < BelongToGeom >  | SMESH::Controls::BelongToGeomPtr | 
| typedef boost::shared_ptr < LyingOnGeom >  | SMESH::Controls::LyingOnGeomPtr | 
| typedef boost::shared_ptr < LinearOrQuadratic >  | SMESH::Controls::LinearOrQuadraticPtr | 
| typedef boost::shared_ptr < GroupColor >  | SMESH::Controls::GroupColorPtr | 
| typedef boost::shared_ptr < ElemGeomType >  | SMESH::Controls::ElemGeomTypePtr | 
| typedef boost::shared_ptr < CoplanarFaces >  | SMESH::Controls::CoplanarFacesPtr | 
| typedef boost::shared_ptr < ConnectedElements >  | SMESH::Controls::ConnectedElementsPtr |