![]() |
Rosetta Protocols
2014.35
|
Namespaces | |
BuildInstructionState | |
SegmentInsertConnectionScheme | |
Classes | |
class | Bridge |
connect two contiguous but disjoint sections of a Pose into one continuous section More... | |
class | BuildInstruction |
tracks modifications to be made and is capable of making residue length changes on a Pose More... | |
class | BuildManager |
a container for managing BuildInstructions More... | |
class | ConnectRight |
instruction to connect one Pose onto the right side of another More... | |
struct | CountFromLeft |
count starting from interval().left in a BuildInstruction More... | |
class | GrowLeft |
instruction to create an n-side extension More... | |
class | GrowRight |
instruction to create a c-side extension More... | |
struct | Interval |
simple struct defining a closed interval of residues [left, right] where left <= right More... | |
class | RelativeConnectRight |
version of ConnectRight instruction that depends upon results from another BuildInstruction More... | |
struct | RelativeSequencePosition |
computes a position wrt values in given BuildInstruction More... | |
class | SegmentInsert |
insert an external segment flanked by new regions More... | |
class | SegmentRebuild |
instruction to rebuild a segment More... | |
class | SegmentSwap |
instruction to swap a segment with an external segment More... | |
Variables | |
static basic::Tracer | TR ("protocols.forge.build.BuildInstruction") |
static basic::Tracer | TR ("protocols.forge.build.BuildManager") |
static numeric::random::RandomGenerator | RG (101381274) |
static basic::Tracer | TR ("protocols.forge.build.SegmentInsert") |
static numeric::random::RandomGenerator | RG (313222) |
access pointer for Bridge
access pointer for const Bridge
owning pointer for const Bridge
owning pointer for Bridge
typedef utility::pointer::access_ptr< BuildInstruction > protocols::forge::build::BuildInstructionAP |
access pointer for BuildInstruction
typedef utility::pointer::access_ptr< BuildInstruction const > protocols::forge::build::BuildInstructionCAP |
access pointer for const BuildInstruction
typedef utility::pointer::owning_ptr< BuildInstruction const > protocols::forge::build::BuildInstructionCOP |
owning pointer for const BuildInstruction
typedef utility::pointer::owning_ptr< BuildInstruction > protocols::forge::build::BuildInstructionOP |
owning pointer for BuildInstruction
access pointer for BuildManager
access pointer for const BuildManager
owning pointer for const BuildManager
owning pointer for BuildManager
access pointer for ConnectRight
access pointer for const ConnectRight
owning pointer for const ConnectRight
owning pointer for ConnectRight
access pointer for CountFromLeft
typedef utility::pointer::access_ptr< CountFromLeft const > protocols::forge::build::CountFromLeftCAP |
access pointer for const CountFromLeft
typedef utility::pointer::owning_ptr< CountFromLeft const > protocols::forge::build::CountFromLeftCOP |
owning pointer for const CountFromLeft
owning pointer for CountFromLeft
access pointer for GrowLeft
access pointer for const GrowLeft
owning pointer for const GrowLeft
owning pointer for GrowLeft
access pointer for GrowRight
access pointer for const GrowRight
owning pointer for const GrowRight
owning pointer for GrowRight
typedef utility::pointer::access_ptr< RelativeConnectRight > protocols::forge::build::RelativeConnectRightAP |
access pointer for RelativeConnectRight
typedef utility::pointer::access_ptr< RelativeConnectRight const > protocols::forge::build::RelativeConnectRightCAP |
access pointer for const RelativeConnectRight
typedef utility::pointer::owning_ptr< RelativeConnectRight const > protocols::forge::build::RelativeConnectRightCOP |
owning pointer for const RelativeConnectRight
typedef utility::pointer::owning_ptr< RelativeConnectRight > protocols::forge::build::RelativeConnectRightOP |
owning pointer for RelativeConnectRight
typedef utility::pointer::access_ptr< RelativeSequencePosition > protocols::forge::build::RelativeSequencePositionAP |
access pointer for RelativeSequencePosition
typedef utility::pointer::access_ptr< RelativeSequencePosition const > protocols::forge::build::RelativeSequencePositionCAP |
access pointer for const RelativeSequencePosition
typedef utility::pointer::owning_ptr< RelativeSequencePosition const > protocols::forge::build::RelativeSequencePositionCOP |
owning pointer for const RelativeSequencePosition
typedef utility::pointer::owning_ptr< RelativeSequencePosition > protocols::forge::build::RelativeSequencePositionOP |
owning pointer for RelativeSequencePosition
access pointer for SegmentInsert
typedef utility::pointer::access_ptr< SegmentInsert const > protocols::forge::build::SegmentInsertCAP |
access pointer for const SegmentInsert
typedef utility::pointer::owning_ptr< SegmentInsert const > protocols::forge::build::SegmentInsertCOP |
owning pointer for const SegmentInsert
owning pointer for SegmentInsert
access pointer for SegmentRebuild
typedef utility::pointer::access_ptr< SegmentRebuild const > protocols::forge::build::SegmentRebuildCAP |
access pointer for const SegmentRebuild
typedef utility::pointer::owning_ptr< SegmentRebuild const > protocols::forge::build::SegmentRebuildCOP |
owning pointer for const SegmentRebuild
owning pointer for SegmentRebuild
access pointer for SegmentSwap
access pointer for const SegmentSwap
owning pointer for const SegmentSwap
owning pointer for SegmentSwap
|
static |
|
static |
|
static |
|
static |
|
static |