X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FPrsMgr%2FPrsMgr_Presentation.hxx;h=3db0230d61d19c88f50b78b263992cf1a2883cec;hb=1f7f5a900f88772fffa7675d53f0a51512e0e99a;hpb=778cd667866a3dfd3163316424864e05ef8dff93 diff --git a/src/PrsMgr/PrsMgr_Presentation.hxx b/src/PrsMgr/PrsMgr_Presentation.hxx index 7977ea7382..3db0230d61 100644 --- a/src/PrsMgr/PrsMgr_Presentation.hxx +++ b/src/PrsMgr/PrsMgr_Presentation.hxx @@ -109,13 +109,7 @@ private: Standard_EXPORT void Connect (const Handle(PrsMgr_Presentation)& theOther) const; - Standard_EXPORT void Transform (const Handle(Geom_Transformation)& theTrsf) const; - - Standard_EXPORT void Place (const Quantity_Length theX, const Quantity_Length theY, const Quantity_Length theZ) const; - - Standard_EXPORT void Multiply (const Handle(Geom_Transformation)& theTrsf) const; - - Standard_EXPORT void Move (const Quantity_Length theX, const Quantity_Length theY, const Quantity_Length theZ) const; + Standard_EXPORT void SetTransformation (const Handle(Geom_Transformation)& theTrsf) const; Standard_EXPORT void Compute (const Handle(Graphic3d_Structure)& theStructure);