Salome HOME
refs #423: color for polylines presentation is correctly set
[modules/hydro.git] / src / HYDROPy / HYDROData_Zone.sip
index 5246a603239382c08caa1bac44849d09e1a440b2..5200984b889075dea5a38b543770ff13b8193611 100644 (file)
@@ -138,6 +138,20 @@ public:
    */
   void RemoveGeometryObjects();
 
+
+  /**
+   * Sets the interpolator for zone. By default it is NULL and original
+   * interpolation algorithms are used to calculate points altitudes.
+   * If you set interpolator it won't be stored in the data model structure,
+   * it will be deleted during that time as this zone will be freed.
+   */
+  void SetInterpolator( HYDROData_IInterpolator* theInter );
+
+  /**
+   * * Returns the interpolator of zone object.
+   */
+  HYDROData_IInterpolator* GetInterpolator() const;
+
 protected:
 
   /**