Salome HOME
Porting to Paraview 3.98.1
[modules/paravis.git] / idl / PARAVIS_Gen_Types.idl
1 // Copyright (C) 2010-2012  CEA/DEN, EDF R&D
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19 //  File   : PARAVIS_Gen.idl
20 //  Author : Vladimir Turin
21 //
22
23 /*! \file PARAVIS_Gen_Types.idl This file conatins a set of type declarations of the %PARAVIS module.
24  *     This module provides access to PARAVIEW functionality integrated to %SALOME application.
25  */
26
27
28 #ifndef __PARAVIS_GEN_TYPES__
29 #define __PARAVIS_GEN_TYPES__
30
31 #/*!
32   Definition of collection classes for %PARAVIS module.
33 */
34 module PARAVIS {
35
36   typedef string function;
37   typedef sequence<string> string_array;
38   typedef sequence<short> short_array;
39   typedef sequence<long> long_array;
40   typedef sequence<float> float_array;
41   typedef sequence<double> double_array;
42   typedef sequence<char>   char_array;
43
44 };
45
46 #endif