TopolParams.h

00001 #ifndef TopolParams_H
00002 #define TopolParams_H
00003 
00004 #include <string>
00005 
00006 using std::string;
00007 
00008 
00009 class TopolParams {
00010 
00011   public:
00012           TopolParams():dimension("") {};
00013 
00014           TopolParams( string str ) : dimension( str ) {};
00015 
00016           string dimension;
00017 };
00018 
00019 
00020 #endif

Generated on Tue Aug 7 16:03:33 2007 for SOMCode by  doxygen 1.5.3