Package schrodinger :: Package analysis :: Package visanalysis :: Module volumedata
[hide private]
[frames] | no frames]

Module volumedata

Classes [hide private]
  VolumeData
The VolumeData class is responsible for handling the underlying storage as well as marrying together the concepts of array-coordinates and world-coordinates.
Variables [hide private]
  _X = 0
  _Y = 1
  _Z = 2
  _BAD_DATA = "The data has the wrong shape."
  _BAD_VD = "The VolumeData objects are not compatible."
  _BAD_COORD = "Coordinate must be a 3-element array"