Home | Trees | Indices | Help |
---|
|
object --+ | ??.instance --+ | PatchCase
A single case of a patch, eg proline Nterminus is a case of NtermProteinFull
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__instance_size__ = 32
|
|
|||
Inherited from |
|
__init__( (object)arg1) -> None : C++ signature : void __init__(_object*)
|
helper for pickle
|
add_operation( (PatchCase)arg1, (__CPP_PatchOperation__)operation) -> None : add one more operation in this PatchCase C++ signature : void add_operation(core::chemical::PatchCase {lvalue},boost::shared_ptr<core::chemical::PatchOperation>) |
applies_to( (PatchCase)arg1, (ResidueType)rsd) -> bool : whether the PatchCase is applicable to this ResidueType? C++ signature : bool applies_to(core::chemical::PatchCase {lvalue},core::chemical::ResidueType) |
apply( (PatchCase)arg1, (ResidueType)rsd_in) -> ResidueType : returns patched residue, 0 if patch failed C++ signature : boost::shared_ptr<core::chemical::ResidueType> apply(core::chemical::PatchCase {lvalue},core::chemical::ResidueType) apply( (PatchCase)arg1, (ResidueType)rsd_in) -> ResidueType : C++ signature : boost::shared_ptr<core::chemical::ResidueType> apply(PatchCase_exposer_callback {lvalue},core::chemical::ResidueType) |
selector( (PatchCase)arg1) -> ResidueSelector : to which ResidueTypes this PatchCase applies to? C++ signature : core::chemical::ResidueSelector {lvalue} selector(core::chemical::PatchCase {lvalue}) |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Jun 6 00:11:05 2015 | http://epydoc.sourceforge.net |