configObjects/Lda.h

00001 #ifndef _LDA_H_
00002 #define _LDA_H_
00003 
00004 #include <stdio.h>
00005 #include "ConfigObject.h"
00006 
00010 class Lda : public ConfigObject{
00011 
00012  private:
00013 
00014  public:
00015   Lda() throw (ILCException::Exception);
00016   Lda(string m, string n) throw (ILCException::Exception);
00017   ~Lda();
00018 
00019   string getObjectName() const {return "LDA";}
00020   string toXML() const throw (ILCException::Exception);
00021 
00022 };
00023 #endif

Generated on Tue Feb 28 15:35:34 2012 for ILCConfigurationDB by  doxygen 1.4.7