psico.geometry
2011 Thomas Holder, MPI for Develpomental Biology
License: BSD-2-Clause
Functions
|
Full-atom Delaunay Tessalator |
|
Triangulation using qdelaunay. |
- psico.geometry.delaunay(selection='enabled', name=None, cutoff=10.0, as_cgo=0, qdelaunay_exe='qdelaunay', state=-1, quiet=1, *, _self=...)[source]
Full-atom Delaunay Tessalator
Creates either a molecular object with delaunay edges as bonds, or a CGO object with edge colors according to edge length.
Usage
delaunay [ selection [, name [, cutoff=10.0 [, as_cgo=0 ]]]]
See Also
PyDeT plugin: http://pymolwiki.org/index.php/PyDet
- psico.geometry.qdelaunay(X, n=0, m=0, options='Qt', qdelaunay_exe='qdelaunay')[source]
Triangulation using qdelaunay. (http://www.qhull.org)
- @param X: iterable object of points (not numpy.matrix). If n or m are 0, then
X must be sequence.
@returns: iterator of regions