|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAlgorithmBase
edu.jhu.ece.iacl.jist.pipeline.ProcessingAlgorithm
edu.jhu.ece.iacl.plugins.utilities.file.VolumeDirectoryNoIter
public class VolumeDirectoryNoIter
| Field Summary | |
|---|---|
protected ParamFile |
dirParam
The dir param. |
protected ParamString |
filterExpression
The filter expression. |
protected ParamOption |
filterRule
The filter rule. |
protected java.util.ArrayList<java.io.File> |
images
The images. |
protected ParamBoolean |
includeParam
The include param. |
protected int |
index
The index. |
protected ParamInteger |
searchDepth
The search depth. |
protected ParamVolumeCollection |
volcol
The vol param. |
| Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.ProcessingAlgorithm |
|---|
algorithmInformation, inputParams, JIST_VERSION, outputParams, performance, runningInSeparateProcess |
| Constructor Summary | |
|---|---|
VolumeDirectoryNoIter()
|
|
| Method Summary | |
|---|---|
protected void |
createInputParameters(ParamCollection outputParams)
Create input parameters. |
protected void |
createOutputParameters(ParamCollection outputParams)
Create output parameters. |
protected void |
execute(CalculationMonitor monitor)
Execute your algorithm. |
void |
reset()
|
| Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.ProcessingAlgorithm |
|---|
getAboutFile, getAlgorithmInformation, getAlgorithmLabel, getAlgorithmName, getDefaultJVMArgs, getInput, getMapFile, getOutput, getOutputDirectory, getPreferredSize, getTimeStamp, getUsageFile, init, init, isRunningInSeparateProcess, load, runAlgorithm, runAlgorithm, saveResources, setInput, setMapFile, setOutput, setOutputDirectory, setOutputMetaFile, setPreferredSize, setRunningInSeparateProcess, writeSummaryFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ParamFile dirParam
protected ParamBoolean includeParam
protected ParamOption filterRule
protected ParamString filterExpression
protected ParamInteger searchDepth
protected ParamVolumeCollection volcol
protected transient java.util.ArrayList<java.io.File> images
protected transient int index
| Constructor Detail |
|---|
public VolumeDirectoryNoIter()
| Method Detail |
|---|
protected void createInputParameters(ParamCollection outputParams)
ProcessingAlgorithm
createInputParameters in class ProcessingAlgorithmoutputParams - the input parametersprotected void createOutputParameters(ParamCollection outputParams)
ProcessingAlgorithm
createOutputParameters in class ProcessingAlgorithmoutputParams - the output parametersprotected void execute(CalculationMonitor monitor)
ProcessingAlgorithm
execute in class ProcessingAlgorithmmonitor - progress monitorpublic void reset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||