X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGeomAPI%2FGeomAPI_ICustomPrs.h;h=cbed444b76919614476c2d0ea53f5a0068926f26;hb=88ca95388a92f9bbe96d81bf5b1456ca1179100e;hp=c398a33bce83e204803d9bfc3fa7dd6bfbba7e80;hpb=b0782eb7d6c01174bd34cccd871078eb94259b5a;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_ICustomPrs.h b/src/GeomAPI/GeomAPI_ICustomPrs.h index c398a33bc..cbed444b7 100644 --- a/src/GeomAPI/GeomAPI_ICustomPrs.h +++ b/src/GeomAPI/GeomAPI_ICustomPrs.h @@ -16,6 +16,7 @@ class GeomAPI_ICustomPrs { public: + /// Modifies the given presentation in the custom way. virtual void customisePresentation(AISObjectPtr thePrs) = 0; };