public class VtkBinaryVolume extends VtkImageVolume
VtkImageVolume.VtkVolumeBlendType, VtkImageVolume.VtkVolumeMapperType
Constructor and Description |
---|
VtkBinaryVolume() |
Modifier and Type | Method and Description |
---|---|
void |
setAmbient(double value)
Sets the ambient lighting coefficient (global)
|
void |
setColor(java.awt.Color value)
Set the color of the binary volume.
|
void |
setColorMap(vtk.vtkColorTransferFunction map,
int channel)
Deprecated.
Use
setColor(Color) instead. |
void |
setDiffuse(double value)
Sets the diffuse lighting coefficient (global)
|
void |
setLUT(LUT.LUTChannel lutChannel,
int channel)
Deprecated.
Use
setColor(Color) and setOpacity(double) instead. |
void |
setLUT(LUT value)
Deprecated.
Use
setColor(Color) and setOpacity(double) instead. |
void |
setOpacity(double value)
Set the opacity of the binary volume.
|
void |
setOpacityMap(vtk.vtkPiecewiseFunction map,
int channel)
Deprecated.
Use
setOpacity(double) instead. |
void |
setShade(boolean value)
Enable / Disable the shading (global)
|
void |
setSpecular(double value)
Sets the specular lighting coefficient (global)
|
void |
setSpecularPower(double value)
Sets the specular power (global)
|
getAmbient, getBlendingMode, getDiffuse, getGPURendering, getInterpolationMode, getSampleResolution, getScale, getShade, getSpecular, getSpecularPower, getVolume, getVolumeData, isMapperSupported, isPickable, isVisible, release, setBlendingMode, setGPURendering, setInterpolationMode, setPickable, setSampleResolution, setScale, setScale, setVisible, setVolumeData
public VtkBinaryVolume()
public void setColor(java.awt.Color value)
public void setOpacity(double value)
@Deprecated public void setColorMap(vtk.vtkColorTransferFunction map, int channel)
setColor(Color)
instead.VtkImageVolume
vtkColorTransferFunction
) used to render the specified channel of
image volume.setColorMap
in class VtkImageVolume
@Deprecated public void setOpacityMap(vtk.vtkPiecewiseFunction map, int channel)
setOpacity(double)
instead.VtkImageVolume
vtkPiecewiseFunction
) used to render the specified channel of
image volume.setOpacityMap
in class VtkImageVolume
@Deprecated public void setLUT(LUT value)
VtkImageVolume
LUT
used to render the image volume.setLUT
in class VtkImageVolume
@Deprecated public void setLUT(LUT.LUTChannel lutChannel, int channel)
VtkImageVolume
LUT.LUTChannel
used to render the specified channel of image volume.setLUT
in class VtkImageVolume
public void setShade(boolean value)
setShade
in class VtkImageVolume
public void setAmbient(double value)
setAmbient
in class VtkImageVolume
public void setDiffuse(double value)
setDiffuse
in class VtkImageVolume
public void setSpecular(double value)
setSpecular
in class VtkImageVolume
public void setSpecularPower(double value)
setSpecularPower
in class VtkImageVolume