Base interface of the component that supports exporting data. More...
import "SALOME_Component.idl";
Public Member Functions | |
SALOME::StringSeq | GetImportableFormats () |
Get a list of supported formats. More... | |
boolean | ImportDataAs (in string format, in SALOME::GenericObj exporter) |
Base interface of the component that supports exporting data.
SALOME::StringSeq Engines::ImportableComponent::GetImportableFormats | ( | ) |
Get a list of supported formats.
boolean Engines::ImportableComponent::ImportDataAs | ( | in string | format, |
in SALOME::GenericObj | exporter | ||
) |