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

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. Use UnRegister() instead.  More... | |
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.
      
  | 
  inherited | 
Increase the reference count (mark as used by another object).
      
  | 
  inherited | 
Decrease the reference count (release by another object).
      
  | 
  inherited | 
Obsolete, left for compatibility reasons only. Use UnRegister() instead.