// 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 _TopoDS_TFace_HeaderFile #define _TopoDS_TFace_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_TopoDS_TFace_HeaderFile #include #endif #ifndef _TopoDS_TShape_HeaderFile #include #endif #ifndef _TopAbs_ShapeEnum_HeaderFile #include #endif #ifndef _Handle_TopoDS_TShape_HeaderFile #include #endif class TopoDS_TShape; class TopoDS_TFace : public TopoDS_TShape { public: //! Creates an empty TFace.
TopoDS_TFace(); //! returns FACE.
Standard_EXPORT TopAbs_ShapeEnum ShapeType() const; //! Returns an empty TFace.
Standard_EXPORT virtual Handle_TopoDS_TShape EmptyCopy() const; DEFINE_STANDARD_RTTI(TopoDS_TFace) protected: private: }; #include // other Inline functions and methods (like "C++: function call" methods) #endif