| class object | 
        
          | Singleton(cls) This function acts as a decorator to a class defintion.
 |  |  | 
    |  | 
        
          | _MMInitialiser() _getinstance: Called to retrieve the singleton instance for the 
      specified class.
 |  |  | 
    | VolumeData | 
        
          | LoadPickle(stream=None,
        filename=None) This function retrieves a VolumeData instance from the specified 
      Python Pickle file.
 |  |  | 
    |  | 
        
          | SavePickle(volumeData,
        stream=None,
        filename=None) This function saves the specified VolumeData object to the specified 
      file in Python Pickle format.
 |  |  | 
    | VolumeData | 
        
          | _MMVolToVolumeData(mmvol,
        handleNonOrthogonalAxes=False) This function converts the specified mmvol object to a VolumeData 
      instance.
 |  |  | 
    | VolumeData | 
        
          | LoadVisFile(filename) This function retrieves a VolumeData object from a Schrodinger .vis 
      file.
 |  |  | 
    |  | 
        
          | _VolumeDataToMMVol(volumeData,
        mmvol) This function configures the specified mmvol object to be equivalent 
      to the specified VolumeData.
 |  |  | 
    |  | 
        
          | SaveVisFile(volumeData,
        filename) This function saves a VolumeData object to a Schrodinger .vis file.
 |  |  | 
    |  | 
        
          | SaveCCP4File(volumeData,
        filename) This function saves a VolumeData object to a CCP4 file.
 |  |  | 
    | VolumeData | 
        
          | LoadCNSFile(filename) This function loads a VolumeData object from a CNS file.
 |  |  | 
    |  | _X = 0hash(x)
 | 
    |  | _Y = 1 | 
    |  | _Z = 2 | 
    |  | _VX = array([ 1.,  0.,  0.]) | 
    |  | _VY = array([ 0.,  1.,  0.]) | 
    |  | _VZ = array([ 0.,  0.,  1.]) | 
    |  | _MUST_SPECIFY_FILE = 'Either stream or filename must be specif... | 
    |  | _NON_ORTHOGONAL = 'Non-orthogonal axes are currently not permi... | 
    |  | _DEFAULT_NAME = 'VolumeData' | 
    |  | _PYTHON = 'PYTHON' | 
    |  | _mmInitialiser = _MMInitialiser() | 
    |  | __package__ = 'schrodinger.analysis.visanalysis' |