X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultBody.h;h=a12ccb87d509deee934bdffbd5c30c1e27237153;hb=4b378265f0b502fe00e8af93ce9f2c5739acfc1c;hp=340b35bb515e9699b244f69d22680eb7acd2cebe;hpb=6946089feb5cfde70fa0b901b1fa6c7534bdea09;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultBody.h b/src/Model/Model_ResultBody.h index 340b35bb5..a12ccb87d 100644 --- a/src/Model/Model_ResultBody.h +++ b/src/Model/Model_ResultBody.h @@ -23,7 +23,6 @@ class TNaming_Builder; */ class Model_ResultBody : public ModelAPI_ResultBody { - boost::shared_ptr myOwner; ///< owner of this result /// builders that tores the naming history: one per label to allow store several shapes to one /// label; index in vector corresponds to the label tag std::vector myBuilders; @@ -41,8 +40,6 @@ public: /// Returns the shape-result produced by this feature MODEL_EXPORT virtual boost::shared_ptr shape(); - /// Returns the source feature of this result - MODEL_EXPORT virtual boost::shared_ptr owner(); /// Records the subshape newShape which was generated during a topological construction. /// As an example, consider the case of a face generated in construction of a box.