EleFits  5.3.0
A modern C++ API on top of CFITSIO
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 CActionBase class for strategy actions
 Cadditive
 CBintableColumnsColumn-wise reader-writer for the binary table data unit
 CColumnInfo< T, N >Column informations, i.e. name, unit, field shape and value type
 CColumnInfo< Value, N >
 CColumnKeyA lazy-evaluated column key initialized either with an index or a name
 CCompressionInterface for compression algorithms
 CCompressionActionThe interface for implementing compression actions
 CContiguousContainerStandard contiguous container requirements
 CCStrArrayA helper structure to safely convert a std::vector<std::string> to char**
 CDataContainerHolder< T, std::array< T, N > >std::array specialization
 CDataContainerHolder< T, T * >Raw pointer specialization
 Cexception [external]STL class
 CFileMemRegions< n >Mapping 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
 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 HDU categorization for filtering and iteration
 CHduFilterHDU filter built from HDU categories
 CHduSelector< THdu >Helper class to provide filtered iterators
 CHeaderReader-writer for the header unit
 CImageRasterReader-writer for the image data unit
 CImageHdu::Initializer< T >A structure which holds everything known at image extension initialization
 Citerator [external]
 CKeywordCategoryKeyword categories and related tools
 Cmultiplicative
 CProgramOptionsHelper class to declare positional and named options, and help message
 CQuantizationQuantization parameters
 CRandomHeaderA random set of Records
 CRandomTableA set of random columns which cover the whole set of supported types
 CRecord< T >Keyword-value pair with optional unit and comment
 CRecord< bool >
 CRecord< char >
 CRecord< double >
 CRecord< float >
 CRecord< int >
 CRecord< long >
 CRecord< long long >
 CRecord< short >
 CRecord< std::complex< double > >
 CRecord< std::complex< float > >
 CRecord< std::string >
 CRecord< unsigned char >
 CRecord< unsigned int >
 CRecord< unsigned long >
 CRecord< unsigned long long >
 CRecord< unsigned short >
 CRecordVec< T >A vector of records with find and conversion services
 CRegion< N >A n-D rectangle region, defined by its front and back positions (both inclusive), or front position and shape
 CRegion< 2 >
 CScalingHelper class for scaling parameters
 CSegmentBounds of a closed index interval
 CSizedDataRequirements for a DataContainerHolder
 CSmallTableA small set of columns with various types
 CStrategyMEF file strategy
 Csubtractable2_left
 CTestBintable< T >Temporary MEF file with one binary table extension
 CTHolder
 CTileHelper class for tile-related parameters
 CTypedKey< TReturn, TKey >A light structure to bind a return type and a key, e.g. for reading records and columns
 Cunit_steppable
 CVectorArithmeticVector-space arithmetic requirements