Horus Doc || IDL Reference || C++ Binding   Java Binding || Doxygen's quick Index  

HxCorbaConstructor.idl

Go to the documentation of this file.
00001 /*
00002  *  Copyright (c) 2000, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Marc Navarro            (mnavarro@wins.uva.nl)
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 }; // module HxCorba
00049 
00050 #endif //HxCorbaConstructor_idl

Generated on Mon Jan 27 15:09:38 2003 for IDLReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001