| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
Patch
///////////////////////////////////////////////////////////////////////////////////// A class patching basic ResidueType to create variant types, containing multiple PatchCase
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 32
|
|||
|
|||
|
Inherited from |
|||
|
|||
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
|
helper for pickle
|
applies_to( (Patch)arg1, (ResidueType)rsd) -> bool :
can I operate on this residue type?
C++ signature :
bool applies_to(core::chemical::Patch {lvalue},core::chemical::ResidueType)
applies_to( (Patch)arg1, (ResidueType)rsd) -> bool :
C++ signature :
bool applies_to(Patch_exposer_callback {lvalue},core::chemical::ResidueType)
|
apply( (Patch)arg1, (ResidueType)rsd_type) -> ResidueType :
returns patched residue, 0 if patch failed
C++ signature :
boost::shared_ptr<core::chemical::ResidueType> apply(core::chemical::Patch {lvalue},core::chemical::ResidueType)
apply( (Patch)arg1, (ResidueType)rsd_type) -> ResidueType :
C++ signature :
boost::shared_ptr<core::chemical::ResidueType> apply(Patch_exposer_callback {lvalue},core::chemical::ResidueType)
|
name( (Patch)arg1) -> str :
unique name of this patch, eg Nter-simple, Cter-full, Phospho, ... ?
C++ signature :
std::string name(core::chemical::Patch {lvalue})
name( (Patch)arg1) -> str :
C++ signature :
std::string name(Patch_exposer_callback {lvalue})
|
read_file( (Patch)arg1, (str)filename) -> None :
constructor from file
C++ signature :
void read_file(core::chemical::Patch {lvalue},std::string)
|
replaces( (Patch)arg1, (ResidueType)rsd) -> bool :
do I replace this residue type?
C++ signature :
bool replaces(core::chemical::Patch {lvalue},core::chemical::ResidueType)
replaces( (Patch)arg1, (ResidueType)rsd) -> bool :
C++ signature :
bool replaces(Patch_exposer_callback {lvalue},core::chemical::ResidueType)
|
types( (Patch)arg1) -> vector1_string :
the variant types created by applying this patch
C++ signature :
utility::vector1<std::string, std::allocator<std::string> > types(core::chemical::Patch {lvalue})
types( (Patch)arg1) -> vector1_string :
C++ signature :
utility::vector1<std::string, std::allocator<std::string> > types(Patch_exposer_callback {lvalue})
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 6 00:11:05 2015 | http://epydoc.sourceforge.net |