common usage interface for exporting of arbitrary data in SALOME environment More...

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