BioInt  1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
BioPdbSingleRemark.h
Go to the documentation of this file.
00001 
00002 // #ifndef BIOPDBSINGLEREMARK_H ;
00003 // #define BIOPDBSINGLEREMARK_H ;
00004 
00005 using namespace std;
00006 
00007 #include <string>
00008 #include <vector>
00009 #include <fstream>
00010 #include <iostream>
00011 
00012 class BioPdbSingleRemark
00013 {
00014   float resolution_ ;
00015   
00016   friend bool operator >(const BioPdbSingleRemark& , const BioPdbSingleRemark&);
00017           friend bool operator <(const BioPdbSingleRemark& , const BioPdbSingleRemark&);
00018              friend bool operator ==(const BioPdbSingleRemark& , const BioPdbSingleRemark&);
00019              
00020 public:
00021         BioPdbSingleRemark();
00022         BioPdbSingleRemark(const string& fi_);
00023 
00024   
00025   
00026 };
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines