Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / ModuleBase / ModuleBase_Definitions.h
1
2 #ifndef ModuleBase_Definitions_H
3 #define ModuleBase_Definitions_H
4
5 #include <QList>
6 #include <ModelAPI_Feature.h>
7
8 typedef QList<int> QIntList;       //!< list of int values
9 typedef QList<short> QShortList;     //!< list of short int values
10 typedef QList<double> QDoubleList;    //!< list of double values
11 typedef QList<FeaturePtr> QFeatureList; //!< List of features
12
13
14 #endif