|
Rosetta 3.5
|
#include <ResId.hh>


Public Member Functions | |
| ResId () | |
| ResId (core::Size const r) | |
| virtual void | set_resid (core::Size const r) |
| virtual core::Size | get_resid () const |
| virtual core::Size & | get_resid () |
| virtual bool | modifiable () const |
| should another method be able to modify resid_. This is used by modify_ResId_based_object as a test More... | |
| virtual void | modifiable (bool const u) |
| virtual | ~ResId () |
Private Attributes | |
| core::Size | resid_ |
| bool | modifiable_ |
| protocols::moves::ResId::ResId | ( | ) |
Definition at line 31 of file ResId.cc.
References modifiable().
| protocols::moves::ResId::ResId | ( | core::Size const | r) |
Definition at line 37 of file ResId.cc.
References modifiable(), and set_resid().
|
virtual |
Definition at line 43 of file ResId.cc.
References resid_.
Referenced by protocols::simple_filters::AtomicContactFilter::compute(), protocols::simple_filters::AtomicContactFilter::parse_my_tag(), and protocols::simple_filters::AtomicContactFilter::report().
|
virtual |
|
virtual |
should another method be able to modify resid_. This is used by modify_ResId_based_object as a test
Definition at line 53 of file ResId.cc.
References modifiable_.
Referenced by protocols::simple_filters::AtomicContactFilter::parse_my_tag(), and ResId().
|
virtual |
Definition at line 58 of file ResId.cc.
References modifiable_.
|
virtual |
Reimplemented in protocols::filters::CompoundFilter, and protocols::rosetta_scripts::ParsedProtocol.
Definition at line 63 of file ResId.cc.
References resid_.
Referenced by protocols::protein_interface_design::movers::SetTemperatureFactor::apply(), protocols::simple_filters::AtomicContactFilter::parse_my_tag(), and ResId().
|
private |
Definition at line 44 of file ResId.hh.
Referenced by modifiable().
|
private |
Definition at line 43 of file ResId.hh.
Referenced by get_resid(), and set_resid().
1.8.4