common usage interface for exporting of arbitrary data in SALOME environment More...
import "SALOME_GenericObj.idl";

Public Member Functions | |
| StringSeq | GetExportableFormats () |
| Get a list of supported formats. More... | |
| boolean | ExportDataAs (in string format, out GenericObj exporter) |
| Export data in the specified format. More... | |
| void | Register () |
| Increase the reference count (mark as used by another object). More... | |
| void | UnRegister () |
| Decrease the reference count (release by another object). More... | |
| void | Destroy () |
| Obsolete, left for compatibility reasons only. More... | |
common usage interface for exporting of arbitrary data in SALOME environment
|
inherited |
Obsolete, left for compatibility reasons only.
Use UnRegister() instead.
| boolean SALOME::ExportableObject::ExportDataAs | ( | in string | format, |
| out GenericObj | exporter | ||
| ) |
Export data in the specified format.
| StringSeq SALOME::ExportableObject::GetExportableFormats | ( | ) |
Get a list of supported formats.
|
inherited |
Increase the reference count (mark as used by another object).
|
inherited |
Decrease the reference count (release by another object).