Package esys :: Package pyvisi :: Module imagereslice :: Class ImageReslice
[hide private]
[frames] | no frames]

Class ImageReslice

Known Subclasses:

Class that defines an image reslice used to resize static (no interaction capability) images (i.e. logo).

Instance Methods [hide private]
 
__init__(self)
Initialise the image reslice.
 
__setInput(self)
Set the input for the image reslice.
vtkImageData
_getImageResliceOutput(self)
Return the output of the image reslice.
 
_setupImageReslice(self, object)
Setup the image reslice.
 
setSize(self, size)
Set the size of the image, between 0 and 2.
Method Details [hide private]

_getImageResliceOutput(self)

 

Return the output of the image reslice.

Returns: vtkImageData
Image data

_setupImageReslice(self, object)

 

Setup the image reslice.

Parameters:
  • object (vtkImageData) - Image Data

setSize(self, size)

 

Set the size of the image, between 0 and 2. Size 1 (one) displays the image in its original size (which is the default).

Parameters:
  • size (Number) - Size of the static image