casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Graphics.h
Go to the documentation of this file.
00001 //# Graphics.h:  classes for the visual display of data
00002 //# Copyright (C) 1995
00003 //# Associated Universities, Inc. Washington DC, USA.
00004 //#
00005 //# This library is free software; you can redistribute it and/or modify it
00006 //# under the terms of the GNU Library General Public License as published by
00007 //# the Free Software Foundation; either version 2 of the License, or (at your
00008 //# option) any later version.
00009 //#
00010 //# This library is distributed in the hope that it will be useful, but WITHOUT
00011 //# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
00012 //# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
00013 //# License for more details.
00014 //#
00015 //# You should have received a copy of the GNU Library General Public License
00016 //# along with this library; if not, write to the Free Software Foundation,
00017 //# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
00018 //#
00019 //# Correspondence concerning AIPS++ should be addressed as follows:
00020 //#        Internet email: aips2-request@nrao.edu.
00021 //#        Postal address: AIPS++ Project Office
00022 //#                        National Radio Astronomy Observatory
00023 //#                        520 Edgemont Road
00024 //#                        Charlottesville, VA 22903-2475 USA
00025 //#
00026 //# $Id$
00027 
00028 #ifndef GRAPHICS_GRAPHICS_H
00029 #define GRAPHICS_GRAPHICS_H
00030 
00031 namespace casa { //# NAMESPACE CASA - BEGIN
00032 
00033 // <module>
00034 //
00035 // <summary>
00036 // Classes for the visual display of data.
00037 // </summary>
00038 
00039 // <prerequisite>
00040 //   <li> none yet appropriate
00041 // </prerequisite>
00042 //
00043 
00044 // <reviewed reviewer="Paul Shannon" date="1995/06/02" demos="">
00045 // </reviewed>
00046 
00047 // <etymology>
00048 // Nothing special.
00049 // </etymology>
00050 //
00051 // <synopsis>
00052 // This module is (as of June 1995) a work in progress.  It contains a PGPLOT
00053 // wrapper and a test program, and nothing else.  
00054 //
00055 // <note role=caution>
00056 // This module header file does not yet play the traditional role -- of
00057 // allowing the application programmer to gain a lot of capability with
00058 // only one <em> include </em> statement.
00059 // </note>
00060 
00061 // </synopsis>
00062 
00063 // <example>
00064 // See tVisualize.cc.
00065 // </example>
00066 //
00067 // <motivation>
00068 // The benefits of graphical display of data are many, and well-known...
00069 // </motivation>
00070 
00071 // <todo asof="1995/06/02">
00072 //   <li> Replace (or improve) the PGPLOT wrapper.
00073 //   <li> Once the (device-independent) Plot1d interface settles down,
00074 //        move it from the trial package to here.
00075 //   <li> We may wish to create subdirectories of the Graphics directory,
00076 //        each containing window-system-specific implementations of 
00077 //        the interfaces defined in the directory.
00078 //        Site makedef's could trigger automatic linking against
00079 //        the appropriate window-system-specific library.  
00080 // </todo>
00081 
00082 // </module>
00083 
00084 
00085 } //# NAMESPACE CASA - END
00086 
00087 #endif