// 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 _ShapeFix_SplitCommonVertex_HeaderFile #define _ShapeFix_SplitCommonVertex_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_ShapeFix_SplitCommonVertex_HeaderFile #include #endif #ifndef _TopoDS_Shape_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _ShapeFix_Root_HeaderFile #include #endif class TopoDS_Shape; //! Two wires have common vertex - this case is valid in BRep model
//! and isn't valid in STEP => before writing into STEP it is necessary
//! to split this vertex (each wire must has one vertex)
class ShapeFix_SplitCommonVertex : public ShapeFix_Root { public: Standard_EXPORT ShapeFix_SplitCommonVertex(); Standard_EXPORT void Init(const TopoDS_Shape& S) ; Standard_EXPORT void Perform() ; Standard_EXPORT TopoDS_Shape Shape() ; DEFINE_STANDARD_RTTI(ShapeFix_SplitCommonVertex) protected: private: TopoDS_Shape myShape; TopoDS_Shape myResult; Standard_Integer myStatus; }; // other Inline functions and methods (like "C++: function call" methods) #endif