Class that defines a data set mapper.
|
|
__init__(self)
Initialise the data set mapper. |
|
|
|
|
__setInput(self)
Set the input for the data set mapper. |
|
|
|
|
__setLookupTable(self,
lookup_table)
Set the lookup table for the data set mapper. |
|
|
|
vtkDataSetMapper
|
|
|
vtkScalarsToColors
|
|
|
Two column tuple containing numbers
|
|
|
Boolean
|
_isScalarRangeSet(self)
Return whether the data set mapper's scalar range has been specified
by the user. |
|
|
|
|
_setScalarRange(self,
range)
Set the minimum and maximum scalar range for the data set mapper. |
|
|
|
|
_setScalarVisibilityOn(self)
Scalar data is used to color the rendered object. |
|
|
|
|
|
|
|
setScalarRange(self,
lower_range,
upper_range)
Set the minimum and maximium scalar range for the data set mapper. |
|
|