/ . / Intersurf / SurfMaker.py
Functions
|
|
|
ComputeSurface
|
ComputeSurface (
data,
tetrahedra,
bias=None,
)
Compute Surface using Marching Tetrahedra
Bias 0 is toward Molecule 1
|
|
UnpackIntersurfData
|
UnpackIntersurfData ( atoms_A, atoms_B )
Unpack Intersurf data from atom lists
|
|
ComputeTetrahedralization
|
ComputeTetrahedralization ( data )
Compute Delaunay Tetrahedralization
|
|
GetAtomList
|
GetAtomList (
target,
prune=None,
pruneDist=None,
)
Unpack atom lists from Chimera molecules/chains
|
|
|