#include <MomentSettingsWidgetRadio.qo.h>
Public Member Functions | |
| CollapseResult (const String &outputName, bool tmp, SHARED_PTR< ImageInterface< Float >> img) | |
| String | getOutputFileName () const |
| bool | isTemporaryOutput () const |
| SHARED_PTR< ImageInterface < Float > > | getImage () const |
Private Attributes | |
| String | outputFileName |
| bool | temporary |
| SHARED_PTR< ImageInterface < Float > > | image |
Definition at line 46 of file MomentSettingsWidgetRadio.qo.h.
| casa::CollapseResult::CollapseResult | ( | const String & | outputName, | |
| bool | tmp, | |||
| SHARED_PTR< ImageInterface< Float >> | img | |||
| ) |
| SHARED_PTR<ImageInterface<Float> > casa::CollapseResult::getImage | ( | ) | const [inline] |
Definition at line 57 of file MomentSettingsWidgetRadio.qo.h.
References image.
| String casa::CollapseResult::getOutputFileName | ( | ) | const [inline] |
Definition at line 51 of file MomentSettingsWidgetRadio.qo.h.
References outputFileName.
| bool casa::CollapseResult::isTemporaryOutput | ( | ) | const [inline] |
Definition at line 54 of file MomentSettingsWidgetRadio.qo.h.
References temporary.
SHARED_PTR<ImageInterface<Float> > casa::CollapseResult::image [private] |
Definition at line 65 of file MomentSettingsWidgetRadio.qo.h.
Referenced by getImage().
String casa::CollapseResult::outputFileName [private] |
Definition at line 62 of file MomentSettingsWidgetRadio.qo.h.
Referenced by getOutputFileName().
bool casa::CollapseResult::temporary [private] |
Definition at line 63 of file MomentSettingsWidgetRadio.qo.h.
Referenced by isTemporaryOutput().
1.6.1