psico.geometry

  1. 2011 Thomas Holder, MPI for Develpomental Biology

License: BSD-2-Clause

Functions

delaunay([selection, name, cutoff, as_cgo, ...])

Full-atom Delaunay Tessalator

qdelaunay(X[, n, m, options, qdelaunay_exe])

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

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