Data about a single patch.
|
__init__(self,
vertices,
patch_type,
vertex_coords,
all_smoothed,
neighboring_triangles,
neighboring_vertices,
nearest_atom_indices,
patch_color)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
_calcVertexColors(self,
clrscheme,
clrvals,
vtxValues,
alt=False)
calculate the vertex color based on the smoothed vertex value. |
|
|
float
|
_calcSize(self,
vertices,
vertex_coords,
neighboring_triangles)
Calculate the surface area of the patch. |
|
|
int
|
_calcLabelVertex(self,
vertices,
vertex_coords,
neighboring_vertices)
Calculate the central vertex of the patch, which is the vertex to
label in the workspace. |
|
|
|
_calcSmoothedStats(self,
all_smoothed,
vertices)
Calculate the minimum, maximum, and average value for patch vertices. |
|
|
|
|
|
|
list
|
detailsData(self)
Generate a list describing the details of this patch |
|
|
str
|
_resListText(self,
res_list)
Generate a string describing the specified list of residues. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|