X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_Profile.hxx;h=947c36a08c85c4ea7f52135c1ea176c3c3d2eb8f;hb=c363fc5c3541669e07cf4d991cc1e94253147ac1;hp=288732c603facc41e28ccca99751bd4c1759ef3c;hpb=ef4d7d3d8ca516f771c37459c70597c67edb06d9;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_Profile.hxx b/src/HYDROCurveCreator/CurveCreator_Profile.hxx index 288732c6..947c36a0 100644 --- a/src/HYDROCurveCreator/CurveCreator_Profile.hxx +++ b/src/HYDROCurveCreator/CurveCreator_Profile.hxx @@ -122,7 +122,14 @@ public: //! For internal use only! Undo/Redo are not used here. virtual bool setPointInternal( const CurveCreator::SectionsMap &theSectionsMap ); -private: +protected: + /** + * Converts the list of custom point position objects into a list of point indices + * \param thePoints an source list + * \param theConvPoints a converted list + */ + void convert( const CurveCreator::PosPointsList& thePoints, + std::list& theConvPoints ); };