public class EigenvalueColorComputer extends DTIColorComputer
DTIColorComputer.Format
Constructor and Description |
---|
EigenvalueColorComputer() |
Modifier and Type | Method and Description |
---|---|
void |
get(DTIVoxel voxel,
java.nio.ByteBuffer colors) |
PropertyList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
DTIColorComputer.Format |
getFormat() |
DoubleInterval |
getRange() |
void |
getRGBA(DTIVoxel voxel,
byte[] colors,
int coffset) |
void |
setRange(DoubleInterval range) |
getSubClasses, getVersion, registerSubclass
clone, getProperty, getPropertyHost, getPropertyInfo, hasProperty, isWritable, scan, setPropertyHost, setPropertyInfo, write, writeItems
public PropertyList getAllPropertyInfo()
HasProperties
getAllPropertyInfo
in interface HasProperties
getAllPropertyInfo
in class CompositePropertyBase
public DTIColorComputer.Format getFormat()
getFormat
in class DTIColorComputer
public void setRange(DoubleInterval range)
public DoubleInterval getRange()
public void get(DTIVoxel voxel, java.nio.ByteBuffer colors)
get
in class DTIColorComputer
public void getRGBA(DTIVoxel voxel, byte[] colors, int coffset)
getRGBA
in class DTIColorComputer