EleFits  5.3.1
A modern C++ API on top of CFITSIO
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces 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
 CActionBase class for strategy actions
 CAlgoMixinIntermediate class for internal dispatching
 CBintableColumnsColumn-wise reader-writer for the binary table data unit
 CBintableHduBinary table HDU reader-writer
 CChecksumErrorException thrown if a checksum is missing or incorrect
 CCiteEleFitsAn action which cites EleFits in the Primary header as a HISTORY record
 CColumnBinary table column data and metadata
 CColumnInfoColumn informations, i.e. name, unit, field shape and value type
 CColumnKeyA lazy-evaluated column key initialized either with an index or a name
 CCompressA compression action made of a single algorithm
 CCompressAutoA basic adaptive compression strategy
 CCompressFloatsA restriction of Compress to floating point values
 CCompressIntsA restriction of Compress to integral values
 CCompressionInterface for compression algorithms
 CCompressionActionThe interface for implementing compression actions
 CCompressionActionMixinA mixin to simplify CompressionAction implementation
 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
 CGzipThe GZIP algorithm
 CHCompressThe H-compress algorithm
 CHduBase class for ImageHdu and BintableHdu
 CHduCategoryAn 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
 CInitializerA structure which holds everything known at image extension initialization
 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
 CNoCompressionNo compression
 COutOfBoundsErrorException thrown if a value lies out of given bounds
 CPlioThe PLIO algorithm
 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
 CQuantizationQuantization parameters
 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
 CRiceThe Rice algorithm
 CScalingHelper class for scaling parameters
 CSegmentBounds of a closed index interval
 CShuffledGzipThe GZIP algorithm applied to "shuffled" pixel values
 CSifFileSingle image FITS file handler
 CStrategyMEF file strategy
 CTileHelper class for tile-related parameters
 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.
 CVerifyChecksumsAn action which verifies and possibly updates existing checksums
 CContiguousContainerStandard contiguous container requirements
 CSizedDataRequirements for a DataContainerHolder
 CVectorArithmeticVector-space arithmetic requirements