public class PrincipalDiffusionColorComputer extends DTIColorComputer
DTIColorComputer.Format
Modifier and Type | Field and Description |
---|---|
static PropertyList |
myProps |
Constructor and Description |
---|
PrincipalDiffusionColorComputer() |
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() |
AxisAngle |
getOrientation() |
void |
getRGBA(DTIVoxel voxel,
byte[] colors,
int coffset) |
void |
setOrientation(AxisAngle orient) |
getSubClasses, getVersion, registerSubclass
clone, getProperty, getPropertyHost, getPropertyInfo, hasProperty, isWritable, scan, setPropertyHost, setPropertyInfo, write, writeItems
public static PropertyList myProps
public PropertyList getAllPropertyInfo()
HasProperties
getAllPropertyInfo
in interface HasProperties
getAllPropertyInfo
in class CompositePropertyBase
public AxisAngle getOrientation()
public void setOrientation(AxisAngle orient)
public DTIColorComputer.Format getFormat()
getFormat
in class DTIColorComputer
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