#include "ObitAIPSDir.h"
#include "ObitFITS.h"
#include "ObitDisplay.h"
#include "ObitImageMosaic.h"
#include "ObitImageUtil.h"
#include "ObitRPCUtil.h"
Functions | |
| void | ObitDisplayInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitDisplayClear (gpointer in) |
| Private: Deallocate members. | |
| ObitDisplay * | newObitDisplay (gchar *name) |
| Public: Default Constructor. | |
| gconstpointer | ObitDisplayGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitDisplay * | ObitDisplayCreate (gchar *name, gchar *ServerURL, ObitErr *err) |
| Public: Create/initialize ObitDisplay structures. | |
| gboolean | ObitDisplayShow (ObitDisplay *display, Obit *image, ObitDConCleanWindow *window, gint field, ObitErr *err) |
| Public: Send Display and Window edit request. | |
| void | ObitDisplayTurnOn (ObitDisplay *display) |
| Public: Turn display on. | |
| void | ObitDisplayTurnOff (ObitDisplay *display) |
| Public: Turn display off. | |
| void | ObitDisplayClassInit (void) |
| Public: Class initializer. | |
This class is derived from the Obit base class.
|
|
Public: Default Constructor. Initializes class if needed on first call.
|
|
|
Public: Class initializer.
|
|
|
Private: Deallocate members. Does (recursive) deallocation of parent class members.
|
|
||||||||||||||||
|
Public: Create/initialize ObitDisplay structures.
|
|
|
Public: ClassInfo pointer.
|
|
|
Private: Initialize newly instantiated object. Parent classes portions are (recursively) initialized first
|
|
||||||||||||||||||||||||
|
Public: Send Display and Window edit request. For a mosaic, the user can request other images from the mosaic. If the display is remote, the image is copied as a gzipped FITS file.
|
|
|
Public: Turn display off.
|
|
|
Public: Turn display on.
|
1.3.9.1