This file is indexed.

/usr/share/doc/libccfits-doc/html/annotated.html is in libccfits-doc 2.4+dfsg-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.8"/>
<title>CCfits: Class List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">CCfits
   &#160;<span id="projectnumber">2.4</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.8 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li class="current"><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">Class List</div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory">
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceCCfits.html" target="_self">CCfits</a></td><td class="desc">Namespace enclosing all <a class="el" href="namespaceCCfits.html" title="Namespace enclosing all CCfits classes and globals definitions. ">CCfits</a> classes and globals definitions </td></tr>
<tr id="row_0_0_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_0_" class="arrow" onclick="toggleFolder('0_0_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><b>FITSUtil</b></td><td class="desc"></td></tr>
<tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1FITSUtil_1_1auto__array__ptr.html" target="_self">auto_array_ptr</a></td><td class="desc">A class that mimics the std:: library auto_ptr class, but works with arrays </td></tr>
<tr id="row_0_0_1_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structCCfits_1_1FITSUtil_1_1CAarray.html" target="_self">CAarray</a></td><td class="desc">Function object returning C array from a valarray. see <a class="el" href="structCCfits_1_1FITSUtil_1_1CVarray.html" title="Function object class for returning C arrays from standard library objects used in the FITS library i...">CVarray</a> for details </td></tr>
<tr id="row_0_0_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structCCfits_1_1FITSUtil_1_1CVAarray.html" target="_self">CVAarray</a></td><td class="desc">Function object returning C array from a vector of valarrays. see <a class="el" href="structCCfits_1_1FITSUtil_1_1CVarray.html" title="Function object class for returning C arrays from standard library objects used in the FITS library i...">CVarray</a> for details </td></tr>
<tr id="row_0_0_3_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structCCfits_1_1FITSUtil_1_1CVarray.html" target="_self">CVarray</a></td><td class="desc">Function object class for returning C arrays from standard library objects used in the <a class="el" href="classCCfits_1_1FITS.html" title="Memory object representation of a disk FITS file. ">FITS</a> library implementation </td></tr>
<tr id="row_0_0_4_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structCCfits_1_1FITSUtil_1_1MatchName.html" target="_self">MatchName</a></td><td class="desc">Predicate for classes that have a name attribute; match input string with instance name </td></tr>
<tr id="row_0_0_5_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structCCfits_1_1FITSUtil_1_1MatchNum.html" target="_self">MatchNum</a></td><td class="desc">Predicate for classes that have an index attribute; match input index with instance value </td></tr>
<tr id="row_0_0_6_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structCCfits_1_1FITSUtil_1_1MatchPtrName.html" target="_self">MatchPtrName</a></td><td class="desc">As for <a class="el" href="structCCfits_1_1FITSUtil_1_1MatchName.html" title="predicate for classes that have a name attribute; match input string with instance name...">MatchName</a>, only with the input class a pointer </td></tr>
<tr id="row_0_0_7_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structCCfits_1_1FITSUtil_1_1MatchPtrNum.html" target="_self">MatchPtrNum</a></td><td class="desc">As for <a class="el" href="structCCfits_1_1FITSUtil_1_1MatchNum.html" title="predicate for classes that have an index attribute; match input index with instance value...">MatchNum</a>, only with the input class a pointer </td></tr>
<tr id="row_0_0_8_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structCCfits_1_1FITSUtil_1_1MatchType.html" target="_self">MatchType</a></td><td class="desc">Function object that returns the <a class="el" href="classCCfits_1_1FITS.html" title="Memory object representation of a disk FITS file. ">FITS</a> ValueType corresponding to an input intrinsic type </td></tr>
<tr id="row_0_0_9_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1FITSUtil_1_1UnrecognizedType.html" target="_self">UnrecognizedType</a></td><td class="desc">Exception thrown by <a class="el" href="structCCfits_1_1FITSUtil_1_1MatchType.html" title="function object that returns the FITS ValueType corresponding to an input intrinsic type ...">MatchType</a> if it encounters data type incompatible with cfitsio </td></tr>
<tr id="row_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1AsciiTable.html" target="_self">AsciiTable</a></td><td class="desc">Class Representing Ascii <a class="el" href="classCCfits_1_1Table.html">Table</a> Extensions </td></tr>
<tr id="row_0_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1BinTable.html" target="_self">BinTable</a></td><td class="desc">Class Representing Binary <a class="el" href="classCCfits_1_1Table.html">Table</a> Extensions. Contains columns with scalar or vector row entries </td></tr>
<tr id="row_0_3_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_3_" class="arrow" onclick="toggleFolder('0_3_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1Column.html" target="_self">Column</a></td><td class="desc">Abstract base class for <a class="el" href="classCCfits_1_1Column.html" title="Abstract base class for Column objects. ">Column</a> objects </td></tr>
<tr id="row_0_3_0_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1Column_1_1InsufficientElements.html" target="_self">InsufficientElements</a></td><td class="desc">Exception thrown if the data supplied for a write operation is less than declared </td></tr>
<tr id="row_0_3_1_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1Column_1_1InvalidDataType.html" target="_self">InvalidDataType</a></td><td class="desc">Exception thrown for invalid data type inputs </td></tr>
<tr id="row_0_3_2_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1Column_1_1InvalidNumberOfRows.html" target="_self">InvalidNumberOfRows</a></td><td class="desc">Exception thrown if user enters a non-positive number for the number of rows to write </td></tr>
<tr id="row_0_3_3_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1Column_1_1InvalidRowNumber.html" target="_self">InvalidRowNumber</a></td><td class="desc">Exception thrown on attempting to read a row number beyond the end of a table </td></tr>
<tr id="row_0_3_4_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1Column_1_1InvalidRowParameter.html" target="_self">InvalidRowParameter</a></td><td class="desc">Exception thrown on incorrect row writing request </td></tr>
<tr id="row_0_3_5_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1Column_1_1NoNullValue.html" target="_self">NoNullValue</a></td><td class="desc">Exception thrown if a null value is specified without support from existing column header </td></tr>
<tr id="row_0_3_6_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1Column_1_1RangeError.html" target="_self">RangeError</a></td><td class="desc">Exception to be thrown for inputs that cause range errors in column read operations </td></tr>
<tr id="row_0_3_7_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1Column_1_1WrongColumnType.html" target="_self">WrongColumnType</a></td><td class="desc">Exception thrown on attempting to access a scalar column as vector data </td></tr>
<tr id="row_0_4_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_4_" class="arrow" onclick="toggleFolder('0_4_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1ExtHDU.html" target="_self">ExtHDU</a></td><td class="desc">Base class for all <a class="el" href="classCCfits_1_1FITS.html" title="Memory object representation of a disk FITS file. ">FITS</a> extension HDUs, i.e. Image Extensions and Tables </td></tr>
<tr id="row_0_4_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1ExtHDU_1_1WrongExtensionType.html" target="_self">WrongExtensionType</a></td><td class="desc">Exception to be thrown on unmatched extension types </td></tr>
<tr id="row_0_5_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_5_" class="arrow" onclick="toggleFolder('0_5_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1FITS.html" target="_self">FITS</a></td><td class="desc">Memory object representation of a disk <a class="el" href="classCCfits_1_1FITS.html" title="Memory object representation of a disk FITS file. ">FITS</a> file </td></tr>
<tr id="row_0_5_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structCCfits_1_1FITS_1_1CantCreate.html" target="_self">CantCreate</a></td><td class="desc">Thrown on failure to create new file </td></tr>
<tr id="row_0_5_1_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1FITS_1_1CantOpen.html" target="_self">CantOpen</a></td><td class="desc">Thrown on failure to open existing file </td></tr>
<tr id="row_0_5_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1FITS_1_1NoSuchHDU.html" target="_self">NoSuchHDU</a></td><td class="desc">Exception thrown by <a class="el" href="classCCfits_1_1HDU.html" title="Base class for all HDU [Header-Data Unit] objects. ">HDU</a> retrieval methods </td></tr>
<tr id="row_0_5_3_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1FITS_1_1OperationNotSupported.html" target="_self">OperationNotSupported</a></td><td class="desc">Thrown for unsupported operations, such as attempted to select rows from an image extension </td></tr>
<tr id="row_0_6_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1FitsError.html" target="_self">FitsError</a></td><td class="desc"><a class="el" href="classCCfits_1_1FitsError.html" title="FitsError is the exception thrown by non-zero cfitsio status codes. ">FitsError</a> is the exception thrown by non-zero cfitsio status codes </td></tr>
<tr id="row_0_7_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1FitsException.html" target="_self">FitsException</a></td><td class="desc"><a class="el" href="classCCfits_1_1FitsException.html" title="FitsException is the base class for all exceptions thrown by this library. ">FitsException</a> is the base class for all exceptions thrown by this library </td></tr>
<tr id="row_0_8_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1FitsFatal.html" target="_self">FitsFatal</a></td><td class="desc">[potential] base class for exceptions to be thrown on internal library error </td></tr>
<tr id="row_0_9_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_9_" class="arrow" onclick="toggleFolder('0_9_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1HDU.html" target="_self">HDU</a></td><td class="desc">Base class for all <a class="el" href="classCCfits_1_1HDU.html" title="Base class for all HDU [Header-Data Unit] objects. ">HDU</a> [Header-Data Unit] objects </td></tr>
<tr id="row_0_9_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1HDU_1_1InvalidExtensionType.html" target="_self">InvalidExtensionType</a></td><td class="desc">Exception to be thrown if user requests extension type that can not be understood as ImageExt, <a class="el" href="classCCfits_1_1AsciiTable.html" title="Class Representing Ascii Table Extensions. ">AsciiTable</a> or <a class="el" href="classCCfits_1_1BinTable.html" title="Class Representing Binary Table Extensions. Contains columns with scalar or vector row entries...">BinTable</a> </td></tr>
<tr id="row_0_9_1_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1HDU_1_1InvalidImageDataType.html" target="_self">InvalidImageDataType</a></td><td class="desc">Exception to be thrown if user requests creation of an image of type not supported by cfitsio </td></tr>
<tr id="row_0_9_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1HDU_1_1NoNullValue.html" target="_self">NoNullValue</a></td><td class="desc">Exception to be thrown on seek errors for keywords </td></tr>
<tr id="row_0_9_3_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1HDU_1_1NoSuchKeyword.html" target="_self">NoSuchKeyword</a></td><td class="desc">Exception to be thrown on seek errors for keywords </td></tr>
<tr id="row_0_10_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1Keyword.html" target="_self">Keyword</a></td><td class="desc">Abstract base class defining the interface for <a class="el" href="classCCfits_1_1Keyword.html" title="Abstract base class defining the interface for Keyword objects. ">Keyword</a> objects </td></tr>
<tr id="row_0_11_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1PHDU.html" target="_self">PHDU</a></td><td class="desc">Class representing the primary <a class="el" href="classCCfits_1_1HDU.html" title="Base class for all HDU [Header-Data Unit] objects. ">HDU</a> for a <a class="el" href="classCCfits_1_1FITS.html" title="Memory object representation of a disk FITS file. ">FITS</a> file </td></tr>
<tr id="row_0_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_12_" class="arrow" onclick="toggleFolder('0_12_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1Table.html" target="_self">Table</a></td><td class="desc"></td></tr>
<tr id="row_0_12_0_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCCfits_1_1Table_1_1NoSuchColumn.html" target="_self">NoSuchColumn</a></td><td class="desc">Exception to be thrown on a failure to retrieve a column specified either by name or index number </td></tr>
<tr id="row_1_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classImageExt_3_01T_01_4.html" target="_self">ImageExt&lt; T &gt;</a></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 11 2014 21:15:49 for CCfits by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.8
</small></address>
</body>
</html>