BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
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