Salome HOME
compilation on Linux
[modules/hydro.git] / src / HYDROPy / HYDROData_Document.sip
index cda806f5f7a7ed544d450a330f606e8bd23ed5b5..9d0a9cc0c7d08c922d759b5979040b82ff7bbd06 100644 (file)
@@ -300,6 +300,12 @@ public:
 
   void SetLocalCS( double, double );
 
+  //! Get the appropriate interpolator by the name.
+  HYDROData_IProfilesInterpolator* GetInterpolator( const TCollection_AsciiString& theName ) const;
+
+  //! Get list of registered interpolator names.
+  NCollection_Sequence<TCollection_AsciiString> GetInterpolatorNames() const;
+
 protected:
 
   //! Creates new document: private because "Document" method must be used instead of direct creation.