// 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 _TNaming_CopyShape_HeaderFile #define _TNaming_CopyShape_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_TNaming_TranslateTool_HeaderFile #include #endif class TopoDS_Shape; class TColStd_IndexedDataMapOfTransientTransient; class TNaming_TranslateTool; class TopLoc_Location; class TNaming_CopyShape { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } //! Makes copy a set of shape(s), using the aMap
Standard_EXPORT static void CopyTool(const TopoDS_Shape& aShape,TColStd_IndexedDataMapOfTransientTransient& aMap,TopoDS_Shape& aResult) ; //! Translates a Transient shape(s) to Transient
Standard_EXPORT static void Translate(const TopoDS_Shape& aShape,TColStd_IndexedDataMapOfTransientTransient& aMap,TopoDS_Shape& aResult,const Handle(TNaming_TranslateTool)& TrTool) ; //! Translates a Topological Location to an other Top.
//! Location
Standard_EXPORT static TopLoc_Location Translate(const TopLoc_Location& L,TColStd_IndexedDataMapOfTransientTransient& aMap) ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif