Salome HOME
Corrections of examples path after install with scbi
[modules/hydro.git] / src / HYDROData / HYDROData_ChannelAltitude.h
index d65582e5f4d0976c20fecaca9a70ccd6506bf902..93fabb498ebe557505887fc4c2d1f224ad08cac7 100644 (file)
@@ -38,6 +38,7 @@ protected:
   enum DataTag
   {
     DataTag_First = HYDROData_IAltitudeObject::DataTag_First + 100, ///< first tag, to reserve
+    DataTag_InvertDirection,                                        ///< flag for inversion of direction
   };
 
 public:
@@ -61,6 +62,10 @@ public:
   HYDRODATA_EXPORT virtual double           GetAltitudeForPoint( const gp_XY& thePoint,
                                                                  int theMethod =0) const;
 
+  HYDRODATA_EXPORT void                     SetInvertDirection(bool IsInverted);
+
+  HYDRODATA_EXPORT bool                     GetInvertDirection() const;
+
 protected:
 
   friend class HYDROData_Iterator;