![]() |
Rosetta Protocols
2014.16.56682
|
#include <AutoCutData.hh>
Public Member Functions | |
| AutoCutData (std::istream &in) | |
| AutoCutData (core::Size const &hash, std::set< Size > const &cuts) | |
| void | write (std::ostream &out) const |
| basic::datacache::CacheableDataOP | clone () const |
| std::string | datatype () const |
| utility::vector1< Size > const & | cuts () const |
| core::Size const & | hash () const |
Public Member Functions inherited from basic::datacache::WriteableCacheableData | |
| virtual | ~WriteableCacheableData () |
Private Types | |
| typedef basic::datacache::WriteableCacheableData | Parent |
| typedef basic::datacache::WriteableCacheableDataOP | ParentOP |
Private Attributes | |
| utility::vector1< core::Size > | auto_cuts_ |
| core::Size | hash_ |
|
private |
|
private |
| protocols::environment::AutoCutData::AutoCutData | ( | std::istream & | in | ) |
References auto_cuts_, and hash_.
Referenced by clone().
| protocols::environment::AutoCutData::AutoCutData | ( | core::Size const & | hash, |
| std::set< Size > const & | cuts | ||
| ) |
References auto_cuts_.
| basic::datacache::CacheableDataOP protocols::environment::AutoCutData::clone | ( | ) | const |
References AutoCutData().
|
inline |
References auto_cuts_.
Referenced by write().
|
virtual |
Implements basic::datacache::WriteableCacheableData.
References TYPE_NAME().
|
inline |
|
virtual |
Implements basic::datacache::WriteableCacheableData.
References cuts(), hash(), and TYPE_NAME().
|
private |
Referenced by AutoCutData(), and cuts().
|
private |
Referenced by AutoCutData(), and hash().
1.8.7