// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _BRepCheck_Face_HeaderFile #define _BRepCheck_Face_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_BRepCheck_Face_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _BRepCheck_Status_HeaderFile #include #endif #ifndef _TopTools_DataMapOfShapeListOfShape_HeaderFile #include #endif #ifndef _BRepCheck_Result_HeaderFile #include #endif class TopoDS_Face; class TopoDS_Shape; class BRepCheck_Face : public BRepCheck_Result { public: Standard_EXPORT BRepCheck_Face(const TopoDS_Face& F); Standard_EXPORT void InContext(const TopoDS_Shape& ContextShape) ; Standard_EXPORT void Minimum() ; Standard_EXPORT void Blind() ; Standard_EXPORT BRepCheck_Status IntersectWires(const Standard_Boolean Update = Standard_False) ; Standard_EXPORT BRepCheck_Status ClassifyWires(const Standard_Boolean Update = Standard_False) ; Standard_EXPORT BRepCheck_Status OrientationOfWires(const Standard_Boolean Update = Standard_False) ; Standard_EXPORT void SetUnorientable() ; Standard_EXPORT Standard_Boolean IsUnorientable() const; Standard_EXPORT Standard_Boolean GeometricControls() const; Standard_EXPORT void GeometricControls(const Standard_Boolean B) ; DEFINE_STANDARD_RTTI(BRepCheck_Face) protected: private: Standard_Boolean myIntdone; BRepCheck_Status myIntres; Standard_Boolean myImbdone; BRepCheck_Status myImbres; Standard_Boolean myOridone; BRepCheck_Status myOrires; TopTools_DataMapOfShapeListOfShape myMapImb; Standard_Boolean myGctrl; }; // other Inline functions and methods (like "C++: function call" methods) #endif