Package esys :: Package pyvisi :: Module texture :: Class Texture
[hide private]
[frames] | no frames]

Class Texture

Known Subclasses:

Class that defines the texture for the rendered object.

Instance Methods [hide private]
 
__init__(self)
Initialise the texture.
 
__setInput(self)
Set the input for the texture.
vtkTexture
_getTexture(self)
Return the texture.
 
_setupTexture(self, image)
Setup the texture.
Method Details [hide private]

_getTexture(self)

 

Return the texture.

Returns: vtkTexture
Texture of the rendered object

_setupTexture(self, image)

 

Setup the texture.

Parameters:
  • image (vtkImageData) - Image from which data is to be read