fits.dir
Go to the documentation of this file.
1 /** @dir fits
2 
3 This directory contains source and header files of classes related to
4 support for reading and writing FITS files.
5 
6 @note Compiling these classes is optional.
7 
8 @sa <a href="../../user/html/install_notes.html#install_fits">
9 Building with FITS support</a> and
10 <a href="../../user/html/ntuple_root.html#ntuple_fits"> FitsNTuple class</a>.
11 
12 */
13 
14 /** @brief The C struct used by cfitsio to maintain status of FITS file.
15 */
16 struct fitsfile
17 {
18 /* See fitsio.h */
19 };

Generated for HippoDraw Class Library by doxygen