|
BIJ API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--VolumeJ.VJClassifier | +--VolumeJ.VJClassifierLevoy | +--VolumeJ.VJClassifierLNoIndex
This class implements the Levoy tent classification function without indexing. Copyright (c) 1999-2002, Michael Abramoff. All rights reserved.
Fields inherited from class VolumeJ.VJClassifierLevoy |
fractionMagnitude, lut, maskIndex, maskIntensity, maskMagnitude, maxIntensity, nrIndexBits, nrIntensityBits, nrMagnitudeBits, opacityTable, threshold, width |
Fields inherited from class VolumeJ.VJClassifier |
description, GRAYSCALE, RGB, secondaryClassifier |
Constructor Summary | |
VJClassifierLNoIndex()
|
Method Summary | |
VJAlphaColor |
alphacolor(VJValue v,
VJGradient g)
Classify the (interpolated) voxel value and gradient magnitude into a alpha and rgb-value. |
int |
does()
Tell calling program that this classifier will return RGB values. |
boolean |
doesIndex()
Tells renderer this classifier can process indices in the voxel values. |
java.lang.String |
toLongString()
This method can be overloaded as necessary |
Methods inherited from class VolumeJ.VJClassifierLevoy |
alphacolor, defaultLUT, doesCutouts, getThreshold, hasLUT, opacityCompute, setLUT, setThreshold, setupOpacities, setWidth, toString, visible |
Methods inherited from class VolumeJ.VJClassifier |
getSecondaryClassifier, setSecondaryClassifier, trace |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public VJClassifierLNoIndex()
Method Detail |
public int does()
VJClassifierLevoy
does
in class VJClassifierLevoy
public boolean doesIndex()
VJClassifierLevoy
doesIndex
in class VJClassifierLevoy
public java.lang.String toLongString()
VJClassifier
toLongString
in class VJClassifierLevoy
public VJAlphaColor alphacolor(VJValue v, VJGradient g)
VJClassifierLevoy
alphacolor
in class VJClassifierLevoy
VolumeJ.VJClassifierLevoy
v
- the VJValue, the interpolated value at this location.g
- the gradient at this location
|
BIJ API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |