| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
PatchOperation --+
|
AddAtomAlias
//////////////////////////////////////////////////////////////////////////// A patch operation for adding an atom alias to a ResidueType. See residue_io.cc for a description of atom aliases. @remarks Atom aliases were graciously added to Rosetta by Rocco Moretti. Labonte <JWLabonte@jhu.edu>
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
__init__( (object)arg1, (str)rosetta_atom_name_in, (str)alias_in) -> None :
core/chemical/PatchOperation.hh:341
C++ signature :
void __init__(_object*,std::string,std::string)
__init__( (object)arg1, (AddAtomAlias)) -> None :
////////////////////////////////////////////////////////////////////////////
A patch operation for adding an atom alias to a ResidueType.
See residue_io.cc for a description of atom aliases.
@remarks Atom aliases were graciously added to Rosetta by Rocco Moretti.
Labonte <JWLabonte@jhu.edu>
C++ signature :
void __init__(_object*,core::chemical::AddAtomAlias)
|
apply( (AddAtomAlias)arg1, (ResidueType)rsd) -> bool :
Apply this patch to the given ResidueType.
C++ signature :
bool apply(core::chemical::AddAtomAlias {lvalue},core::chemical::ResidueType {lvalue})
apply( (AddAtomAlias)arg1, (ResidueType)rsd) -> bool :
C++ signature :
bool apply(AddAtomAlias_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 |