BIJ API

VolumeJ
Class VJClassifierRGB

java.lang.Object
  |
  +--VolumeJ.VJClassifier
        |
        +--VolumeJ.VJClassifierLevoy
              |
              +--VolumeJ.VJClassifierRGB

public class VJClassifierRGB
extends VJClassifierLevoy

This class implements a classifier for RGB vector volumes. It uses the familiar Levoy tent classification function with 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
VJClassifierRGB()
           
 
Method Summary
 VJAlphaColor alphacolor(VJrgbValue v, VJGradient g)
           
 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, 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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VJClassifierRGB

public VJClassifierRGB()
Method Detail

does

public int does()
Description copied from class: VJClassifierLevoy
Tell calling program that this classifier will return RGB values.
Overrides:
does in class VJClassifierLevoy

doesIndex

public boolean doesIndex()
Description copied from class: VJClassifierLevoy
Tells renderer this classifier can process indices in the voxel values.
Overrides:
doesIndex in class VJClassifierLevoy

toLongString

public java.lang.String toLongString()
Description copied from class: VJClassifier
This method can be overloaded as necessary
Overrides:
toLongString in class VJClassifierLevoy

alphacolor

public VJAlphaColor alphacolor(VJrgbValue v,
                               VJGradient g)

BIJ API

Submit a bug or feature

Copyright (c) 1997-2003 Michael Abramoff
Licensing available. All Rights Reserved.