// 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 _MgtBRep_TranslateTool_HeaderFile #define _MgtBRep_TranslateTool_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_MgtBRep_TranslateTool_HeaderFile #include #endif #ifndef _MgtBRep_TriangleMode_HeaderFile #include #endif #ifndef _MgtTopoDS_TranslateTool_HeaderFile #include #endif #ifndef _Handle_PGeom_Curve_HeaderFile #include #endif #ifndef _Handle_Geom_Curve_HeaderFile #include #endif #ifndef _Handle_PGeom2d_Curve_HeaderFile #include #endif #ifndef _Handle_Geom2d_Curve_HeaderFile #include #endif #ifndef _Handle_PGeom_Surface_HeaderFile #include #endif #ifndef _Handle_Geom_Surface_HeaderFile #include #endif #ifndef _Handle_PTopoDS_HShape_HeaderFile #include #endif class Standard_TypeMismatch; class PGeom_Curve; class Geom_Curve; class PTColStd_TransientPersistentMap; class PTColStd_PersistentTransientMap; class PGeom2d_Curve; class Geom2d_Curve; class PGeom_Surface; class Geom_Surface; class TopoDS_Shape; class PTopoDS_HShape; //! The TranslateTool class is provided to support the
//! translation of BRep topological data structures.
class MgtBRep_TranslateTool : public MgtTopoDS_TranslateTool { public: //! Creates a new TranslateTool
Standard_EXPORT MgtBRep_TranslateTool(const MgtBRep_TriangleMode aTriMode); Standard_EXPORT void Add(TopoDS_Shape& S1,const TopoDS_Shape& S2) const; Standard_EXPORT void MakeVertex(TopoDS_Shape& S) const; Standard_EXPORT void MakeVertex(const Handle(PTopoDS_HShape)& S) const; Standard_EXPORT void MakeEdge(TopoDS_Shape& S) const; Standard_EXPORT void MakeEdge(const Handle(PTopoDS_HShape)& S) const; Standard_EXPORT void MakeWire(TopoDS_Shape& S) const; Standard_EXPORT void MakeWire(const Handle(PTopoDS_HShape)& S) const; Standard_EXPORT void MakeFace(TopoDS_Shape& S) const; Standard_EXPORT void MakeFace(const Handle(PTopoDS_HShape)& S) const; Standard_EXPORT void MakeShell(TopoDS_Shape& S) const; Standard_EXPORT void MakeShell(const Handle(PTopoDS_HShape)& S) const; Standard_EXPORT void MakeSolid(TopoDS_Shape& S) const; Standard_EXPORT void MakeSolid(const Handle(PTopoDS_HShape)& S) const; Standard_EXPORT void MakeCompSolid(TopoDS_Shape& S) const; Standard_EXPORT void MakeCompSolid(const Handle(PTopoDS_HShape)& S) const; Standard_EXPORT void MakeCompound(TopoDS_Shape& S) const; Standard_EXPORT void MakeCompound(const Handle(PTopoDS_HShape)& S) const; Standard_EXPORT virtual void UpdateVertex(const TopoDS_Shape& S1,const Handle(PTopoDS_HShape)& S2,PTColStd_TransientPersistentMap& M) const; Standard_EXPORT virtual void UpdateVertex(const Handle(PTopoDS_HShape)& S1,TopoDS_Shape& S2,PTColStd_PersistentTransientMap& M) const; Standard_EXPORT virtual void UpdateEdge(const TopoDS_Shape& S1,const Handle(PTopoDS_HShape)& S2,PTColStd_TransientPersistentMap& M) const; Standard_EXPORT virtual void UpdateEdge(const Handle(PTopoDS_HShape)& S1,TopoDS_Shape& S2,PTColStd_PersistentTransientMap& M) const; Standard_EXPORT virtual void UpdateFace(const TopoDS_Shape& S1,const Handle(PTopoDS_HShape)& S2,PTColStd_TransientPersistentMap& M) const; Standard_EXPORT virtual void UpdateFace(const Handle(PTopoDS_HShape)& S1,TopoDS_Shape& S2,PTColStd_PersistentTransientMap& M) const; DEFINE_STANDARD_RTTI(MgtBRep_TranslateTool) protected: //! Translates a Transient Curve onto a Persistent Curve
Standard_EXPORT Handle_PGeom_Curve Translate(const Handle(Geom_Curve)& TC,PTColStd_TransientPersistentMap& M) const; //! Translates a Persistent Curve onto a Transient Curve
Standard_EXPORT Handle_Geom_Curve Translate(const Handle(PGeom_Curve)& PC,PTColStd_PersistentTransientMap& M) const; //! Translates a Transient Curve2d onto a Persistent Curve
Standard_EXPORT Handle_PGeom2d_Curve Translate(const Handle(Geom2d_Curve)& TC,PTColStd_TransientPersistentMap& M) const; //! Translates a Persistent Curve2d onto a Transient Curve
Standard_EXPORT Handle_Geom2d_Curve Translate(const Handle(PGeom2d_Curve)& PC,PTColStd_PersistentTransientMap& M) const; //! Translates a Transient Surface onto a Persistent Curve
Standard_EXPORT Handle_PGeom_Surface Translate(const Handle(Geom_Surface)& TS,PTColStd_TransientPersistentMap& M) const; //! Translates a Persistent Surface onto a Transient Curve
Standard_EXPORT Handle_Geom_Surface Translate(const Handle(PGeom_Surface)& PS,PTColStd_PersistentTransientMap& M) const; private: MgtBRep_TriangleMode myTriangleMode; }; // other Inline functions and methods (like "C++: function call" methods) #endif