Generated on Mon Jun 23 16:24:56 2008 for BIU-1.7.0 by doxygen 1.5.1

src/biu/BackboneStructure3D.hh

Go to the documentation of this file.
00001 #ifndef BACKBONESTRUCTURE3D_H_
00002 #define BACKBONESTRUCTURE3D_H_
00003 
00004 #include "Point.hh"
00005 
00006 namespace biu
00007 {
00008 
00014     class BackboneStructure3D
00015     {
00016     public:
00017     
00018         BackboneStructure3D()
00019         {}
00020         
00021         virtual ~BackboneStructure3D() 
00022         {}
00023         
00025         virtual DPointVec get3Ddata() const = 0;
00026         
00030         virtual double getDRMSD(const BackboneStructure3D& other) const = 0;
00031     };
00032 
00033 } // namespace biu
00034 
00035 #endif /*BACKBONESTRUCTURE3D_H_*/