Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

HxCorbaConstructor.idl

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

Generated on Tue Jan 8 13:55:43 2002 for IDLReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001