public abstract class ReconstructionFilter extends MultiProjectionFilter
Constructor and Description |
---|
ReconstructionFilter() |
Modifier and Type | Method and Description |
---|---|
void |
applyHounsfieldScaling()
applies the Hounsfield scaling as defined in the current global configuration.
|
Trajectory |
getGeometry() |
void |
initializeProjectionVolume()
creates an empty projection volume.
|
void |
prepareForSerialization()
Sets all data objects in the serialized object to null which do not implement the Serializable interface.
|
void |
setProjectionVolume(Grid3D projectionVolume)
Used to set the projection volume.
|
void |
updateVolume(int i,
int j,
int k,
double increment)
updates the projection volume.
|
close, feedFilter, getContext, getName, process, run, setContext, setShowStatus, setSink, start
clone, getFilterTools, getToolName, isConfigured, isDeviceDependent, setConfigured, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
configure
getBibtexCitation, getMedlineCitation
public Trajectory getGeometry()
public void updateVolume(int i, int j, int k, double increment)
i
- x pixel entry numberj
- y pixel entry numberk
- z pixel entry numberincrement
- the value to add.public void setProjectionVolume(Grid3D projectionVolume)
projectionVolume
- the volumepublic void initializeProjectionVolume()
public void applyHounsfieldScaling()
public void prepareForSerialization()
SafeSerializable
prepareForSerialization
in interface SafeSerializable
prepareForSerialization
in class MultiProjectionFilter