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; }
125 bool IsAtomIncluded(
const AtomHandle& handle)
const;
143 int GetAtomCount()
const;
155 int GetIndex()
const;
160 double GetMass()
const;
186 bool HasAtoms()
const;
190 void SetIndex(
int index);
198 #endif // OST_RESIDUE_VIEW_HH