PDBPoseMap can be queried with PDB information (chain, sequence
position) and returns a pose's resid position. Useful for handing
input/output in terms of PDB positions. Can be tucked into the pose for
repeated access, or generated just-in-time for a single use. Basically a
wrapper class for std::map.
|
__init__(*args,
**kwargs)
Overloaded function. |
|
|
a new object with type S, a subtype of T
|
|
|
assign(...)
assign(self : rosetta.core.pose.PDBPoseMap, m :
rosetta.core.pose.PDBPoseMap) -> rosetta.core.pose.PDBPoseMap |
|
|
NoneType
|
clear(rosetta.core.pose.PDBPoseMap)
clear the current mapping data |
|
|
|
conditional_erase(...)
conditional_erase(self : rosetta.core.pose.PDBPoseMap, chain : unicode, pdb_res : int, ins_code : unicode, pose_res : int) -> bool |
|
|
|
erase(...)
erase(self : rosetta.core.pose.PDBPoseMap, chain : unicode, pdb_res : int, ins_code : unicode) -> NoneType |
|
|
|
fill(...)
fill(self : rosetta.core.pose.PDBPoseMap, info : core::pose::PDBInfo) -> NoneType |
|
|
|
find(*args,
**kwargs)
Overloaded function. |
|
|
|
insert(...)
insert(self : rosetta.core.pose.PDBPoseMap, chain : unicode, pdb_res : int, ins_code : unicode, pose_res : int) -> NoneType |
|
|
int
|
size(rosetta.core.pose.PDBPoseMap)
number of mappings |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|