EleFits  5.0.0
A modern C++ API on top of CFITSIO
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 1234]
 NEuclid
 NFitsWrapper classes to read and write FITS file contents
 NStringString-related utilities
 CCStrArrayA helper structure to safely convert a std::vector<std::string> to char**
 NTestTest-related classes and functions
 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
 CTestBintableTemporary MEF file with one binary table extension
 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 informations, i.e. name, unit, entry shape and value type
 CColumnKeyA lazy-evaluated column key initialized either with an index or a name
 CContiguousContainerMixinBase class for a FITS data container
 CDataContainerMix ContiguousContainerMixin and VectorArithmeticMixin into a DataHolder as a user-defined derived class
 CDataContainerHolderA holder of any contiguous container specified by a size and data pointer
 CDataContainerHolder< T, std::array< T, N > >std::array specialization
 CDataContainerHolder< T, T * >Raw pointer specialization
 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
 CGameOfLifeA Game of Life as an example usage of Raster and a few features like slicing
 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
 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
 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
 CRasterData 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
 CTypedKeyA light structure to bind a return type and a key, e.g. for reading records and columns
 CVectorArithmeticMixinMixin to provide vector space arithmetics to a container
 CVectorArithmeticMixin< T, TDerived, true >Mixin to provide vector space arithmetics to a container.
 NstdSTL namespace