Package | Description |
---|---|
tractography |
Modifier and Type | Method and Description |
---|---|
double[] |
LookupTable.getValues(double z,
boolean interpolate,
boolean clamp)
Get the value(s) of the LUT at the point z.
|
double[] |
LookupTable.getValues(double y,
double z,
boolean interpolate,
boolean clamp)
Get the value(s) of the LUT at the point y,z.
|
double[] |
LookupTable.getValues(double x,
double y,
double z,
boolean interpolate,
boolean clamp)
Get the value(s) of the LUT at the point x,y.
|