void Move( in object_list what,
in SALOMEDS::SObject where,
in long row );
+
+ /*!
+ * \brief Get dependencies of the given object from other objects in study
+ * \param list of IORs
+ * \return texture byte array
+ * Example of using:
+ * SALOMEDS::TMPFile_var SeqFile =
+ * myGeometryGUI->GetGeomGen()->GetDependencyTree( aListOfIORs );
+ * char* buf;
+ * buf = (char*) &SeqFile[0];
+ */
+ SALOMEDS::TMPFile GetDependencyTree(in string_array strValues);
+
};
};
return aResult._retn();
}
+//=======================================================================
+// function :
+// purpose :
+//=======================================================================
+SALOMEDS::TMPFile* GEOM_Gen_i::GetDependencyTree(const GEOM::string_array&) {
+
+}
+
//=====================================================================================
// EXPORTED METHODS
//=====================================================================================
CORBA::Boolean theInheritFirstArg,
CORBA::Boolean theAddPrefix);
+ SALOMEDS::TMPFile* GetDependencyTree(const GEOM::string_array&);
+
//-----------------------------------------------------------------------//
// Transaction methods //
//-----------------------------------------------------------------------//