| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
|||
|
|||
VolumeData
|
|
||
|
|||
_DOWN_COLUMNS = 0hash(x) |
|||
_ACROSS_ROWS = 1
|
|||
__package__ =
|
|||
|
|||
This function calculates values for N, resolution and origin for a
VolumeData instance that would enclose the specified structure. The
function accepts an optional extend value, which enlarges the overall
VolumeData by the specified amount in each direction.
@param st: The structure to be processed by the function.
@type st: C{L{schrodinger.structure.Structure}}
@param resolution: The resolution to use, specified in world-coordinates.
@type resolution: C{iterable< float, 3 >}
@param extend: How much to extend the VolumeData around the molecule.
The default value will ensure that the minimum X, Y, Z coordinate just fit
within the VolumeData i.e. no account will be made for atomic volume.
@type extend: C{iterable< float, 3 >}
@return: These are the values of N, resolution and origin required by a new
VolumeData instance.
@rtype: C{tuple< iterable< int, 3 >, iterable< float, 3 >,
iterable< float, 3 > >
|
This function calculates values for N, resolution and origin for a
VolumeData instance that would enclose the specified set of structures.
The function accepts an optional extend value, which enlarges the overall
VolumeData by the specified amount in each direction.
@param sts: The set of structures to be processed. (This could be a
StructureReader instance).
@type sts: C{iterable< schrodinger.structure.Structure >}
@param resolution: The resolution to use, specified in world-coordinates.
@type resolution: C{iterable< float, 3 >}
@param extend: How much to extend the VolumeData around the molecule.
The default value will ensure that the minimum X, Y, Z coordinate just fit
within the VolumeData i.e. no account will be made for atomic volume.
@type extend: C{iterable< float, 3 >}
@return: These are the values of N, resolution and origin required by a new
VolumeData instance.
@rtype: C{tuple< iterable< int, 3 >, iterable< float, 3 >,
iterable< float, 3 > >
|
This function creates a new VolumeData instance that stores a vdW-mask for the specified molecule. A vdW-mask stores 1.0 for data-point within the vdW-surface of the molecule and 0.0 elsewhere.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:04 2016 | http://epydoc.sourceforge.net |