public class ScalarColorComputer extends DTIColorComputer
Modifier and Type | Class and Description |
---|---|
static class |
ScalarColorComputer.Scalar |
DTIColorComputer.Format
Constructor and Description |
---|
ScalarColorComputer() |
ScalarColorComputer(ScalarColorComputer.Scalar scalar) |
Modifier and Type | Method and Description |
---|---|
byte |
get(DTIVoxel voxel) |
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) |
ScalarColorComputer.Scalar |
getScalar() |
void |
setRange(DoubleInterval range) |
void |
setScalar(ScalarColorComputer.Scalar scalar) |
getSubClasses, getVersion, registerSubclass
clone, getProperty, getPropertyHost, getPropertyInfo, hasProperty, isWritable, scan, setPropertyHost, setPropertyInfo, write, writeItems
public ScalarColorComputer()
public ScalarColorComputer(ScalarColorComputer.Scalar scalar)
public PropertyList getAllPropertyInfo()
HasProperties
getAllPropertyInfo
in interface HasProperties
getAllPropertyInfo
in class CompositePropertyBase
public void setScalar(ScalarColorComputer.Scalar scalar)
public ScalarColorComputer.Scalar getScalar()
public void setRange(DoubleInterval range)
public DoubleInterval getRange()
public DTIColorComputer.Format getFormat()
getFormat
in class DTIColorComputer
public byte get(DTIVoxel voxel)
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