Salome HOME
Porting HEXABLOCKPLUGIN to the CMake build system: initial version.
[plugins/hexablockplugin.git] / src / HEXABLOCKPlugin / HEXABLOCKPlugin_Hypothesis.cxx
index 1ab52c5ef008ae0c10f8d7e0d7fcdbf3c635ebfe..232caf292bb6c09cefa2289947e3c9638e84db78 100755 (executable)
@@ -62,6 +62,14 @@ void HEXABLOCKPlugin_Hypothesis::SetXmlFlow (cpchar xml)
    hyp_document->setXml (xml); 
 }
 
+//=======================================================================
+//function : GetXmlFlow
+//=======================================================================
+cpchar HEXABLOCKPlugin_Hypothesis::GetXmlFlow () const
+{
+   return (hyp_document == NULL) ? NULL : hyp_document->getXml();
+}
+
 //=======================================================================
 //function : SetDocument
 //=======================================================================