00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef HxCorbaConstructor_idl
00011 #define HxCorbaConstructor_idl
00012
00013 #include "HxCorbaTagList.idl"
00014 #include "HxCorbaImageRep.idl"
00015 #include "HxCorbaImageSeq.idl"
00016 #include "HxCorbaRgbBuffer.idl"
00017 #include "HxCorbaMatrix.idl"
00018 #include "HxCorbaHistogram.idl"
00019 #include "HxCorbaPolyline2d.idl"
00020 #include "HxCorbaBSplineCurve.idl"
00021 #include "HxCorbaNJet.idl"
00022 #include "HxCorbaVxSegmentation.idl"
00023 #include "HxCorbaVxStructure.idl"
00024
00025 module HxCorba
00026 {
00027 interface Constructor : TagListFactory,
00028 ImageFactory,
00029 ImageSeqFactory,
00030 RgbBufferFactory,
00031 MatrixFactory,
00032 HistogramFactory,
00033 PolylineFactory,
00034 BSplineFactory,
00035 NJetFactory,
00036 VxSegmentationFactory,
00037 VxStructureFactory
00038
00039 {
00040 Object getInitialObject(in string name);
00041
00042 string getLastError();
00043 };
00044 };
00045
00046 #endif //HxCorbaConstructor_idl