SALOME - SMESH
|
#include <set>
#include <map>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <gp_XYZ.hxx>
#include <GeomAPI_ProjectPointOnSurf.hxx>
#include <GeomAPI_ProjectPointOnCurve.hxx>
#include <TColStd_SequenceOfInteger.hxx>
#include <TColStd_MapOfInteger.hxx>
#include <TCollection_AsciiString.hxx>
#include <TopAbs.hxx>
#include <TopoDS_Face.hxx>
#include <TopTools_MapOfShape.hxx>
#include <BRepClass3d_SolidClassifier.hxx>
#include <Quantity_Color.hxx>
#include "SMDSAbs_ElementType.hxx"
#include "SMDS_MeshNode.hxx"
#include "SMESH_Controls.hxx"
Go to the source code of this file.
Namespaces | |
SMESH | |
SMESH::Controls | |
Macros | |
#define | SMESHCONTROLS_EXPORT |
Typedefs | |
typedef boost::shared_ptr< Length2D > | SMESH::Controls::Length2DPtr |
typedef boost::shared_ptr< MultiConnection2D > | SMESH::Controls::MultiConnection2DPtr |
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< ElementsOnSurface > | SMESH::Controls::ElementsOnSurfacePtr |
typedef boost::shared_ptr< ElementsOnShape > | SMESH::Controls::ElementsOnShapePtr |
typedef boost::shared_ptr< LinearOrQuadratic > | SMESH::Controls::LinearOrQuadraticPtr |
typedef boost::shared_ptr< GroupColor > | SMESH::Controls::GroupColorPtr |
typedef boost::shared_ptr< ElemGeomType > | SMESH::Controls::ElemGeomTypePtr |
#define SMESHCONTROLS_EXPORT |
Definition at line 55 of file SMESH_ControlsDef.hxx.