Salome HOME
cc89534e2325bc45f746bd65b212369db48bccec
[modules/paravis.git] / idl / PARAVIS.idl
1
2 #ifndef _PARAVIS_IDL_
3 #define _PARAVIS_IDL_
4
5 #include "SALOME_Exception.idl"
6 #include "SALOME_Component.idl"
7 #include "SALOME_Comm.idl"
8
9
10 #include "MEDCouplingCorbaServant.idl"
11 #include "SALOME_MPIObject.idl"
12 #include "ParaMEDCouplingCorbaServant.idl"
13
14 module PARAVIS_ORB
15 {
16 typedef sequence<string> stringvec;
17 typedef sequence<double> dblevec;
18 typedef sequence<long> intvec;
19 typedef Engines::dataref dataref;
20
21   interface VisualizationComponent: Engines::MPIObject, Engines::EngineComponent
22   {
23     void Visualize(in SALOME_MED::ParaMEDCouplingFieldDoubleCorbaInterface field,in string path_python_file) raises (SALOME::SALOME_Exception);
24   };
25
26 };
27
28 #endif