#include <Chunk.hh>
Definition at line 42 of file Chunk.hh.
| protocols::nonlocal::Chunk::Chunk |
( |
const RegionOP & |
region, |
|
|
const MoveMapOP & |
movable |
|
) |
| |
Default constructor <region> describes the contiguous stretch of residues. <movable> describes the modifiable degrees of freedom in the system.
Definition at line 59 of file Chunk.cc.
References SALT, sampler_, SD_MULTIPLIER, start(), and stop().
| protocols::nonlocal::Chunk::Chunk |
( |
const Chunk & |
other) | |
|
| protocols::nonlocal::Chunk::~Chunk |
( |
) | |
|
|
virtual |
Destructor.
Definition at line 39 of file Chunk.cc.
| Size protocols::nonlocal::Chunk::choose |
( |
) | |
const |
| bool protocols::nonlocal::Chunk::is_movable |
( |
) | |
const |
| Size protocols::nonlocal::Chunk::length |
( |
) | |
const |
Returns the length of this region.
Definition at line 117 of file Chunk.cc.
References region_.
| Chunk & protocols::nonlocal::Chunk::operator= |
( |
const Chunk & |
other) | |
|
| Size protocols::nonlocal::Chunk::start |
( |
) | |
const |
| Size protocols::nonlocal::Chunk::stop |
( |
) | |
const |
| bool protocols::nonlocal::Chunk::valid |
( |
) | |
const |
| MoveMapOP protocols::nonlocal::Chunk::movable_ |
|
private |
| RegionOP protocols::nonlocal::Chunk::region_ |
|
private |
| boost::scoped_ptr<numeric::random::DistributionSampler<Normal> > protocols::nonlocal::Chunk::sampler_ |
|
private |
The documentation for this class was generated from the following files: