| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
ResConnID
The ResConnID could more properly be called the ResidueConnector. It stores the data necessary to describe how one ResidueConnection on a conformation::Residue is connected to the rest of the structure (Pose), by listing the other Residue's index and the ResidueConnection index.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 32
|
|||
|
|||
|
Inherited from |
|||
|
|||
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (ResConnID)) -> None :
core/chemical/ResConnID.hh:37
C++ signature :
void __init__(_object*,core::chemical::ResConnID)
__init__( (object)arg1, (int)resid, (int)connid) -> None :
core/chemical/ResConnID.hh:38
C++ signature :
void __init__(_object*,unsigned long,unsigned long)
|
helper for pickle
|
assign( (ResConnID)arg1, (ResConnID)) -> ResConnID :
core/chemical/ResConnID.hh:40
C++ signature :
core::chemical::ResConnID assign(core::chemical::ResConnID {lvalue},core::chemical::ResConnID)
|
connid( (ResConnID)arg1) -> int :
core/chemical/ResConnID.hh:48
C++ signature :
unsigned long connid(core::chemical::ResConnID {lvalue})
connid( (ResConnID)arg1, (int)) -> None :
core/chemical/ResConnID.hh:49
C++ signature :
void connid(core::chemical::ResConnID {lvalue},unsigned long)
|
incomplete( (ResConnID)arg1) -> bool :
core/chemical/ResConnID.hh:51
C++ signature :
bool incomplete(core::chemical::ResConnID {lvalue})
|
mark_incomplete( (ResConnID)arg1) -> None :
core/chemical/ResConnID.hh:52
C++ signature :
void mark_incomplete(core::chemical::ResConnID {lvalue})
|
resid( (ResConnID)arg1) -> int :
core/chemical/ResConnID.hh:45
C++ signature :
unsigned long resid(core::chemical::ResConnID {lvalue})
resid( (ResConnID)arg1, (int)) -> None :
core/chemical/ResConnID.hh:46
C++ signature :
void resid(core::chemical::ResConnID {lvalue},unsigned long)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 6 00:11:06 2015 | http://epydoc.sourceforge.net |