public class VolumeOfInterestPhantom extends SliceWorker
Constructor and Description |
---|
VolumeOfInterestPhantom() |
Modifier and Type | Method and Description |
---|---|
SliceWorker |
clone() |
void |
configure()
Configures the object before execution
|
java.lang.String |
getBibtexCitation()
Returns the citation in bibTex format
|
java.lang.String |
getMedlineCitation()
Returns the citation in Medline format
|
java.lang.String |
getProcessName() |
void |
workOnSlice(int k)
Method will voxelize the phantom into the current slice
|
copyInternalElementsTo, getAvailableSliceWorkers, getAvailableWorkersAsString, getImageProcessorBufferValue, getWorkerFromString, isConfigured, isShowStatus, run, setImageProcessorBuffer, setLatch, setShowStatus, setSliceList, toString
public void workOnSlice(int k)
SliceWorker
workOnSlice
in class SliceWorker
k
- the slice numberpublic java.lang.String getProcessName()
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 SliceWorker
java.lang.Exception
- may happenpublic SliceWorker clone()
clone
in class SliceWorker