Go to the documentation of this file.
19 #ifndef OST_RESIDUE_VIEW_HH
20 #define OST_RESIDUE_VIEW_HH
31 namespace ost {
namespace mol {
65 operator bool()
const {
return this->IsValid(); }
68 bool IsValid()
const {
return data_.get()!=0; }
124 bool IsAtomIncluded(
const AtomHandle& handle)
const;
142 int GetAtomCount()
const;
154 int GetIndex()
const;
159 double GetMass()
const;
188 void SetIndex(
int index);
196 #endif // OST_RESIDUE_VIEW_HH