BioInt  1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
BioSoftDataSet.h
Go to the documentation of this file.
00001 #ifndef BIOSOFTDATASET_H
00002 #define BIOSOFTDATASET_H
00003 
00004 #include "BioUtilities.h"
00005 #include "BioDataSet.h"
00006 
00007 class BioSoftDataSet: public BioDataSet
00008 {
00009 public:
00010         BioSoftDataSet(const string& filename);
00011 };
00012 
00013 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines