X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROPy%2FHYDROData_Document.sip;h=c2a71f9404956ac20ae7544cc359bac126ef5869;hb=aef25fd825d5add8a8cc2cdf43db3f24e5d4a90f;hp=6aeddf8904d4232e2341258c9fa69ac951452742;hpb=ee8e304b51d61dd8bf5d25328039aa645f80e4da;p=modules%2Fhydro.git diff --git a/src/HYDROPy/HYDROData_Document.sip b/src/HYDROPy/HYDROData_Document.sip index 6aeddf89..c2a71f94 100644 --- a/src/HYDROPy/HYDROData_Document.sip +++ b/src/HYDROPy/HYDROData_Document.sip @@ -162,6 +162,11 @@ class HYDROData_Document aRes = new HYDROData_ObstacleAltitude( *dynamic_cast( theObject ) ); break; } + case KIND_STREAM_ALTITUDE: + { + aRes = new HYDROData_StreamAltitude( *dynamic_cast( theObject ) ); + break; + } } return aRes; @@ -293,6 +298,8 @@ public: HYDROData_SequenceOfObjects FindObjectsByNames( const QStringList& theNames, const ObjectKind theKind = KIND_UNKNOWN ); + void SetLocalCS( double, double ); + protected: //! Creates new document: private because "Document" method must be used instead of direct creation.