Salome HOME
Variables naming.
[modules/hydro.git] / src / HYDROData / HYDROData_Entity.cxx
index b103d112c9daccc7305f9496dacfe2cbdf285415..bacca5112724ed8e34d7e4bb59ea6c28172defa0 100644 (file)
@@ -84,6 +84,15 @@ void HYDROData_Entity::Update()
   SetToUpdate( false );
 }
 
+void HYDROData_Entity::Show()
+{
+  Handle(HYDROData_Document) aDocument = HYDROData_Document::Document( myLab );
+  if ( aDocument.IsNull() )
+    return;
+
+  aDocument->Show( this );
+}
+
 QString HYDROData_Entity::getPyTypeID() const
 {
   switch( GetKind() )