casa
$Rev:20696$
|
Collection of methods for processing inputs to image analysis applications. More...
#include <ImageInputProcessor.h>
Public Attributes | |
String | label |
label used for messages, eg "residual image", "estmates file" | |
String * | outputFile |
pointer to the output name | |
Bool | required |
is this file required to be written, or can the task continue if it cannot be? | |
Bool | replaceable |
If a file by the same name already exists, will the task allow it to be overwritten? |
Collection of methods for processing inputs to image analysis applications.
Processes inputs to image analysis apps.
Collection of methods for processing inputs to image analysis applications struct for checking output file writability
Definition at line 59 of file ImageInputProcessor.h.
label used for messages, eg "residual image", "estmates file"
Definition at line 61 of file ImageInputProcessor.h.
pointer to the output name
Definition at line 63 of file ImageInputProcessor.h.
If a file by the same name already exists, will the task allow it to be overwritten?
Definition at line 67 of file ImageInputProcessor.h.
is this file required to be written, or can the task continue if it cannot be?
Definition at line 65 of file ImageInputProcessor.h.