| surfTessellation |
index |
surfTessleation:
Internal class object which builds and store tessellation of
hydrated protein surface
Python constructor: SurfTessellation(sel,radii)
sel - atom selection
radii - list of van der Waals raii.
C++ constructor: SurfTessellation( const AtomSel& sel,
const CDSVector<float_type>& radii)
methods
update_radii() - updates van der Waals radii of atoms.
check_extents_of_input() - checks if the set of atoms spans the
space which is affordable for tessellation.
updateValues() - retessellates with updated values.
calcSurf() - tessellates surface.
makeSurfTessellation( const AtomSel& selection,
const CDSVector<float_type>& radii)
- creates new surfTessellation object and returns
an rc pointer to this object.
getAtomSel() - returns atom selection which is used to build
surfTessellation.
help() - this help.
# This file was automatically generated by SWIG (http://www.swig.org).
# Version 4.0.2
#
# Do not make changes to this file unless you know what you are doing--modify
# the SWIG interface file instead.
| Classes | ||||||||||||||||||
| ||||||||||||||||||
| Functions | ||
| ||