public class RCLFilter extends MultiProjectionFilter
RCLEnums.RCL_EVENT_CODE
for a list of the known algorithms.
RCLEnums.RCL_EVENT_CODE
,
and its current state (cf. RCLEnums.RCL_EVENT_ACTION
).
All processing in the Siemens pipeline is
event-based. When ever a certain step is to be executed, a corresponding event is thrown which can be caught by an extension.
Once the extension was executed, a result is returned. This result indicates whether the corresponding
algorithm should still be executed or not (cf. RCLEnums.RCL_EVENT_RETURN_CODE
).
RCLEnums
,
Serialized FormConstructor and Description |
---|
RCLFilter() |
Modifier and Type | Method and Description |
---|---|
ImageFilteringTool |
clone()
Creates a clone of the filter with the same configuration as the original.
|
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 |
getRclConfig() |
java.lang.String |
getToolName()
returns the name of the actual tool which was used.
|
boolean |
isDeviceDependent()
returns true, if the filter models or compensates device dependent, i.e.
|
static void |
main(java.lang.String[] args) |
void |
RCLLoadTest() |
void |
setRclConfig(java.lang.String rclConfig) |
close, feedFilter, getContext, getName, prepareForSerialization, process, run, setContext, setShowStatus, setSink, start
getFilterTools, isConfigured, setConfigured, toString
public void configure() throws java.lang.Exception
GUIConfigurable
java.lang.Exception
- may happenpublic java.lang.String getBibtexCitation()
Citeable
public java.lang.String getMedlineCitation()
Citeable
public void RCLLoadTest()
public static void main(java.lang.String[] args)
public boolean isDeviceDependent()
ImageFilteringTool
isDeviceDependent
in class ImageFilteringTool
public java.lang.String getToolName()
ImageFilteringTool
getToolName
in class ImageFilteringTool
public ImageFilteringTool clone()
ImageFilteringTool
clone
in class ImageFilteringTool
public void setRclConfig(java.lang.String rclConfig)
rclConfig
- the rclConfig to setpublic java.lang.String getRclConfig()