public class RampProjectionPhantomRenderer extends PhantomRenderer
Constructor and Description |
---|
RampProjectionPhantomRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
configure()
Configures the object before execution
|
void |
createPhantom()
Method to start the voxelization of the phantom.
|
java.lang.String |
getBibtexCitation()
Returns the citation in bibTex format
|
int |
getHeight() |
java.lang.String |
getMedlineCitation()
Returns the citation in Medline format
|
Grid2D |
getNextProjection()
Returns the next projection.
|
double |
getSlope() |
int |
getStack() |
int |
getWidth()
returns the width
|
void |
setHeight(int height) |
void |
setSlope(double slope) |
void |
setStack(int stack) |
void |
setWidth(int width)
sets the width of the image to be rendered
|
java.lang.String |
toString()
Returns the name of the phantom
|
createEmptyVolume, getCurrentProjectionNumber, getNextProjection, getPhantoms, initStream, isConfigured
public void createPhantom()
PhantomRenderer
createPhantom
in class PhantomRenderer
public void setWidth(int width)
width
- the image widthpublic int getWidth()
public void setHeight(int height)
public int getHeight()
public void setStack(int stack)
public int getStack()
public void setSlope(double slope)
public double getSlope()
public java.lang.String toString()
PhantomRenderer
toString
in class PhantomRenderer
public java.lang.String getBibtexCitation()
Citeable
public java.lang.String getMedlineCitation()
Citeable
public void configure() throws java.lang.Exception
GUIConfigurable
java.lang.Exception
- may happenpublic Grid2D getNextProjection()
ProjectionSource
ProjectionSource.getCurrentProjectionNumber()
,
ProjectionSource.getNextProjection(IndividualImagePipelineFilteringTool tool)