Version: 8.3.0
Engines::ImportableComponent Interface Reference

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)
 

Detailed Description

Base interface of the component that supports exporting data.

Member Function Documentation

SALOME::StringSeq Engines::ImportableComponent::GetImportableFormats ( )

Get a list of supported formats.

boolean Engines::ImportableComponent::ImportDataAs ( in string  format,
in SALOME::GenericObj  exporter 
)