casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Graphics.h
Go to the documentation of this file.
1 //# Graphics.h: classes for the visual display of data
2 //# Copyright (C) 1995
3 //# Associated Universities, Inc. Washington DC, USA.
4 //#
5 //# This library is free software; you can redistribute it and/or modify it
6 //# under the terms of the GNU Library General Public License as published by
7 //# the Free Software Foundation; either version 2 of the License, or (at your
8 //# option) any later version.
9 //#
10 //# This library is distributed in the hope that it will be useful, but WITHOUT
11 //# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 //# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
13 //# License for more details.
14 //#
15 //# You should have received a copy of the GNU Library General Public License
16 //# along with this library; if not, write to the Free Software Foundation,
17 //# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
18 //#
19 //# Correspondence concerning AIPS++ should be addressed as follows:
20 //# Internet email: aips2-request@nrao.edu.
21 //# Postal address: AIPS++ Project Office
22 //# National Radio Astronomy Observatory
23 //# 520 Edgemont Road
24 //# Charlottesville, VA 22903-2475 USA
25 //#
26 //# $Id$
27 
28 #ifndef GRAPHICS_GRAPHICS_H
29 #define GRAPHICS_GRAPHICS_H
30 
31 namespace casa { //# NAMESPACE CASA - BEGIN
32 
33 // <module>
34 //
35 // <summary>
36 // Classes for the visual display of data.
37 // </summary>
38 
39 // <prerequisite>
40 // <li> none yet appropriate
41 // </prerequisite>
42 //
43 
44 // <reviewed reviewer="Paul Shannon" date="1995/06/02" demos="">
45 // </reviewed>
46 
47 // <etymology>
48 // Nothing special.
49 // </etymology>
50 //
51 // <synopsis>
52 // This module is (as of June 1995) a work in progress. It contains a PGPLOT
53 // wrapper and a test program, and nothing else.
54 //
55 // <note role=caution>
56 // This module header file does not yet play the traditional role -- of
57 // allowing the application programmer to gain a lot of capability with
58 // only one <em> include </em> statement.
59 // </note>
60 
61 // </synopsis>
62 
63 // <example>
64 // See tVisualize.cc.
65 // </example>
66 //
67 // <motivation>
68 // The benefits of graphical display of data are many, and well-known...
69 // </motivation>
70 
71 // <todo asof="1995/06/02">
72 // <li> Replace (or improve) the PGPLOT wrapper.
73 // <li> Once the (device-independent) Plot1d interface settles down,
74 // move it from the trial package to here.
75 // <li> We may wish to create subdirectories of the Graphics directory,
76 // each containing window-system-specific implementations of
77 // the interfaces defined in the directory.
78 // Site makedef's could trigger automatic linking against
79 // the appropriate window-system-specific library.
80 // </todo>
81 
82 // </module>
83 
84 
85 } //# NAMESPACE CASA - END
86 
87 #endif