X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator.hxx;h=9cd7ec720723ca117438fbac5f5e60928be73ae7;hb=e38481b5d965c3736d2c8eda39b1a30bd125147b;hp=031f7a5b921fef62732595c899208091ed4a148f;hpb=66eed78107ad562c2846807c99978fe5a212cca4;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator.hxx b/src/HYDROCurveCreator/CurveCreator.hxx index 031f7a5b..9cd7ec72 100644 --- a/src/HYDROCurveCreator/CurveCreator.hxx +++ b/src/HYDROCurveCreator/CurveCreator.hxx @@ -24,8 +24,11 @@ #define _CurveCreator_HeaderFile #include +#include +#include struct CurveCreator_Section; +struct CurveCreator_PosPoint; namespace CurveCreator { @@ -41,6 +44,10 @@ namespace CurveCreator //! List of sections typedef std::deque Sections; + // List of positioned points (points with coordinates) + typedef std::list PosPointsList; + //! Map of sections with positioned points + typedef std::map SectionsMap; }; #endif