|
Rosetta 3.5
|
#include <WaterPackingInfo.hh>


Public Member Functions | |
| WaterPackingInfo () | |
| WaterPackingInfo (WaterPackingInfo const &src) | |
| basic::datacache::CacheableDataOP | clone () const |
| WaterAnchorInfo & | operator[] (Size const seqpos) |
| WaterAnchorInfo const & | operator[] (Size const seqpos) const |
| void | clear () |
Private Attributes | |
| utility::vector1 < WaterAnchorInfoOP > | data_ |
Definition at line 41 of file WaterPackingInfo.hh.
| core::pack::rotamer_set::WaterPackingInfo::WaterPackingInfo | ( | ) |
Definition at line 27 of file WaterPackingInfo.cc.
Referenced by clone().
| core::pack::rotamer_set::WaterPackingInfo::WaterPackingInfo | ( | WaterPackingInfo const & | src) |
Definition at line 29 of file WaterPackingInfo.cc.
References data_.
| void core::pack::rotamer_set::WaterPackingInfo::clear | ( | ) |
Definition at line 60 of file WaterPackingInfo.cc.
References data_.
| basic::datacache::CacheableDataOP core::pack::rotamer_set::WaterPackingInfo::clone | ( | ) | const |
Definition at line 39 of file WaterPackingInfo.cc.
References WaterPackingInfo().
| WaterAnchorInfo & core::pack::rotamer_set::WaterPackingInfo::operator[] | ( | Size const | seqpos) |
Definition at line 44 of file WaterPackingInfo.cc.
References data_.
| WaterAnchorInfo const & core::pack::rotamer_set::WaterPackingInfo::operator[] | ( | Size const | seqpos) | const |
Definition at line 53 of file WaterPackingInfo.cc.
References data_.
|
private |
Definition at line 63 of file WaterPackingInfo.hh.
Referenced by clear(), operator[](), and WaterPackingInfo().
1.8.4