|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.phantom.renderer.PhantomRenderer
edu.stanford.rsl.konrad.phantom.renderer.VolumePhantomRenderer
edu.stanford.rsl.konrad.phantom.renderer.SliceParallelVolumePhantomRenderer
public class SliceParallelVolumePhantomRenderer
Class to enable parallel processing of slices of the target volume.
Constructor Summary | |
---|---|
SliceParallelVolumePhantomRenderer()
|
Method Summary | |
---|---|
void |
configure()
Configures the object before execution |
ij.ImagePlus |
createPhantom()
Method to start the voxelization of the phantom. |
java.lang.String |
getBibtexCitation()
Returns the citation in bibTex format |
java.lang.String |
getMedlineCitation()
Returns the citation in Medline format |
SliceWorker |
getModelWorker()
|
void |
setModelWorker(SliceWorker modelWorker)
|
java.lang.String |
toString()
Returns the name of the phantom |
Methods inherited from class edu.stanford.rsl.konrad.phantom.renderer.VolumePhantomRenderer |
---|
getNextProjection, getVolume, setVolume |
Methods inherited from class edu.stanford.rsl.konrad.phantom.renderer.PhantomRenderer |
---|
createEmptyVolume, getCurrentProjectionNumber, getNextProjection, getPhantoms, isConfigured |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SliceParallelVolumePhantomRenderer()
Method Detail |
---|
public ij.ImagePlus createPhantom()
PhantomRenderer
createPhantom
in class PhantomRenderer
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
configure
in interface GUIConfigurable
configure
in class VolumePhantomRenderer
java.lang.Exception
- may happenpublic SliceWorker getModelWorker()
public void setModelWorker(SliceWorker modelWorker)
modelWorker
- the modelWorker to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |