a class which can represent one of many ways in which to describe a
particular residue in a pose, and can, when given a pose, find its index.
The object should be constructed with all its needed parameters, but, one
instance may be copied from another.
|
__init__(*args,
**kwargs)
Overloaded function. |
|
|
a new object with type S, a subtype of T
|
|
|
assign(...)
assign(self : rosetta.core.pose.ResidueIndexDescription, :
rosetta.core.pose.ResidueIndexDescription) ->
rosetta.core.pose.ResidueIndexDescription |
|
|
unicode
|
chain(rosetta.core.pose.ResidueIndexDescription) |
|
|
unicode
|
insertion_code(rosetta.core.pose.ResidueIndexDescription) |
|
|
int
|
pose_index(rosetta.core.pose.ResidueIndexDescription) |
|
|
bool
|
pose_numbered(rosetta.core.pose.ResidueIndexDescription) |
|
|
int
|
resindex(rosetta.core.pose.ResidueIndexDescription) |
|
|
|
resolve_index(...)
resolve_index(self : rosetta.core.pose.ResidueIndexDescription, p : rosetta.core.pose.Pose) -> int |
|
|
bool
|
unassigned(rosetta.core.pose.ResidueIndexDescription) |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|