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, isConfiguredpublic void createPhantom()
PhantomRenderercreatePhantom in class PhantomRendererpublic 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()
PhantomRenderertoString in class PhantomRendererpublic java.lang.String getBibtexCitation()
Citeablepublic java.lang.String getMedlineCitation()
Citeablepublic void configure()
throws java.lang.Exception
GUIConfigurablejava.lang.Exception - may happenpublic Grid2D getNextProjection()
ProjectionSourceProjectionSource.getCurrentProjectionNumber(),
ProjectionSource.getNextProjection(IndividualImagePipelineFilteringTool tool)