public class VolumeJ_ extends Object implements ij.plugin.PlugIn
Constructor and Description |
---|
VolumeJ_() |
Modifier and Type | Method and Description |
---|---|
void |
run(int algorithm,
int mode,
int interpolation,
int lightx,
int lighty,
int lightz,
double aspectx,
double aspecty,
double aspectz,
double scale,
double xrot,
double yrot,
double zrot,
int cine,
int cineN,
int classification,
double threshold,
double width,
String text,
int cineToDisk,
int cineAxis)
Interface for macro control of volume rendering.
|
void |
run(String arg) |
public void run(String arg)
run
in interface ij.plugin.PlugIn
public void run(int algorithm, int mode, int interpolation, int lightx, int lighty, int lightz, double aspectx, double aspecty, double aspectz, double scale, double xrot, double yrot, double zrot, int cine, int cineN, int classification, double threshold, double width, String text, int cineToDisk, int cineAxis)
algorithm
- int 0 = RAYTRACE, 1 = ISOSURFACEmode
- int 0 = mono, 1 = stereo, 2 = cineinterpolation
- int 0 = NN, 1 = trilinearlightx
- intlighty
- intlightz
- intaspectx
- doubleaspecty
- doubleaspectz
- doublescale
- doublexrot
- doubleyrot
- doublezrot
- doublecine
- int = degrees between renderingscineN
- int = number of cine renderingsclassification
- int see VJClassifiers for index. Default = 0.threshold
- for Levoy surfaceswidth
- for Levoy surfaces.text
- a text to show as title of the rendering window.cineToDisk
- whether or not to save the rendering to diskcineAxis
- which axis to rotate for cine mode 0 = x, 1=y, 2=zCopyright © 2015–2021 Fiji. All rights reserved.