public class GeometryCreator extends Object implements AxisConstants
Constructor and Description |
---|
GeometryCreator(VoltexVolume volume)
Initializes this GeometryCreator with the given volume
|
Modifier and Type | Method and Description |
---|---|
GeometryArray |
getQuad(int direction,
int index)
Returns the QuadArray for the specified axis and slice index.
|
double[] |
getQuadCoords(int direction,
int index)
Returns the coordinates of the rectangle of the specified axis and slice
index as a double array.
|
void |
setVolume(VoltexVolume volume)
Change the image data for this GeometryCreator
|
public GeometryCreator(VoltexVolume volume)
volume
- public void setVolume(VoltexVolume volume)
volume
- public GeometryArray getQuad(int direction, int index)
direction
- index
- public double[] getQuadCoords(int direction, int index)
direction
- index
- Copyright © 2015–2021 Fiji. All rights reserved.