|
__init__(self,
surf,
clogp_smoothed,
partial_charge_smoothed,
neighboring_vertices,
neighboring_triangles,
res_data_by_vertex,
prot_properties)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
tuple
|
calculate(self,
settings)
Calculate patches and residue aggregation data using the specified
settings. |
|
|
list
|
_calcPatches(self,
settings)
Calculate patches using the specified settings. |
|
|
list
|
_calcPatchesFor(self,
smoothed,
settings,
op,
patch_type)
Calculate the patches using the specified data |
|
|
list
|
_findAllPatchVertices(self,
starting_vertex,
smoothed,
op,
threshold,
vertex_examined)
Find all vertices that are part of the same patch as
starting_vertex . |
|
|
list
|
_calcResData(self,
patches)
The function takes in a list of patches and calculates for each patch
the following properties that are set in the object: |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|