gap_solution_pickers¶
Bindings for protocols::backbone_moves::local_backbone_mover::gap_solution_pickers namespace
-
class
pyrosetta.rosetta.protocols.backbone_moves.local_backbone_mover.gap_solution_pickers.
GapSolutionPicker
¶ Bases:
pybind11_builtins.pybind11_object
Base class for picking solution for a gap.
-
__delattr__
¶ Implement delattr(self, name).
-
__dir__
() → list¶ default dir() implementation
-
__eq__
¶ Return self==value.
-
__format__
()¶ default object formatter
-
__ge__
¶ Return self>=value.
-
__getattribute__
¶ Return getattr(self, name).
-
__gt__
¶ Return self>value.
-
__hash__
¶ Return hash(self).
-
__init__
(self: pyrosetta.rosetta.protocols.backbone_moves.local_backbone_mover.gap_solution_pickers.GapSolutionPicker) → None¶
-
__init_subclass__
()¶ This method is called when a class is subclassed.
The default implementation does nothing. It may be overridden to extend subclasses.
-
__le__
¶ Return self<=value.
-
__lt__
¶ Return self<value.
-
__ne__
¶ Return self!=value.
-
__new__
()¶ Create and return a new object. See help(type) for accurate signature.
-
__reduce__
()¶ helper for pickle
-
__reduce_ex__
()¶ helper for pickle
-
__repr__
¶ Return repr(self).
-
__setattr__
¶ Implement setattr(self, name, value).
-
__sizeof__
() → int¶ size of object in memory, in bytes
-
__str__
¶ Return str(self).
-
__subclasshook__
()¶ Abstract classes can override this to customize issubclass().
This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).
-
pick
(self: pyrosetta.rosetta.protocols.backbone_moves.local_backbone_mover.gap_solution_pickers.GapSolutionPicker, pose: pyrosetta.rosetta.core.pose.Pose, free_peptide: pyrosetta.rosetta.protocols.backbone_moves.local_backbone_mover.FreePeptide, pivot_torsions: pyrosetta.rosetta.utility.vector1_utility_vector1_double_std_allocator_double_t, pivot: int) → int¶ C++: protocols::backbone_moves::local_backbone_mover::gap_solution_pickers::GapSolutionPicker::pick(class core::pose::Pose &, class protocols::backbone_moves::local_backbone_mover::FreePeptide &, class utility::vector1<class utility::vector1<double, class std::allocator<double> >, class std::allocator<class utility::vector1<double, class std::allocator<double> > > >, unsigned long) –> unsigned long
-
-
class
pyrosetta.rosetta.protocols.backbone_moves.local_backbone_mover.gap_solution_pickers.
RandomGapSolutionPicker
¶ -
Pick a solution randomly.
-
__delattr__
¶ Implement delattr(self, name).
-
__dir__
() → list¶ default dir() implementation
-
__eq__
¶ Return self==value.
-
__format__
()¶ default object formatter
-
__ge__
¶ Return self>=value.
-
__getattribute__
¶ Return getattr(self, name).
-
__gt__
¶ Return self>value.
-
__hash__
¶ Return hash(self).
-
__init__
(self: pyrosetta.rosetta.protocols.backbone_moves.local_backbone_mover.gap_solution_pickers.RandomGapSolutionPicker) → None¶
-
__init_subclass__
()¶ This method is called when a class is subclassed.
The default implementation does nothing. It may be overridden to extend subclasses.
-
__le__
¶ Return self<=value.
-
__lt__
¶ Return self<value.
-
__ne__
¶ Return self!=value.
-
__new__
()¶ Create and return a new object. See help(type) for accurate signature.
-
__reduce__
()¶ helper for pickle
-
__reduce_ex__
()¶ helper for pickle
-
__repr__
¶ Return repr(self).
-
__setattr__
¶ Implement setattr(self, name, value).
-
__sizeof__
() → int¶ size of object in memory, in bytes
-
__str__
¶ Return str(self).
-
__subclasshook__
()¶ Abstract classes can override this to customize issubclass().
This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).
-
pick
(self: pyrosetta.rosetta.protocols.backbone_moves.local_backbone_mover.gap_solution_pickers.RandomGapSolutionPicker, pose: pyrosetta.rosetta.core.pose.Pose, free_peptide: pyrosetta.rosetta.protocols.backbone_moves.local_backbone_mover.FreePeptide, pivot_torsions: pyrosetta.rosetta.utility.vector1_utility_vector1_double_std_allocator_double_t, pivot: int) → int¶ C++: protocols::backbone_moves::local_backbone_mover::gap_solution_pickers::RandomGapSolutionPicker::pick(class core::pose::Pose &, class protocols::backbone_moves::local_backbone_mover::FreePeptide &, class utility::vector1<class utility::vector1<double, class std::allocator<double> >, class std::allocator<class utility::vector1<double, class std::allocator<double> > > >, unsigned long) –> unsigned long
-