| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
PatchOperation --+
|
AddChi
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Add a chi angle to ResidueType. Added by Andy M. Chen in June 2009 This is needed for PTMs, which often result in one or more extra chi angles.
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
__init__( (object)arg1, (int)chino_in, (str)atom1_in, (str)atom2_in, (str)atom3_in, (str)atom4_in) -> None :
Constructor for when the chi index is specified.
C++ signature :
void __init__(_object*,unsigned long,std::string,std::string,std::string,std::string)
__init__( (object)arg1, (AddChi)) -> None :
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Add a chi angle to ResidueType.
Added by Andy M. Chen in June 2009
This is needed for PTMs, which often result in one or more extra chi angles.
C++ signature :
void __init__(_object*,core::chemical::AddChi)
__init__( (object)arg1, (str)atom1_in, (str)atom2_in, (str)atom3_in, (str)atom4_in) -> None :
Constructor for when the chi index is not specified.
C++ signature :
void __init__(_object*,std::string,std::string,std::string,std::string)
|
apply( (AddChi)arg1, (ResidueType)rsd) -> bool :
Add a chi angle.
C++ signature :
bool apply(core::chemical::AddChi {lvalue},core::chemical::ResidueType {lvalue})
apply( (AddChi)arg1, (ResidueType)rsd) -> bool :
C++ signature :
bool apply(AddChi_exposer_callback {lvalue},core::chemical::ResidueType {lvalue})
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 6 00:11:04 2015 | http://epydoc.sourceforge.net |