00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef HxCorbaConstructor_idl
00010 #define HxCorbaConstructor_idl
00011
00012 #include "HxCorbaTagList.idl"
00013 #include "HxCorbaImageRep.idl"
00014 #include "HxCorbaSF.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
00029 interface Constructor : TagListFactory,
00030 ImageFactory,
00031 SFFactory,
00032 ImageSeqFactory,
00033 RgbBufferFactory,
00034 MatrixFactory,
00035 HistogramFactory,
00036 PolylineFactory,
00037 BSplineFactory,
00038 NJetFactory,
00039 VxSegmentationFactory,
00040 VxStructureFactory
00041
00042 {
00043 Object getInitialObject(in string name);
00044
00045 string getLastError();
00046 };
00047
00048 };
00049
00050 #endif //HxCorbaConstructor_idl