CCfits  2.7
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
CCfits::AsciiTableClass Representing Ascii Table Extensions
CCfits::BinTableClass Representing Binary Table Extensions. Contains columns with scalar or vector row entries
CCfits::ColumnAbstract base class for Column objects
CCfits::Column::InsufficientElementsException thrown if the data supplied for a write operation is less than declared
CCfits::Column::InvalidDataTypeException thrown for invalid data type inputs
CCfits::Column::InvalidNumberOfRowsException thrown if user enters a non-positive number for the number of rows to write
CCfits::Column::InvalidRowNumberException thrown on attempting to read a row number beyond the end of a table
CCfits::Column::InvalidRowParameterException thrown on incorrect row writing request
CCfits::Column::NoNullValueException thrown if a null value is specified without support from existing column header
CCfits::Column::RangeErrorException to be thrown for inputs that cause range errors in column read operations
CCfits::Column::WrongColumnTypeException thrown on attempting to access a scalar column as vector data
CCfits::ExtHDUBase class for all FITS extension HDUs, i.e. Image Extensions and Tables
CCfits::ExtHDU::WrongExtensionTypeException to be thrown on unmatched extension types
CCfits::FITSMemory object representation of a disk FITS file
CCfits::FITS::CantCreateThrown on failure to create new file
CCfits::FITS::CantOpenThrown on failure to open existing file
CCfits::FITS::NoSuchHDUException thrown by HDU retrieval methods
CCfits::FITS::OperationNotSupportedThrown for unsupported operations, such as attempted to select rows from an image extension
CCfits::FitsErrorFitsError is the exception thrown by non-zero cfitsio status codes
CCfits::FitsExceptionFitsException is the base class for all exceptions thrown by this library
CCfits::FitsFatal[potential] base class for exceptions to be thrown on internal library error
CCfits::FITSUtil::auto_array_ptr< X >A class that mimics the std:: library auto_ptr class, but works with arrays
CCfits::FITSUtil::CAarray< T >Function object returning C array from a valarray. see CVarray for details
CCfits::FITSUtil::CVAarray< T >Function object returning C array from a vector of valarrays. see CVarray for details
CCfits::FITSUtil::CVarray< T >Function object class for returning C arrays from standard library objects used in the FITS library implementation
CCfits::FITSUtil::MatchName< T >Predicate for classes that have a name attribute; match input string with instance name
CCfits::FITSUtil::MatchNum< T >Predicate for classes that have an index attribute; match input index with instance value
CCfits::FITSUtil::MatchPtrName< T >As for MatchName, only with the input class a pointer
CCfits::FITSUtil::MatchPtrNum< T >As for MatchNum, only with the input class a pointer
CCfits::FITSUtil::MatchType< T >Function object that returns the FITS ValueType corresponding to an input intrinsic type
CCfits::FITSUtil::UnrecognizedTypeException thrown by MatchType if it encounters data type incompatible with cfitsio
CCfits::GroupTableClass representing a hierarchical association of Header Data Units (HDUs)
CCfits::HDUBase class for all HDU [Header-Data Unit] objects
CCfits::HDU::InvalidExtensionTypeException to be thrown if user requests extension type that can not be understood as ImageExt, AsciiTable or BinTable
CCfits::HDU::InvalidImageDataTypeException to be thrown if user requests creation of an image of type not supported by cfitsio
CCfits::HDU::NoNullValueException to be thrown on seek errors for keywords
CCfits::HDU::NoSuchKeywordException to be thrown on seek errors for keywords
CCfits::ImageExt< T >
CCfits::KeywordAbstract base class defining the interface for Keyword objects
CCfits::PHDUClass representing the primary HDU for a FITS file
CCfits::Table
CCfits::Table::NoSuchColumnException to be thrown on a failure to retrieve a column specified either by name or index number