|
Rosetta 3.5
|
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... | |
| 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... | |
| struct | CountFromLeft |
| count starting from interval().left in a 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... | |
Functions | |
| 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
Definition at line 41 of file Bridge.fwd.hh.
| typedef utility::pointer::access_ptr< Bridge const > protocols::forge::build::BridgeCAP |
access pointer for const Bridge
Definition at line 45 of file Bridge.fwd.hh.
| typedef utility::pointer::owning_ptr< Bridge const > protocols::forge::build::BridgeCOP |
owning pointer for const Bridge
Definition at line 37 of file Bridge.fwd.hh.
owning pointer for Bridge
Definition at line 29 of file Bridge.fwd.hh.
| typedef utility::pointer::access_ptr< BuildInstruction > protocols::forge::build::BuildInstructionAP |
access pointer for BuildInstruction
Definition at line 40 of file BuildInstruction.fwd.hh.
| typedef utility::pointer::access_ptr< BuildInstruction const > protocols::forge::build::BuildInstructionCAP |
access pointer for const BuildInstruction
Definition at line 44 of file BuildInstruction.fwd.hh.
| typedef utility::pointer::owning_ptr< BuildInstruction const > protocols::forge::build::BuildInstructionCOP |
owning pointer for const BuildInstruction
Definition at line 36 of file BuildInstruction.fwd.hh.
| typedef utility::pointer::owning_ptr< BuildInstruction > protocols::forge::build::BuildInstructionOP |
owning pointer for BuildInstruction
Definition at line 28 of file BuildInstruction.fwd.hh.
access pointer for BuildManager
Definition at line 40 of file BuildManager.fwd.hh.
access pointer for const BuildManager
Definition at line 44 of file BuildManager.fwd.hh.
owning pointer for const BuildManager
Definition at line 36 of file BuildManager.fwd.hh.
owning pointer for BuildManager
Definition at line 28 of file BuildManager.fwd.hh.
access pointer for ConnectRight
Definition at line 40 of file ConnectRight.fwd.hh.
access pointer for const ConnectRight
Definition at line 44 of file ConnectRight.fwd.hh.
owning pointer for const ConnectRight
Definition at line 36 of file ConnectRight.fwd.hh.
owning pointer for ConnectRight
Definition at line 28 of file ConnectRight.fwd.hh.
access pointer for CountFromLeft
Definition at line 46 of file RelativeSequencePosition.fwd.hh.
| typedef utility::pointer::access_ptr< CountFromLeft const > protocols::forge::build::CountFromLeftCAP |
access pointer for const CountFromLeft
Definition at line 48 of file RelativeSequencePosition.fwd.hh.
| typedef utility::pointer::owning_ptr< CountFromLeft const > protocols::forge::build::CountFromLeftCOP |
owning pointer for const CountFromLeft
Definition at line 44 of file RelativeSequencePosition.fwd.hh.
owning pointer for CountFromLeft
Definition at line 40 of file RelativeSequencePosition.fwd.hh.
access pointer for GrowLeft
Definition at line 40 of file GrowLeft.fwd.hh.
| typedef utility::pointer::access_ptr< GrowLeft const > protocols::forge::build::GrowLeftCAP |
access pointer for const GrowLeft
Definition at line 44 of file GrowLeft.fwd.hh.
| typedef utility::pointer::owning_ptr< GrowLeft const > protocols::forge::build::GrowLeftCOP |
owning pointer for const GrowLeft
Definition at line 36 of file GrowLeft.fwd.hh.
owning pointer for GrowLeft
Definition at line 28 of file GrowLeft.fwd.hh.
access pointer for GrowRight
Definition at line 40 of file GrowRight.fwd.hh.
| typedef utility::pointer::access_ptr< GrowRight const > protocols::forge::build::GrowRightCAP |
access pointer for const GrowRight
Definition at line 44 of file GrowRight.fwd.hh.
| typedef utility::pointer::owning_ptr< GrowRight const > protocols::forge::build::GrowRightCOP |
owning pointer for const GrowRight
Definition at line 36 of file GrowRight.fwd.hh.
owning pointer for GrowRight
Definition at line 28 of file GrowRight.fwd.hh.
| typedef utility::pointer::access_ptr< RelativeConnectRight > protocols::forge::build::RelativeConnectRightAP |
access pointer for RelativeConnectRight
Definition at line 40 of file RelativeConnectRight.fwd.hh.
| typedef utility::pointer::access_ptr< RelativeConnectRight const > protocols::forge::build::RelativeConnectRightCAP |
access pointer for const RelativeConnectRight
Definition at line 44 of file RelativeConnectRight.fwd.hh.
| typedef utility::pointer::owning_ptr< RelativeConnectRight const > protocols::forge::build::RelativeConnectRightCOP |
owning pointer for const RelativeConnectRight
Definition at line 36 of file RelativeConnectRight.fwd.hh.
| typedef utility::pointer::owning_ptr< RelativeConnectRight > protocols::forge::build::RelativeConnectRightOP |
owning pointer for RelativeConnectRight
Definition at line 28 of file RelativeConnectRight.fwd.hh.
| typedef utility::pointer::access_ptr< RelativeSequencePosition > protocols::forge::build::RelativeSequencePositionAP |
access pointer for RelativeSequencePosition
Definition at line 34 of file RelativeSequencePosition.fwd.hh.
| typedef utility::pointer::access_ptr< RelativeSequencePosition const > protocols::forge::build::RelativeSequencePositionCAP |
access pointer for const RelativeSequencePosition
Definition at line 36 of file RelativeSequencePosition.fwd.hh.
| typedef utility::pointer::owning_ptr< RelativeSequencePosition const > protocols::forge::build::RelativeSequencePositionCOP |
owning pointer for const RelativeSequencePosition
Definition at line 32 of file RelativeSequencePosition.fwd.hh.
| typedef utility::pointer::owning_ptr< RelativeSequencePosition > protocols::forge::build::RelativeSequencePositionOP |
owning pointer for RelativeSequencePosition
Definition at line 28 of file RelativeSequencePosition.fwd.hh.
access pointer for SegmentInsert
Definition at line 41 of file SegmentInsert.fwd.hh.
| typedef utility::pointer::access_ptr< SegmentInsert const > protocols::forge::build::SegmentInsertCAP |
access pointer for const SegmentInsert
Definition at line 45 of file SegmentInsert.fwd.hh.
| typedef utility::pointer::owning_ptr< SegmentInsert const > protocols::forge::build::SegmentInsertCOP |
owning pointer for const SegmentInsert
Definition at line 37 of file SegmentInsert.fwd.hh.
owning pointer for SegmentInsert
Definition at line 29 of file SegmentInsert.fwd.hh.
access pointer for SegmentRebuild
Definition at line 40 of file SegmentRebuild.fwd.hh.
| typedef utility::pointer::access_ptr< SegmentRebuild const > protocols::forge::build::SegmentRebuildCAP |
access pointer for const SegmentRebuild
Definition at line 44 of file SegmentRebuild.fwd.hh.
| typedef utility::pointer::owning_ptr< SegmentRebuild const > protocols::forge::build::SegmentRebuildCOP |
owning pointer for const SegmentRebuild
Definition at line 36 of file SegmentRebuild.fwd.hh.
owning pointer for SegmentRebuild
Definition at line 28 of file SegmentRebuild.fwd.hh.
access pointer for SegmentSwap
Definition at line 40 of file SegmentSwap.fwd.hh.
access pointer for const SegmentSwap
Definition at line 44 of file SegmentSwap.fwd.hh.
owning pointer for const SegmentSwap
Definition at line 36 of file SegmentSwap.fwd.hh.
owning pointer for SegmentSwap
Definition at line 28 of file SegmentSwap.fwd.hh.
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.4