public abstract class DTIColorComputer extends CompositePropertyBase implements Versioned
Modifier and Type | Class and Description |
---|---|
static class |
DTIColorComputer.Format |
myProps
Constructor and Description |
---|
DTIColorComputer() |
Modifier and Type | Method and Description |
---|---|
abstract void |
get(DTIVoxel voxel,
java.nio.ByteBuffer colors) |
abstract DTIColorComputer.Format |
getFormat() |
abstract void |
getRGBA(DTIVoxel voxel,
byte[] colors,
int coffset) |
static java.lang.Class<?>[] |
getSubClasses() |
int |
getVersion() |
static void |
registerSubclass(java.lang.Class<? extends DTIColorComputer> cls) |
clone, getAllPropertyInfo, getProperty, getPropertyHost, getPropertyInfo, hasProperty, isWritable, scan, setPropertyHost, setPropertyInfo, write, writeItems
public static void registerSubclass(java.lang.Class<? extends DTIColorComputer> cls)
public static java.lang.Class<?>[] getSubClasses()
public abstract DTIColorComputer.Format getFormat()
public abstract void get(DTIVoxel voxel, java.nio.ByteBuffer colors)
public abstract void getRGBA(DTIVoxel voxel, byte[] colors, int coffset)
public int getVersion()
getVersion
in interface Versioned