EleFits  4.0.0
A modern C++ API on top of CFitsIO
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NEuclidEuclid SGS namespace
 NCfitsioFunctions to use CFitsIO with a modern C++ API
 CCfitsioErrorThe error class which is thrown when an error occurs in a CFitsIO routine
 CCStrArrayA helper structure to safely convert vector<string> to char **
 CTypeCodeType traits to convert C++ types to CFitsIO type codes
 NFitsWrapper classes to read and write Fits file contents
 NTestTest-related classes and functions
 CMinimalFileA minimal and temporary Fits file removed by destructor
 CNewMefFileMefFile with random name and create-only policy
 CNewSifFileSifFile with random name and create-only policy
 CRandomHeaderA random set of Records
 CRandomRasterA random Raster of given type and shape
 CRandomScalarColumnA random scalar Column of given type
 CRandomTableA set of random columns which cover the whole set of supported types
 CRandomVectorColumnA small vector column of given type
 CSmallRasterA 2D image Raster of floats
 CSmallTableA small set of columns with various types
 CTemporaryMefFileTemporary MefFile with random name
 CTemporarySifFileTemporary SifFile with random name
 CBintableColumnsColumn-wise reader-writer for the binary table data unit
 CBintableHduBinary table HDU reader-writer
 CChecksumErrorException thrown if a checksum is missing or incorrect
 CColumnBinary table column data and metadata
 CColumnInfoColumn metadata, i.e. { name, unit, repeatCount } and the value type as the template parameter
 CFileMemRegionsMapping between an in-file (Fits image data unit) region and an in-memory (raster) region for reading and writing image regions
 CFileMemSegmentsMapping between an in-file (Fits binary table data unit) segment and an in-memory (column) segment for reading and writing bintable segments
 CFitsErrorBase of all exceptions thrown directly by the library
 CFitsFileFits file reader-writer
 CHduBase class for ImageHdu and BintableHdu
 CHduCategoryAn extensible HDU categorization for filtering and iteration
 CIncompatibleTritsThe exception thrown when trying to combine incompatible trits
 CHduFilterHDU filter built from HDU categories
 CHduIteratorIterator for MefFile's HDUs
 CHduSelectorHelper class to provide filtered iterators
 CHeaderReader-writer for the header unit
 CImageHduImage HDU reader-writer
 CImageRasterReader-writer for the image data unit
 CIndexedAn index and type
 CKeywordCategoryKeyword categories and related tools
 CKeywordExistsErrorException thrown when a keyword already exists
 CKeywordNotFoundErrorException thrown when a keyword is not found
 CMefFileMulti-Extension Fits file reader-writer
 CNamedA name and type
 COutOfBoundsErrorException thrown if a value lies out of given bounds
 CPositionn-dimensional pixel position or image shape, i.e. set of integer coordinates
 CPositionIteratorA helper class to screen a Region
 CProgramOptionsHelper class to declare positional and named options, and help message
 CPtrColumnColumn which references some external pointer data
 CPtrRasterRaster of a n-dimensional image (2D by default).
 CRasterRaster of a n-dimensional image (2D by default)
 CReadOnlyErrorException thrown if trying to write a read-only file
 CRecordKeyword-value pair with optional unit and comment
 CRecordVecA vector of records with find and conversion services
 CRegionA n-D rectangle region, defined by its front and back positions (both inclusive), or front position and shape
 CSegmentBounds of a closed index interval
 CSifFileSingle image Fits file handler
 CVecColumnColumn which stores internally the data
 CVecRasterCopy constructor.