#include <InteractiveMasking.h>
Public Member Functions | |
| InteractiveMasking () | |
| ~InteractiveMasking () | |
| Int | interactivemask (const String &image, const String &mask, Int &niter, Int &cycleniter, String &thresh, String &cyclethresh, const Bool forceReload=False) |
Private Attributes | |
| ViewerProxy * | viewer_p |
| int | clean_panel_p |
| int | image_id_p |
| int | mask_id_p |
| int | prev_image_id_p |
| int | prev_mask_id_p |
Definition at line 52 of file InteractiveMasking.h.
| casa::InteractiveMasking::InteractiveMasking | ( | ) | [inline] |
Definition at line 55 of file InteractiveMasking.h.
| casa::InteractiveMasking::~InteractiveMasking | ( | ) | [inline] |
viewer_p->close( clean_panel_p );
Definition at line 60 of file InteractiveMasking.h.
References casa::ViewerProxy::done(), and viewer_p.
| Int casa::InteractiveMasking::interactivemask | ( | const String & | image, | |
| const String & | mask, | |||
| Int & | niter, | |||
| Int & | cycleniter, | |||
| String & | thresh, | |||
| String & | cyclethresh, | |||
| const Bool | forceReload = False | |||
| ) |
int casa::InteractiveMasking::clean_panel_p [private] |
Definition at line 79 of file InteractiveMasking.h.
int casa::InteractiveMasking::image_id_p [private] |
Definition at line 80 of file InteractiveMasking.h.
int casa::InteractiveMasking::mask_id_p [private] |
Definition at line 81 of file InteractiveMasking.h.
int casa::InteractiveMasking::prev_image_id_p [private] |
Definition at line 82 of file InteractiveMasking.h.
int casa::InteractiveMasking::prev_mask_id_p [private] |
Definition at line 83 of file InteractiveMasking.h.
ViewerProxy* casa::InteractiveMasking::viewer_p [private] |
Definition at line 78 of file InteractiveMasking.h.
Referenced by ~InteractiveMasking().
1.6.1