public class ScaledEigenvectorColorComputer extends DTIColorComputer
DTIColorComputer.Format| Constructor and Description |
|---|
ScaledEigenvectorColorComputer() |
| 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) |
maspack.image.dti.ScaledEigenvectorColorComputer.EigenVector |
getVector() |
void |
setRange(DoubleInterval range) |
void |
setVector(maspack.image.dti.ScaledEigenvectorColorComputer.EigenVector v) |
getSubClasses, getVersion, registerSubclassclone, getProperty, getPropertyHost, getPropertyInfo, hasProperty, isWritable, scan, setPropertyHost, setPropertyInfo, write, writeItemspublic PropertyList getAllPropertyInfo()
HasPropertiesgetAllPropertyInfo in interface HasPropertiesgetAllPropertyInfo in class CompositePropertyBasepublic DTIColorComputer.Format getFormat()
getFormat in class DTIColorComputerpublic void setRange(DoubleInterval range)
public DoubleInterval getRange()
public void setVector(maspack.image.dti.ScaledEigenvectorColorComputer.EigenVector v)
public maspack.image.dti.ScaledEigenvectorColorComputer.EigenVector getVector()
public void get(DTIVoxel voxel, java.nio.ByteBuffer colors)
get in class DTIColorComputerpublic void getRGBA(DTIVoxel voxel, byte[] colors, int coffset)
getRGBA in class DTIColorComputer