Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
casa::AberrationAberration class and calculations
casa::AbortErrorException which halts execution
casa::Abs< T, RES >Functor to apply abs
casa::ACGAdditive number generator
casa::Acos< T, RES >Functor to apply acos
casa::AipsErrorBase class for all AIPS++ library errors
casa::AipsIOAipsIO is the object persistency mechanism of AIPS++
casa::AipsIOCarray_global_functions_AipsIOCarrayTemplated functions to get/put a C-style array from/into AipsIO
casa::AipsIOReaderWriterImplementation of CASA region AipsIO file reader and writer
casa::AipsrcClass to read the casa general resource files
casa::AipsrcValue< T >Class to read values from the Aipsrc general resource files
casa::AipsrcValue_Bool< Bool >Specialization of AipsrcValue for Bool
casa::AipsrcVector< T >Read multiple values from the Aipsrc resource files
casa::AipsrcVector_Bool< Bool >Specialization of AipsrcVector for Bool
casa::AipsrcVector_String< String >Specialization of AipsrcVector for String
casa::AllFuncDefine logical Functors
casa::AllocErrorAllocation errors
casa::AntennaResponsesAntennaResponses provides access to antenna response data
casa::AnyFunc
casa::AppInfoGeneral information for applications
casa::Array< T >Template <class T, class U> class vector;
casa::Array< T >::BaseIteratorSTLSee the function begin() and end() for a detailed description of the STL iterator capability
casa::Array< T >::ConstIteratorSTL
casa::Array< T >::IteratorSTL
casa::ArrayAccessor< T, Axis< U > >Fast 1D accessor/iterator for nD array classes
casa::ArrayAccessor_RT< T, AxisN >Specialization for run-time axes
casa::ArrayBaseNon-templated base class for templated Array class
casa::ArrayBase_global_functions_Array_general_global_functionsGeneral global functions for Arrays
casa::ArrayBaseAccessor< T >Axis independent base for the ArrayAccessor classes
casa::ArrayColumn< T >Read/write access to an array table column with arbitrary data type
casa::ArrayColumnData< T >Access to a table column containing arrays
casa::ArrayColumnDesc< T >Templated class for description of table array columns
casa::ArrayConformanceErrorAn error thrown when two arrays do not conform
casa::ArrayErrorThe base class for all Array exception classes
casa::ArrayFITSFieldCopier< recordType, fitsType >A FITSFieldCopier for copying Array RecordFields to FitsFields
casa::ArrayIndexErrorAn error thrown when an index is out of range
casa::ArrayIO_global_functions_Array_Ascii_IOGlobal functions for Matrix/Vector input/output using ASCII format
casa::ArrayIO_global_functions_Array_binary_IOGlobal functions to read/write binary arrays from/to a file
casa::ArrayIO_global_functions_Array_IOInput/output operators for Arrays
casa::ArrayIterator< T >Iterate an Array cursor through another Array
casa::ArrayIteratorErrorAn error thrown by an ArrayIterator
casa::ArrayLattice< T >A memory resident Lattice
casa::ArrayLogical_global_functions_Array_logical_operationsLogical operations for Arrays
casa::ArrayMath_global_functions_Array_mathematical_operationsMathematical operations for Arrays
casa::ArrayMeasColumn< M >Read write access to table array Measure columns
casa::ArrayNDimErrorThrown when two arrays have different dimensionality
casa::ArrayOpsDiffShapes_global_functions_OpsDiff_functionsOperations for 2 Arrays with possibly different shapes
casa::ArrayPartMath_global_functions_Array_partial_operationsMathematical and logical operations for Array parts
casa::ArrayPartMath_global_functions_Array_partial_operations::AvdevFunc< T >
casa::ArrayPartMath_global_functions_Array_partial_operations::FractileFunc< T >
casa::ArrayPartMath_global_functions_Array_partial_operations::MaxFunc< T >
casa::ArrayPartMath_global_functions_Array_partial_operations::MeanFunc< T >
casa::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >
casa::ArrayPartMath_global_functions_Array_partial_operations::MinFunc< T >
casa::ArrayPartMath_global_functions_Array_partial_operations::ProductFunc< T >
casa::ArrayPartMath_global_functions_Array_partial_operations::RmsFunc< T >
casa::ArrayPartMath_global_functions_Array_partial_operations::StddevFunc< T >
casa::ArrayPartMath_global_functions_Array_partial_operations::SumFunc< T >
casa::ArrayPartMath_global_functions_Array_partial_operations::VarianceFunc< T >
casa::ArrayPositionIteratorIterate an IPosition through the shape of an Array
casa::ArrayQuantColumn< T >Provides read/write access to Array Quantum columns in Tables
casa::ArraySampledFunctional< T >Index into an array using the longest axis
casa::ArrayShapeErrorAn error thrown when two arrays have different shapes
casa::ArraySlicerErrorAn error thrown by an Slicer member function
casa::ArrayUtil_global_functions_concatenateArrayConcatenate two Arrays
casa::ArrayUtil_global_functions_partialFuncHelperHelper function for partialX functions
casa::ArrayUtil_global_functions_reorderArrayReorder the axes of an array
casa::ArrayUtil_global_functions_reorderArrayHelperHelper function for function reorderArray
casa::ArrayUtil_global_functions_stringToVectorSplit a String into its elements
casa::AsciiTableExtension(ascii) TABLE extension
casa::Asin< T, RES >Functor to apply asin
casa::assert_< t >Utility class for Assert macros
casa::Atan< T, RES >Functor to apply atan
casa::Atan2< L, R, RES >Functor to apply atan2
casa::AutoDiff< T >Class that computes partial derivatives by automatic differentiation
casa::AutoDiffA< T >Class that computes partial derivatives by automatic differentiation
casa::AutoDiffIO_global_functions_AutoDiff_IO_operationsImplements all IO operators and functions for AutoDiff
casa::AutoDiffMath_global_functions_AutoDiff_mathematical_operationsImplements all mathematical operators and functions for AutoDiff
casa::AutoDiffRep< T >Representation of an automatic differential class data
casa::AutoDiffX< T >Class that computes partial derivatives by automatic differentiation
casa::AxesMappingInfo about mapping array axes to another order
casa::AxesSpecifierSpecification of axes to keep or remove
casa::AzElColumnAzimuth/elevation derived from TIME, etc
casa::BaseColumnAbstract base class for a table column
casa::BaseColumnDescAn abstract base class for table column descriptions
casa::BaseCompareAbstract base class for comparing two objects
casa::BaseMappedArrayEngine< VirtualType, StoredType >Templated virtual column engine for a table array of any type
casa::BaseSinkSourceShared base class for ByteSink and ByteSource
casa::BaseSlicesFunctor< T >Abstract baseclass for slices functors
casa::BaseTableAbstract base class for tables
casa::BaseTableIteratorBase class for table iterator
casa::BasicFITS_global_functions_ReadFITSRead a FITS file from an AIPS++ array
casa::BasicFITS_global_functions_WriteFITSWrite a FITS file to an AIPS++ array
casa::BFEngineMaskNon-templated Helper class to handle the mask
casa::BinarySearch_global_functions_binarysearchBinary search a sorted, linear, data structure
casa::BinaryTableBinaryTable is used to translate a FITS binary table to an aips++ Table
casa::BinaryTableExtensionBINTABLE extension
casa::BinomialBinomial distribution
casa::BitAnd< T >Functor for bitwise and of (integer) values
casa::BitFlagsEngine< StoredType >Templated virtual column engine to map bit flags to a Bool
casa::BitFlagsEngine< StoredType >::BoolToFlagsFunctor to convert Bools to flags using a mask
casa::BitFlagsEngine< StoredType >::FlagsToBoolFunctor to and an array and mask and convert to Bool
casa::BitNegate< T >Functor for bitwise negate of (integer) values
casa::BitOr< T >Functor for bitwise or of (integer) values
casa::BitVectorBit vectors of any size
casa::BitVectorHelperHelper class for BitVector
casa::BitXor< T >Functor for bitwise xor of (integer) values
casa::Block< T >Simple 1-D array
casa::BlockInputFixed-length blocked sequential input base class
casa::BlockIO----------------------------------------------------------------------------
casa::BlockIO_global_functions_BlockIOIO functions for Block
casa::BlockOutputFixed-length blocked sequential output base class
casa::BucketBaseAbstract base class for Bucket classes
casa::BucketBufferedUse buffered file IO for buckets in a part of a file
casa::BucketCacheCache for buckets in a part of a file
casa::BucketCache_global_functions_BucketCache_CallBackDefine the type of the static read and write function
casa::BucketFileFile object for the bucket cache
casa::BucketMappedUse file mapping for buckets in a part of a file
casa::ByteIOAbstract base class for IO on a byte stream
casa::ByteSinkClass for write-only access to data in a given format
casa::ByteSinkSourceClass for read/write access to data in a given format
casa::ByteSourceClass for read-only access to data in a given format
casa::CAbs< T, RES >Functor to apply complex function fabs
casa::CanonicalConversionLDOUBLE is 8 bytes on SUN, but 16 bytes canonical
casa::CanonicalDataConversionA class with virtual functions to convert canonical format
casa::CanonicalIOClass for IO in canonical format
casa::CArg< T, RES >Functor to apply complex function arg
casa::Casarc
casa::Casarc::meta_entry_
casa::CasarcCleanup
casa::CASATaskTask interface
casa::Ceil< T, RES >Functor to apply ceil
casa::Chebyshev< T >A function class that defines a Chebyshev polynomial
casa::ChebyshevEnumsDefine enums for Chebyshev classes
casa::ChebyshevParam< T >Parameter handling for Chebyshev polynomial parameters
casa::ChebyshevParamModeImpl< T >A ChebyshevParam with the get/setMode implementation
casa::ChebyshevParamModeImpl_PS< AutoDiff< T > >Partial specialization of ChebyshevParamModeImpl for AutoDiff
casa::ChebyshevParamModeImpl_PSA< AutoDiffA< T > >Partial specialization of ChebyshevParamModeImpl for AutoDiff
casa::ChoiceClass to ask a user a choice
casa::CleanEnumsLists the different types of Convolutions that can be done
casa::CLInterpolator2D< T >Abstract base class for interpolator used by CurvedLattice2D
casa::CLIPNearest2D< T >Arbitrarily shaped 1-dim lattice crosscut
casa::ColumnCacheA caching object for a table column
casa::ColumnDescEnvelope class for the description of a table column
casa::ColumnDescSetSet of table column descriptions
casa::ColumnSetClass to manage a set of table columns
casa::ColumnsIndexIndex to one or more columns in a table
casa::ColumnsIndexArrayIndex to an array column in a table
casa::CombiFunction< T >Form a linear combination of function objects
casa::CombiFunction_PS< AutoDiff< T > >Partial specialization of CombiFunction for AutoDiff
casa::CombinatoricsCombinatorics related functions
casa::CombiParam< T >Parameters for a linear combination of function objects
casa::Compare_global_functions_ObjCompareFuncSignature of comparison functions
casa::CompiledFunction< T >Form a linear combination of function objects
casa::CompiledParam< T >Parameters for a compiled string function object
casa::CompiledSpectralElementDescribes a compiled function for describing a spectral profile
casa::Complex_global_functions_Complex_descSingle and double precision complex numbers
Complexfwd_global_functions_ComplexfwdForward declaration complex classes
casa::ComponentImager
casa::ComponentListA class for manipulating groups of components
casa::ComponentShapeBase class for component shapes
casa::ComponentTypeEnumerators common to the ComponentsModels module
casa::ComponentUpdateThis class updates components in UV plane
casa::CompositeNumberThis class generates composite numbers
casa::CompoundFunction< T >Sum of a collection of Functions which behaves as one Function object
casa::CompoundFunction_PS< AutoDiff< T > >Partial AutoDiff specialization of CompoundFunction
casa::CompoundParam< T >Parameters for sum of parameterized Functions
casa::CompressComplexVirtual column engine to scale a table Complex array
casa::CompressComplexSDVirtual column engine to scale a table Complex array for Single Dish data
casa::CompressFloatVirtual column engine to scale a table float array
casa::ConcatColumnA column in a concatenated table
casa::ConcatRowsClass holding the row numbers in a ConcatTable
casa::ConcatRowsIterClass to iterate through a ConcatRows object
casa::ConcatScalarColumn< T >A typed column in a concatenated table
casa::ConcatTableClass to view a concatenation of tables as a single table
casa::Conj< T, RES >Functor to apply complex function conj
casa::ConstantND< T >A constant function
casa::ConstantND_PS< AutoDiff< T > >Partial specialization of ConstantND for AutoDiff
casa::ConstantNDParam< T >Parameter handling for a constant function in a space of arbitrary dimensionality
casa::ConstantSpectrumModel the spectral variation with a constant
casa::ConstFitsKeywordListList of read-only FITS keywords
casa::ConstHashMapIter< key, val >
casa::ConstListIter< t >Doubly linked constant list iterator
casa::ConstMapIter< key, value >Const associative array iterator
casa::ConvEnumsLists the different types of Convolutions that can be done
casa::ConversionA class with general conversion definitions
casa::ConversionIOClass for IO in a converted format
casa::ConvertScalar_global_functions_Scalar_conversionTemplated functions to convert scalars from one type to another
casa::ConvolveGridder< Domain, Range >Does convolutional gridding
casa::Convolver< FType >A class for doing multi-dimensional convolution
casa::CoordinateInterface for converting between world and pixel coordinates
casa::CoordinateSystemInterconvert pixel and world coordinates
casa::CoordinateUtilFunctions for creating default CoordinateSystems
casa::Copy_global_functions_copyCopy methods
casa::Copy_global_functions_testTest routines
casa::Copy_global_functions_throwCopy objects from one C-style array to another
casa::CopyRecordToRecordCopies fields between Records, possibly to fields with another name
casa::CopyRecordToTableCopies fields from a Record to columns of a Table
casa::Cos< T, RES >Functor to apply cos
casa::Cosh< T, RES >Functor to apply cosh
casa::CountedConstPtr< t >Regular referenced counted pointer for constant data
casa::CountedPtr< t >Regular referenced counted pointer for non-constant data
casa::CountedPtr_global_functions_dereference_errorAct on dereference error
casa::COWPtr< T >Copy-On-Write-Pointer class - allows control of copy based on constness
casa::Cube< T >A 3-D Specialization of the Array class
casa::CurvedImage2D< T >An image crosscut based on a curve in a plane
casa::CurvedLattice2D< T >A lattice crosscut based on a curve in a plane
casa::DataConversionAbstract base class with functions to convert any format
casa::DataManagerAbstract base class for a data manager
casa::DataManager_global_functions_DataManagerCtorDefine the type of the static "constructor" function
casa::DataManagerColumnAbstract base class for a column in a data manager
casa::DataManErrorBase error class for table data manager
casa::DataManInfoClass with static functions to manipulate a datamanager record
casa::DataManInternalErrorInternal table data manager error
casa::DataManInvDTTable DataManager error; invalid data type
casa::DataManInvOperTable DataManager error; invalid operation
casa::DataManUnknownCtorTable DataManager error; invalid data manager
casa::DataManUnknownVirtualColumnTable DataManager error; unknown virtual column
casa::DataType_global_functions_DataTypeData types (primarily) in the table system
casa::DefaultValue_global_functions_defvalA templated function which sets a variable to a default value
casa::DerivedMSCalVirtual column engine to return derived MS values
casa::DFTErrorError class for DFTServer class
casa::DFTServer< T >Class containing methods for doing n-D slow Fourier transforms
casa::DiracDFunction< T >A one dimensional Dirac delta function
casa::DiracDParam< T >A one dimensional Dirac delta function
casa::DirectionCoordinateInterconvert pixel positions and directions (e.g. RA/DEC)
casa::DirectionEngineEngine for TaQL UDF Direction conversions
casa::DirectionUDFTaQL UDFs for Direction conversions
casa::DirectoryGet information about, and manipulate directories
casa::DirectoryIteratorTraverse the contents of a directory
casa::DiscreteUniformDiscrete uniform distribution
casa::DiskShapeA disk model for the spatial distribution of emission
casa::Divides< L, R, RES >Functor to divide variables of possible different types
casa::DOosDO for accessing os-specific functions
casa::Dummy_Constants_classMathematical and numerical constants
casa::duplError< t >Duplicate key errors where the bad key is returned
casa::DuplErrorDuplicate key errors
casa::DynBufferStore data in dynamically allocated buffers
casa::DynLibClass to handle loadig of dynamic libraries
casa::EarthFieldEarthField class model calculations
casa::EarthMagneticMachineCalculates magnetic field in a direction
casa::EclecticFunctionFactory< T >
casa::EmptyStackErrorError class for the Stack class
casa::EnvironmentVariableThis class allows for getting enviroment variables
casa::EpochEngineEngine for TaQL UDF Epoch conversions
casa::EpochUDFTaQL UDFs for Epoch conversions
casa::ErlangErlang distribution
casa::EulerVector of Euler rotation angles
casa::EvenPolynomial< T >A one dimensional odd polynomial class
casa::EvenPolynomial_PS< AutoDiff< T > >Partial specialization of EvenPolynomial for AutoDiff
casa::EvenPolynomialParam< T >Parameter handling for even polynomials
casa::Exp< T, RES >Functor to apply exp
casa::ExpSincConv< T >Exponential times a Sinc
casa::ExtendImage< T >An extension of an ImageInterface object
casa::ExtendLattice< T >An extension of a Lattice or MaskedLattice
casa::ExtendSpecifierSpecification of new and stretched lattice axes
casa::ExtensionHeaderDataUnitBase class for generalized exentensions HDU
casa::ExternalLockSyncClass to hold table lock data
casa::Fallible< T >Mark a value as valid or invalid
casa::Fallible_global_functions_invalid_accessThrow exception on access of an invalid object This function gets called when an invalid object is accessed. It just throws an exception. Since we have inline functions, let's keep the throw out of them to keep them from moving out of line
casa::FFTEnumsLists the different types of FFT's that can be done
casa::FFTPackC++ interface to the Fortran FFTPACK library
casa::FFTServer< T, S >A class with methods for Fast Fourier Transforms
casa::FFTWC++ interface to the FFTWw library
casa::FieldNotFoundError
casa::FileClass to get file information and a base for other file classes
casa::FilebufIOClass for buffered file IO
casa::FiledesIOClass for IO on a file descriptor
casa::FileLockerClass to handle file locking
casa::Fit2DFit 2-D objects to 2-D Lattices or Arrays
casa::FitGaussian< T >Multidimensional fitter class for Gaussians
casa::FITSStatic functions and enumerations
casa::FITS2_global_functions_ReadFITSinHelper function for ReadFITS and WriteFITS
casa::FitsArray< TYPE >FITS array of given type
casa::FitsArray< FitsBit >FITS array of FitsBit type
casa::FitsBaseHelper class
casa::FitsBitHelper class for FITS Binary Tables
casa::FITSCoordinateUtil
casa::FITSDateUtilA class with static functions to help deal with FITS dates
casa::FitsDiskInputFITS input from disk
casa::FitsDiskOutputFITS output to disk
casa::FITSErrorDefault FITS error handling function, typdef, and enumeration
casa::FITSExtInfoClass for storing FITS Image extension information
casa::FitsField< TYPE >Helper class
Note: Note that FitsField does not allocate space for the data; Space is external to FitsField and its address is set via the setaddr function;
casa::FitsField< FitsBit >Helper class
casa::FITSFieldCopierVirtual base class for copying RORecordFields to FitsFields
casa::FitsFPUtilUtility functions for floating point values
casa::FITSGroupWriterSimplified interface to create and write to FITS random groups
casa::FITSHistoryUtilA class with static functions to help deal with FITS History cards
casa::FITSIDItoMS1FITSIDItoMS converts a FITS-IDI file to a CASA Measurement Set
casa::FITSImageClass providing native access to FITS images
casa::FITSImgParserClass for handling FITS Image extensions
casa::FitsInputFixed-length sequential blocked FITS input
casa::FitsIOSequential FITS I/O
casa::FitsKeyCardTranslatorTranslator between Keyword lists and fixed FITS cars
casa::FitsKeywordFITS keyword
casa::FitsKeywordListLinked list of FITS keywords
casa::FITSKeywordUtilA class with static functions to help deal with FITS Keywords
casa::FitsLogicalFITS helper class
casa::FITSMaskProvides an on-the-fly mask for FITS images
casa::FITSMultiTableView multiple FITS files as a single table
casa::FitsNameResultAnalyse the name of a header card
casa::FitsOutputFixed-length sequential blocked FITS output
casa::FitsParseParse a header card
casa::FITSSpectralUtilA class with static functions to help deal with FITS spectral axes
casa::FitsStdInputFITS input from standard input
casa::FitsStdOutputFITS output to standard output
casa::FITSTableAttach a FITSTabular to a binary or ASCII table
casa::FITSTableWriterSimplified interface to create and write to a FITS Binary Table
casa::FITSTabularSimplified interface to FITS tables with AIPS++ Look and Feel
casa::FitsTape9InputFITS input from 9-track tape
casa::FitsTape9OutputFITS output to 9-track tape
casa::FITSTimedTable
casa::FitsVADescVariable Length Array Descriptor
casa::FitsValueResultAnalyse the value of a header card
FittingProxyThis class gives Proxy to Fitting connection
FittingProxy::FitTypeClass to aid in distributing different fitters
casa::Floor< T, RES >Functor to apply floor
casa::Flux< T >A class that represents the Flux (reference semantics)
casa::FluxCalc_SS_JPL_ButlerClass ROScalarColumn<Double>; There doesn't seem to be a way to forward declare a template
casa::FluxCalcLogFreqBrokenPolynomialFluxCalcLogFreqBrokenPolynomial: Implementation base class for flux standards which are broken polynomials of log10(frequency)
casa::FluxCalcLogFreqPolynomialFluxCalcLogFreqPolynomial: Implementation base class for flux standards which are polynomials of log10(frequency)
casa::FluxCalcQSClass Vector;
casa::FluxRep< T >A class that represents the Flux (copy semantics)
casa::FluxStandardFluxStandard: Compute flux densities for standard reference sources
casa::FluxStdBaarsFluxStdBaars: The Baars flux standard
casa::FluxStdPerley90FluxStdPerley90: The Perley90 flux standard
casa::FluxStdPerleyButler2010FluxStdPerleyButler2010: The PerleyButler2010 flux standard
casa::FluxStdPerleyTaylor95FluxStdPerleyTaylor95: The PerleyTaylor95 flux standard
casa::FluxStdPerleyTaylor99FluxStdPerleyTaylor99: The PerleyTaylor99 flux standard
casa::Fmod< L, R, RES >Functor to apply fmod
casa::ForwardColumnVirtual column forwarding to another column
casa::ForwardColumnEngineVirtual column engine forwarding to other columns
casa::ForwardColumnIndexedRowVirtual column forwarding to another row/column
casa::ForwardColumnIndexedRowEngineVirtual column engine forwarding to other columns/rows
casa::FrequencyAligner< T >Aligns spectra in frequency space
casa::FuncExprDataData and enumerations for functional expressions
casa::FuncExprData::ExprCompStateThe compilation state descriptor
casa::FuncExprData::ExprOperatorThe operator description: code; priority; # of arguments; # of arguments used up (or produced for functions)
casa::FuncExprData_global_functions_outputOutput function
casa::FuncExpressionAn expression executable as function
casa::FuncExpression_global_functions_executeExecute function
casa::FuncExpression_global_functions_outputOutput function
casa::FuncIdFunction ID, for use by MathFunc class
casa::Function< T, U >Numerical functional interface class
casa::Function1D< T, U >Numerical functional interface class for 1 dimension
casa::Function_global_functions_OutputGlobal functions
casa::Functional< Domain, Range >Map a domain object into a range object via operator()
casa::FunctionalProxy
casa::FunctionFactory< T >Class for creating Function objects from Records
casa::FunctionFactoryError
casa::FunctionHolder< T >A holder for Functions to enable record conversions
casa::FunctionHolder< T >::FuncStatStructure to hold functional status
casa::FunctionMarshallableClass for serializing/reconstituting Function objects to/from Records
casa::FunctionOrder< T >Container of function description details
casa::FunctionOrder_global_functions_OutputGlobal functions
casa::FunctionParam< T >Container of function parameters with masking flags
casa::FunctionParam_global_functions_OutputGlobal functions
casa::FunctionTraits< T >Function data types for parameters and arguments
casa::FunctionTraits_P< AutoDiff< T > >FunctionTraits specialization for AutoDiff
casa::FunctionTraits_PA< AutoDiffA< T > >FunctionTraits specialization for AutoDiffA
casa::FunctionTraits_PX< AutoDiffX< T > >FunctionTraits specialization for AutoDiffX
casa::FunctionWrapper< T >Construct nD function objects from C++ functions
casa::Gaussian1D< T >A one dimensional Gaussian class
casa::Gaussian1D_PS< AutoDiff< T > >Partial specialization of Gaussian1D for AutoDiff
casa::Gaussian1DParam< T >Parameter handling for one dimensional Gaussian class
casa::Gaussian2D< T >A two dimensional Gaussian class
casa::Gaussian2D_PS< AutoDiff< T > >Partial specialization of Gaussian2D for AutoDiff
casa::Gaussian2DParam< T >Parameter handling for 2 dimensional Gaussian class
casa::Gaussian3D< T >A three dimensional Gaussian class
casa::Gaussian3D_PS< AutoDiff< T > >Partial specialization of Gaussian3D for AutoDiff
casa::Gaussian3DParam< Type >Parameter handling for 3 dimensional Gaussian class
casa::GaussianConv< T >Gaussian
casa::GaussianConvertConverts Gaussian parameters between pixel and world
casa::GaussianMultipletSpectralElementDescribes a multiplet of Gaussian shaped spectral lines
casa::GaussianND< T >A Multi-dimensional Gaussian functional
casa::GaussianNDParam< T >A Multi-dimensional Gaussian parameter handling
casa::GaussianShapeA Gaussian model for the spatial distribution of emission
casa::GaussianSpectralElementDescribes a Gaussian spectral line
casa::generic_global_functions_defGeneric gnu macros
casa::GenericL2Fit< T >Generic base class for least-squares fit
casa::GenSort< T >General in-place sort functions
casa::GenSort_global_functions_genSortIndirectGlobal indirect sort functions The following global functions easier to use than the static GenSortIndirect member functions
casa::GenSort_global_functions_genSortInPlaceGlobal in-place sort functions The following global functions are easier to use than the static GenSort member functions
casa::GenSortIndirect< T >General indirect sort functions
casa::GeometricDiscrete geometric distribution
casa::GetCellSlices< T >Functor to get irregular array slices from a cell
casa::GetColumnSlices< T >Functor to get irregular array slices from a column
casa::GNoiseFunction< T >A one dimensional normal distribution
casa::GNoiseParam< T >A one dimensional normal distribution
casa::Gridder< Domain, Range >A base class for gridding
casa::HaDecColumnHourangle/declination derived from TIME, etc
casa::HashClass< key >Hash function with state
casa::HashMap< key, val >Associative Array with a hash table implementation
casa::HashMap_global_functions_defaulthashvalueSpecify the default values for HashMap keys
casa::HashMap_global_functions_hashfuncHash functions for standard types
casa::HashMapIO_global_functions_hashmapioHashMap/HashMapIter IO functions
casa::HashMapIter< key, val >Step through a non-const HashMap
casa::HDF5DataSetA class representing an HDF5 data set
casa::HDF5DataTypeA class representing an HDF5 data type
casa::HDF5ErrorBase error class for HDF5 wrapper classes
casa::HDF5FileA class representing an HDF5 file
casa::HDF5GroupA class representing an HDF5 group
casa::HDF5HidAttributeA class representing an HDF5 attribute hid
casa::HDF5HidDataSpaceA class representing an HDF5 dataspace hid
casa::HDF5HidDataTypeA class representing an HDF5 datatype hid
casa::HDF5HidPropertyA class representing an HDF5 property hid
casa::HDF5Image< T >Read, store, and manipulate astronomical images in HDF5 format
casa::HDF5Lattice< T >A Lattice that is read from or written to an HDF5 dataset
casa::HDF5LattIter< T >A read/write Lattice iterator for PagedArrays
casa::HDF5ObjectAn abstract base class representing an HDF5 object
casa::HDF5RecordA class to write/read a record into HDF5
casa::HeaderDataUnitBase class that defines a HDU
casa::HistAcc< T >Makes a histogram from input values
casa::HistTiledCollapser< T >Generate histograms, tile by tile, from a masked lattice
casa::HostInfoMiscellaneous information about this host and process
casa::HourangleColumnHourangle derived from TIME, etc
casa::HyperGeometricHypergeometric distribution
casa::HyperPlane< T >A hyper plane function
casa::HyperPlane_PS< AutoDiff< T > >Partial specialization of HyperPlane for AutoDiff
casa::HyperPlaneParam< T >Parameter handling for a hyper plane function
casa::IBMConversionA class with static functions to convert IBM format
casa::IBMDataConversionA class with virtual functions to convert IBM format
casa::IComplexInteger complex numbers
casa::Imag< T, RES >Functor to apply complex function imag
casa::Image2DConvolver< T >This class does 2D convolution of an image by a functional form
casa::ImageAttrGroupAbstract base class for an image attributes group
casa::ImageAttrGroupCasaAttribute group for a CASA image
casa::ImageAttrGroupHDF5Attribute group for a HDF5 image
casa::ImageAttrHandlerAbstract base class for an image attributes handler
casa::ImageAttrHandlerCasaAbstract base class for an image attributes handler
casa::ImageAttrHandlerHDF5Abstract base class for an image attributes handler
casa::ImageConcat< T >Concatenates images along a specified axis
casa::ImageConvolver< T >This class does convolution of an image by an Array or Lattice
casa::ImageDecomposer< T >A tool to separate a complex image into individual components
casa::ImageExpr< T >Hold mathematical expressions involving ImageInterface objects
casa::ImageExprGram_global_functions_ImageExprGramFunctionsGlobal functions for flex/bison scanner/parser for ImageExprGram
casa::ImageExprParseClass to hold values from image expression parser
casa::ImageExtension< TYPE >IMAGE extension of given type
casa::ImageFFTFFT an image
casa::ImageFit1D< T >Fit spectral components to a Vector of data from an image
casa::ImageFITSConverterInterconvert between AIPS++ Images and FITS files
casa::ImageFITSConverterImpl< HDUType >This class is an internal class for ImageFITSConverter
casa::ImageHistograms< T >Displays histograms of regions from an image
casa::ImageInfoMiscellaneous information related to an image
casa::ImageInfo_global_functions_OutputGlobal functions
casa::ImageInterface< T >A base class for astronomical images
casa::ImageMetaDataA class in which to store and allow read-only access to image metadata
casa::ImageMoments< T >This class generates moments from an image
casa::ImageMomentsProgressProvides a progress meter for the ImageMoments class
casa::ImageOpenerDefinition of image types and handlers
casa::ImagePolImplementation of the image polarimetry functionality available from casapy
casa::ImagePolarimetryPolarimetric analysis of images
casa::ImageProxy
casa::ImageRegionClass to hold a region of interest in an image
casa::ImageRegrid< T >This regrids one image to match the coordinate system of another
casa::ImageReorderer
casa::ImageSourceFinder< T >Provides functionality to find sources in an image
casa::ImageStatistics< T >Displays various statistics from an image
casa::ImageSummary< T >Provides and lists information about the header of an image
casa::ImageTwoPtCorr< T >Compute two point correlation functions from images
casa::ImageUtilitiesUtility functions for Image manipulation
casa::IncrementalStManThe Incremental Storage Manager
casa::indexError< t >Index errors returning the bad index
casa::IndexErrorBase class for all indexing errors
casa::InputInput.h: A simple command-line argument method for applications
casa::Interpolate1D< Domain, Range >Interpolate in one dimension
casa::Interpolate2DA two dimension interpolator for Matrices or Arrays
casa::InterpolateArray1D< Domain, Range >Interpolate in one dimension
casa::InvalidIterErrorInvalide iteration error class
casa::InvalidSerializationError
casa::IPositionA Vector of integers, for indexing into Array<T> objects
casa::IPosition_global_functions_IPosition_ArithmeticArithmetic Operations for IPosition's Element by element arithmetic on IPositions
casa::IPosition_global_functions_IPosition_IndexingIndexing functions for IPosition's Convert between IPosition and offset in an array
casa::IPosition_global_functions_IPosition_LogicalLogical operations for IPosition's Element by element boolean operations on IPositions
casa::IsFinite< T >Functor to test for finiteness
casa::IsInf< T >Functor to test for infinity
casa::ISMBaseBase class of the Incremental Storage Manager
casa::ISMBucketA bucket in the Incremental Storage Manager
casa::ISMColumnA Column in the Incremental Storage Manager
casa::ISMIndColumnA column of Incremental storage manager for indirect arrays
casa::ISMIndexThe Index of the Incremental Storage Manager
casa::IsNaN< T >Functor to test for NaN
casa::IterBoundaryErrorIteration Boundary error class
casa::IterErrorIteration error class
casa::IterInitErrorIteration initialization error
casa::KaiserBFunction< T >A one dimensional Kaiser-Bessel function
casa::KaiserBParam< T >A one dimensional Kaiser-Bessel function
casa::KB_Conv< T >A Kaiser-Bessel function
casa::LargeFilebufIOClass for buffered IO on a large file
casa::LargeFiledesIOClass for IO on a large file descriptor
casa::LargeRegularFileIOClass for IO on a regular large file
casa::LASTColumnLocal sidereal time derived from TIME, etc
casa::Lattice< T >A templated, abstract base class for array-like objects
casa::LatticeAddNoiseAdd noise from specified distribution to a lattice
casa::LatticeApply< T, U >Optimally iterate through a Lattice and apply provided function object
casa::LatticeBaseA non-templated, abstract base class for array-like objects
casa::LatticeCache< T >Class for caching image access via tiles
casa::LatticeCleaner< T >A class for doing multi-dimensional cleaning
casa::LatticeCleanProgressAbstract base class to monitor progress in lattice operations
casa::LatticeConcat< T >Concatenates lattices along a specified axis
casa::LatticeConvolver< T >A class for doing multi-dimensional convolution
casa::LatticeExpr< T >Class to allow C++ expressions involving lattices
casa::LatticeExprNodeBridging class to allow C++ expressions involving lattices
casa::LatticeFFTFunctions for Fourier transforming Lattices
casa::LatticeFitFit every line of pixels parallel to any axis in a Lattice
casa::LatticeFractile< T >Static functions to get median and fractiles of a lattice
casa::LatticeHistograms< T >Displays histograms of regions from a lattice
casa::LatticeHistProgressProvides a progress meter for the LatticeHistograms class
casa::LatticeHistSpecializeSpecialized functions for LatticeHistograms
casa::LatticeIndexerA helper class for stepping through Lattices
casa::LatticeIterator< T >A read/write lattice iterator
casa::LatticeIterInterface< T >A base class for Lattice iterators
casa::LatticeLockerClass to hold a (user) lock on a lattice
casa::LatticeNavigatorAbstract base class to steer lattice iterators
casa::LatticeProgressAbstract base class to monitor progress in lattice operations
casa::LatticeRegionAn optionally strided region in a Lattice
casa::LatticeSlice1D< T >Extract a 1-D slice from a Lattice
casa::LatticeStatistics< T >Compute and display various statistics from a lattice
casa::LatticeStatsBaseBase class for LatticeStatistics class
casa::LatticeStepperTraverse a Lattice by cursor shape
casa::LatticeTwoPtCorr< T >Compute two point auto-correlation functions from a lattice
casa::LatticeUtilitiesStatic functions for Lattices
casa::LatticeUtilities_global_functions_LatticeUtilitiesGlobal functions on Lattices
casa::LattRegionHolderClass to hold a region of interest in an image
casa::LattStatsProgressProvides a progress meter for the LatticeStatistics class
casa::LattStatsSpecialize
casa::LCBoxClass to define a rectangular box of interest
casa::LCComplementMake the complement of a region
casa::LCConcatenationCombine multiple LCRegion's into a new dimension
casa::LCDifferenceMake the difference of 2 regions
casa::LCEllipsoidDefine an N-dimensional ellipsoidal region of interest
casa::LCExtensionExtend an LCRegion along straight lines to other dimensions
casa::LCHDF5MaskClass to define a rectangular mask as a region
casa::LCIntersectionMake the intersection of 2 or more regions
casa::LCLELMaskClass to define a mask as a LEL expression
casa::LCMaskClass to define a rectangular mask as a temporary region
casa::LCPagedMaskClass to define a rectangular mask as a region
casa::LCPixelSetClass to define a rectangular mask as a region
casa::LCPolygonDefine a 2-dimensional region by a polygon
casa::LCRegionAbstract base class to define a region of interest in lattice coordinates
casa::LCRegionFixedAbstract base class to define a fixed region
casa::LCRegionMultiMake the intersection of 2 or more regions
casa::LCRegionSingleAbstract base class to define a single region
casa::LCSlicerClass to define a rectangular box of interest with strides
casa::LCStretchStretch length 1 axes in an LCRegion along straight lines
casa::LCUnionMake the union of 2 or more regions
casa::LECanonicalConversionA class with static functions to convert little endian canonical format
casa::LECanonicalDataConversionA class with virtual functions to convert little endian canonical format
casa::LECanonicalIOClass for IO in little endian canonical format
casa::LELArray< T >This LEL class holds an array with a mask
casa::LELArrayBaseBase class for LELArray holding the mask
casa::LELArrayRef< T >This LEL class holds a possible referenced array with a mask
casa::LELAttributeAncillary information for the LEL letter classes
casa::LELBinary< T >This LEL class handles numerical binary operators
casa::LELBinaryBoolThis LEL class handles logical binary operators
casa::LELBinaryCmp< T >This LEL class handles relational binary numerical operators
casa::LELBinaryEnumsEach LEL binary operation is described in this enum
casa::LELCondition< T >Class to make a mask from a condition
casa::LELConvert< T, F >Class to convert a LEL node from one numerical type to another
casa::LELCoordinatesEnvelope class to handle Lattice Coordinates in LEL
casa::LELFunction1D< T >This LEL class handles numerical (real and complex) 1-argument functions
casa::LELFunctionBoolThis LEL class handles logical functions
casa::LELFunctionComplexThis LEL class handles complex numerical functions
casa::LELFunctionDComplexThis LEL class handles double complex numerical functions
casa::LELFunctionDoubleThis LEL class handles numerical functions whose return type is a Double
casa::LELFunctionEnumsEach LEL function is described in this enum
casa::LELFunctionFloatThis LEL class handles numerical functions whose return type is a Float
casa::LELFunctionND< T >This LEL class handles functions with a variable number of arguments
casa::LELFunctionReal1D< T >This LEL class handles numerical (real only) 1-argument functions
casa::LELImageCoordThe letter class for image coordinates
casa::LELInterface< T >This base class provides the interface for Lattice expressions
casa::LELLattCoordThe base letter class for lattice coordinates in LEL
casa::LELLattCoordBaseThe base letter class for lattice coordinates in LEL
casa::LELLattice< T >This LEL class handles access to Lattices
casa::LELRegionClass to hold a region as a LEL node
casa::LELRegionAsBoolClass to convert a region to a boolean node
casa::LELScalar< T >This LEL class holds a scalar with a mask
casa::LELSpectralIndex< T >This LEL class handles calculation of the spectral index
casa::LELUnary< T >This LEL class handles numerical unary operators
casa::LELUnaryBoolThis LEL class handles logical unary operators
casa::LELUnaryConst< T >This LEL class handles scalar (unary) constants
casa::LELUnaryEnumsEach LEL unary operation is described in this enum
casa::LinearCoordinateInterconvert between pixel and a linear world coordinate
casa::LinearFit< T >Class for linear least-squares fit
casa::LinearFitSVD< T >Linear least-squares fit using Singular Value Decomposition method
casa::LinearSearch_global_functions_linearsearchLinear search a linear data structure
casa::LinearXformPerform a linear transform between input and output vectors
casa::LineCollapser< T, U >Abstract base class for LatticeApply function signatures
casa::Link< t >Doubly linked list primitive
casa::List< t >Doubly linked list
casa::ListIO_global_functions_List_IOInput/output operators for Lists
casa::ListIter< t >Doubly linked non-constant list iterator The List class above only provides for the list framework
casa::ListNotice< t >Linked list update notice
casa::LittleEndianConversionA class with static functions to convert littleEndian format
casa::LockFileClass to handle file locking and synchronization
casa::Log< T, RES >Functor to apply log
casa::Log10< T, RES >Functor to apply log10
casa::LogFilterFilter LogMessages on message priority
casa::LogFilterExprClass to deal with a TaQL expression to filter messages
casa::LogFilterInterfaceAbstract base class for filtering LogMessages
casa::LogFilterTaqlFilter LogMessages using a TaQL expression
casa::LoggerHolderClass holding a hierarchy of loggers
casa::LoggerHolderIteratorClass to iterate through an LoggerHolder
casa::LoggerHolderRepRepresentation of the class holding a hierarchy of loggers
casa::LogHolderIterClass doing the actual iteration through an LoggerHolder
casa::LogHolderIterEntryClass representing an entry in a LoggerHolder
casa::LogiArray_global_functions_LogicalArrayLogical valued Arrays
casa::LogiArrayFwd_global_functions_LogicalArray_forwardsForward declarations for LogicalArrays
casa::LogiCube_global_functions_LogicalCubeLogical valued Cubes
casa::LogiMatrix_global_functions_LogicalMatrixLogical valued Matrices
casa::LogIOOstream-like interface to creating log messages
casa::LogIO_global_functions_commandFunctions to send commands to a LogIO object
casa::LogIO_global_functions_outputFunctions to accumulate text in the output message
casa::LogiVector_global_functions_LogicalVectorLogical valued Vectors
casa::LogMessageInformational log messages with with time, priority, and origin
casa::LogMessage_global_functions_LogMessage_ostreamWrite a LogMessage to an ostream
casa::LogNormalLogarithmic normal distribution
casa::LogOriginLogOrigin: The source code location of the originator of a LogMessage
casa::LogOrigin_global_functions_LogOrigin_ostreamWrite a LogOrigin to an ostream
casa::LogOrigin_global_functions_SourceLocationHelper struct to get the source line
casa::LogOrigin_global_functions_SourceLocation::SourceLocation
casa::LogSinkDistribute LogMessages to their destination(s)
casa::LogSinkInterfaceAccepts LogMessages and posts them to some destination
casa::Lorentzian1D< T >A one dimensional Lorentzian class
casa::Lorentzian1D_PS< AutoDiff< T > >Partial specialization of Lorentzian1D for AutoDiff
casa::Lorentzian1DParam< T >Parameter handling for one dimensional Lorentzian class
casa::LorentzianSpectralElementDescribes a single Lorentzian spectral profile
casa::LSQaipsInterface for aips++ Vectors in least squares fitting
casa::LSQComplexType of complex numeric class indicator
casa::LSQFitBasic class for the least squares fitting
casa::LSQFit::AsReal
casa::LSQFit::Complex
casa::LSQFit::Conjugate
casa::LSQFit::RealSimple classes to overload templated memberfunctions
casa::LSQFit::Separable
casa::LSQMatrixSupport class for the LSQ package
casa::LSQNullNon relevant class indicator
casa::LSQRealTyping support classes for LSQ classes
casa::LSQTraits< T >Traits for numeric classes used
casa::LSQTraits_CD< std::complex< Double > >LSQTraits specialization for DComplex
casa::LSQTraits_CF< std::complex< Float > >LSQTraits specialization for Complex
casa::LSQTraits_D< Double >LSQTraits specialization for Double
casa::LSQTraits_F< Float >LSQTraits specialization for Float
casa::LSQType< T >Determine if pointer type
casa::LSQType< T >::PointerTraits< U >
casa::LSQType< T >::PointerTraits< U * >
casa::MakeComplex< L, R, RES >Functor to form a complex number from the left and right value
casa::MakeComplexImag< L, R, RES >Functor to form a complex number from the left value and the imaginary part of the right value
casa::MakeComplexReal< L, R, RES >Functor to form a complex number from the real part of the left value and the right value
casa::MakeComplexRealImag< L, R, RES >Functor to form a complex number from the real part of the left value and the imaginary part of the right value
mallinfo
casa::Map< key, value >Abstract base class for associative arrays
casa::MapIO_global_functions_Map_IOInput/output operators for Maps
casa::MapIter< key, value >Associative array iterator
casa::MapIterRep< key, value >Abstract base class for associative array iterators
casa::MappedArrayEngine< VirtualType, StoredType >Templated virtual column engine to map the data type of a table array
casa::MapRep< key, value >Map representation class
casa::MarshallableChebyshev< T >A Chebyshev function class that supports serialization
casa::MarshButterworthBandpass< T >A Butterworth function class that supports serialization
casa::MaskArrIO_global_functions_MaskedArray_IOAscii input/output operations for MaskedArrays
casa::MaskArrLogi_global_functions_MaskedArray_logical_operationsLogical operations for MaskedArrays, and between MaskedArrays and Arrays
casa::MaskArrMath_global_functions_MaskedArray_mathematical_operationsMathematical operations for MaskedArrays (and with Arrays)
casa::MaskedArray< T >Class for masking an Array for operations on that Array
casa::MaskedArray_global_functions_MaskedArray_general_global_functionsGeneral global functions for MaskedArrays, and MaskedArrays and Arrays
casa::MaskedAvdevFunc< T >
casa::MaskedLattice< T >A templated, abstract base class for array-like objects with masks
casa::MaskedMaxFunc< T >
casa::MaskedMeanFunc< T >
casa::MaskedMedianFunc< T >
casa::MaskedMinFunc< T >
casa::MaskedProductFunc< T >
casa::MaskedRmsFunc< T >
casa::MaskedStddevFunc< T >
casa::MaskedSumFunc< T >
casa::MaskedVarianceFunc< T >
casa::MaskLogiArr_global_functions_MaskedLogicalArrayMasked LogicalArrays
casa::MaskLogiArrFwd_global_functions_MaskedLogicalArray_forwardsForward declarations for MaskedLogicalArrays
casa::MaskSpecifierClass to specify which mask to use in an image
casa::Math_global_functions_Math_interface_for_casacoreAIPS++ interface to math.h and other scalar math functions
casa::MathFunc< T >A class to generate values of mathematical functions
casa::MathFunc_global_functions_FUNCTYPE_enumEnum used to identify function type for MathFunc class
casa::MathFunc_global_functions_spheriodal_functionsFred Schwab function to calculate spheriodal functions
casa::MathFuncErrorError class for MathFunc class
casa::Matrix< T >A 2-D Specialization of the Array class
casa::MatrixIterator< T >Iterate a Matrix cursor through another Array
casa::MatrixMath_global_functions_Linear_AlgebraLinear algebra functions on Vectors and Matrices
casa::MatrixMathLA_global_functions_Linear_AlgebraLinear algebra functions on Vectors and Matrices
casa::MatrixSolverMatrixSolver.h: the base class for solvers of linear equations AX=B
casa::Max< L, R, RES >Functor to get maximum of two values
casa::MBaselineA Measure: Baseline on Earth
casa::MCBaseBase for specific measure conversions
casa::MCBaselineMBaseline conversion routines
casa::MCDirectionMDirection conversion routines
casa::MCDopplerMDoppler conversion routines
casa::MCEarthMagneticMEarthMagnetic conversion routines
casa::MCEpochMEpoch conversion routines
casa::MCFrameMeasure frame calculations proxy
casa::MCFrequencyMFrequency conversion routines
casa::MConvertBaseConversion of Measures Base
casa::MConvertBase_global_functions_OutputGlobal functions
casa::MCPositionMPosition conversion routines
casa::MCRadialVelocityMRadialVelocity conversion routines
casa::MCuvwMuvw conversion routines
casa::MDirectionA Measure: astronomical direction
casa::MDopplerA Measure: Doppler shift
casa::MEarthMagneticA Measure: Magnetic field on Earth
casa::MeasBase< Mv, Mr >Base class for all measures
casa::MeasCometPosition for comets and other solar system bodies
casa::MeasConvert< M >Conversion of Measures
casa::MeasDataMeasData provides Measure computing data
casa::MeasFrameContainer for Measure frame
casa::MeasFrame_global_functions_OutputGlobal functions
casa::MeasIERSInterface to IERS tables
casa::MeasJPLInterface to JPL DE tables
casa::MeasMathMeasure conversion aid routines
casa::MeasRef< Ms >Reference frame for physical measures
casa::MeasRef< Ms >::RefRepRepresentation class
casa::MeasTableMeasTable provides Measure computing database data
casa::MeasurePhysical quantities within reference frame
casa::Measure_global_functions_OutputGlobal functions
casa::MeasureHolderA holder for Measures to enable record conversions
casa::MeasurementSetA Table intended to hold astronomical data (a set of Measurements)
MeasuresProxy
casa::MeasValueBase class for values in a Measure
casa::MeasValue_global_functions_OutputGlobal functions
casa::MedianSliderClass to compute sliding median
casa::MemoryMemory related information and utilities. use visibility=export>
casa::MemoryIOClass for IO to a memory buffer
casa::MemoryLogSinkSave log messages in memory
casa::MemoryStManMemory-based table storage manager class
casa::MemoryTableClass for a table held in memory
casa::MEpochA Measure: instant in time
casa::MFrequencyA Measure: wave characteristics
casa::Min< L, R, RES >Functor to get minimum of two values
casa::Minus< L, R, RES >Functor to subtract variables of possible different types
casa::MIRIADImageClass providing native access to MIRIAD images
casa::MLCGMultiplicative linear congruential generator
casa::MMapfdIOMemory-mapped IO on a file
casa::MMapIOMemory-mapped IO on a file
casa::Mod_KB_Conv< T >A Kaiser-Bessel function multiplied by a Gaussian
casa::ModcompConversionStatic functions to convert Modcomp numeric formats
casa::ModcompDataConversionA DataConversion class to convert between Modcomp format
casa::Modulo< L, R, RES >Functor to take modulo of (integer) variables of possible different types
casa::MomentCalcBase< T >Abstract base class for moment calculator classes
casa::MomentClip< T >Computes simple clipped, and masked moments
casa::MomentFit< T >Compute moments from a Gaussian fitted to a profile
casa::MomentsBase< T >This class is a base class for generating moments from an image or a spectral data
casa::MomentWindow< T >Computes moments from a windowed profile
casa::MPositionA Measure: position on Earth
casa::MRadialVelocityA Measure: radial velocity
casa::MRBaseBase for Reference frame for physical measures
casa::MRBase_global_functions_OutputGlobal functions
casa::MS1ToMS2ConverterClass to convert a MeasurementSet v1 to v2
casa::MSAntennaA Table intended to hold a MeasurementSet ANTENNA table
casa::MSAntennaColumnsA class to provide easy read-write access to MSAntenna columns
casa::MSAntennaEnumsEnums for the MeasurementSet ANTENNA table
casa::MSAntennaGram_global_functions_MSAntennaGramFunctionsGlobal functions for flex/bison scanner/parser for MSAntennaGram
casa::MSAntennaIndexClass to handle lookup or indexing into a MS ANTENNA subtable
casa::MSAntennaParseClass to hold values from antenna grammar parser
casa::MSArrayGram_global_functions_MSArrayGramFunctionsGlobal functions for flex/bison scanner/parser for MSArrayGram
casa::MSArrayParseClass to hold values from scan grammar parser
casa::MSCalEngineEngine to calculate derived MS values
casa::MSColumnsA class to provide easy read-write access to MeasurementSet columns
casa::MSConcatA class with functions for concatenating MeasurementSets
casa::MSCorrGram_global_functions_MSCorrGramFunctionsGlobal functions for flex/bison scanner/parser for MSCorrGram
casa::MSCorrParseClass to hold values from UV dist grammar parser
casa::MSDataDescColumnsA class to provide easy read-write access to MSDataDescription columns
casa::MSDataDescIndexClass to handle lookup or indexing into a MS DATA_DESC subtable
casa::MSDataDescriptionA Table intended to hold a MeasurementSet DATADESCRIPTION table
casa::MSDataDescriptionEnumsEnums for the MeasurementSet DATA_DESCRIPTION table
casa::MSDerivedValuesMSDerivedValues calculates values derived from a MS
casa::MSDopplerA Table intended to hold a MeasurementSet DOPPLER table
casa::MSDopplerColumnsA class to provide easy read-write access to MSDoppler columns
casa::MSDopplerEnumsEnums for the MeasurementSet DOPPLER table
casa::MSDopplerIndex
casa::MSDopplerUtilA utility class for MS Doppler tracking information
casa::MSFeedA Table intended to hold a MeasurementSet FEED table
casa::MSFeedColumnsA class to provide easy read-write access to MSFeed columns
casa::MSFeedEnumsEnums for the MeasurementSet FEED table
casa::MSFeedIndex
casa::MSFieldA Table intended to hold a MeasurementSet FIELD table
casa::MSFieldColumnsA class to provide easy read-write access to MSField columns
casa::MSFieldEnumsEnums for the MeasurementSet FIELD table
casa::MSFieldGram_global_functions_MSFieldGramFunctionsGlobal functions for flex/bison scanner/parser for MSFieldGram
casa::MSFieldIndexClass to handle lookup or indexing into a MS FIELD subtable
casa::MSFieldParseClass to hold values from field grammar parser
casa::MSFitsIDIMSFitsIDI: Convert FITS-IDI data to MS format
casa::MSFitsInputUV FITS to MeasurementSet filler
casa::MSFitsOutputWrite a MeasurementSet to a random group uvfits file
casa::MSFitsOutputAstronWrite a MeasurementSet to a random group uvfits file
casa::MSFlagCmdA Table intended to hold a MeasurementSet FLAG_CMD table
casa::MSFlagCmdColumnsA class to provide easy read-write access to MSFlagCmd columns
casa::MSFlagCmdEnumsEnums for the MeasurementSet FLAG_CMD table
casa::MSFlaggerMSFlagger specifies selections on a MeasurementSet
casa::MSFreqOffIndex
casa::MSFreqOffsetA Table intended to hold a MeasurementSet FREQ_OFFSET table
casa::MSFreqOffsetColumnsA class to provide easy read-write access to MSFreqOffset columns
casa::MSFreqOffsetEnumsEnums for the MeasurementSet FREQ_OFFSET table
casa::MSHistoryA Table intended to hold a MeasurementSet OBSERVATIONLOG table
casa::MSHistoryColumnsA class to provide easy read-write access to MSHistory columns
casa::MSHistoryEnumsEnums for the MeasurementSet HISTORY table
casa::MSHistoryHandlerA class to provide a simple interface to history writing
casa::MSIntervalSmall helper class to specify an 'interval' comparison
casa::MSIterAn iterator class for MeasurementSets
casa::MSListerList visibility records from a Measurement Set
casa::MSMainColumnsA class for easy read-write access to MeasurementSet main table columns
casa::MSMainEnumsEnums for the MeasurementSet main table
casa::MSMBaseBase class for memory-based table storage manager class
casa::MSMColumnColumn in the Memory table storage manager class
casa::MSMDirColumnMemory storage manager for table arrays
casa::MSMIndColumnMmeory storage manager for variable shaped table arrays
casa::MSMIndColumn::Data
casa::MSObservationA Table intended to hold a MeasurementSet OBSERVATION table
casa::MSObservationColumnsA class to provide easy read-write access to MSObservation columns
casa::MSObservationEnumsEnums for the MeasurementSet OBSERVATION table
casa::MSObservationIndexClass to handle lookup or indexing into an MS OBSERVATION subtable
casa::MSParseClass to hold values from an ms grammar parser
casa::MSPointingA Table intended to hold a MeasurementSet POINTING table
casa::MSPointingColumnsA class to provide easy read-write access to MSPointing columns
casa::MSPointingEnumsEnums for the MeasurementSet POINTING table
casa::MSPointingIndex
casa::MSPolarizationA Table intended to hold a MeasurementSet POLARIZATION table
casa::MSPolarizationColumnsA class to provide easy read-write access to MSPolarization columns
casa::MSPolarizationEnumsEnums for the MeasurementSet POLARIZATION table
casa::MSPolarizationIndexClass to handle lookup or indexing into an MS POLARIZATION subtable
casa::MSPolnGram_global_functions_MSPolnGramFunctionsGlobal functions to drive the MSPolnParse class. These, for Polarization selection, need not be global functions, but are done this way to keep the interface uniform for the various selection expressions
casa::MSPolnParseClass to hold values from field grammar parser
casa::MSPrimaryGroupHolderA helper class for MSFitsInput
casa::MSProcessorA Table intended to hold a MeasurementSet PROCESSOR table
casa::MSProcessorColumnsA class to provide easy read-write access to MSProcessor columns
casa::MSProcessorEnumsEnums for the MeasurementSet PROCESSER table
casa::MSRangeMSRange determines ranges of values in a MeasurementSet
casa::MSReaderRead from an MS, coordinating all of the subtables in the process
casa::MSScanGram_global_functions_MSScanGramFunctionsGlobal functions for flex/bison scanner/parser for MSScanGram
casa::MSScanParseClass to hold values from scan grammar parser
casa::MSSelectionMSSelection: Class to represent a selection on an MS
casa::MSSelectionAntennaError-------------------------------------------------------------------
casa::MSSelectionAntennaParseError-------------------------------------------------------------------
casa::MSSelectionArrayError-------------------------------------------------------------------
casa::MSSelectionArrayParseError
casa::MSSelectionArrayWarning
casa::MSSelectionError
casa::MSSelectionFieldError-------------------------------------------------------------------
casa::MSSelectionFieldParseError-------------------------------------------------------------------
casa::MSSelectionKeywordsMSSelectionKeywords specifies selection keywords for the MeasurementSet
casa::MSSelectionPolnError-------------------------------------------------------------------
casa::MSSelectionPolnParseError
casa::MSSelectionPolnWarning
casa::MSSelectionScanError-------------------------------------------------------------------
casa::MSSelectionScanParseError
casa::MSSelectionScanWarning
casa::MSSelectionSpwError-------------------------------------------------------------------
casa::MSSelectionSpwParseError
casa::MSSelectionSpwWarning
casa::MSSelectionStateError-------------------------------------------------------------------
casa::MSSelectionStateParseError
casa::MSSelectionStateWarning
casa::MSSelectionTimeError-------------------------------------------------------------------
casa::MSSelectionTimeParseError
casa::MSSelectionUvDistError-------------------------------------------------------------------
casa::MSSelectionUvDistParseError
casa::MSSelectorMSSelector specifies selections on a MeasurementSet
casa::MSSelUtil< T >Helper class for MSFlagger with templated static function
casa::MSSelUtil2< T >
casa::MSSimulatorCreate an empty MeasurementSet from observation and telescope descriptions
casa::MSSourceA Table intended to hold a MeasurementSet SOURCE table
casa::MSSourceColumnsA class to provide easy read-write access to MSSource columns
casa::MSSourceEnumsEnums for the MeasurementSet SOURCE table
casa::MSSourceIndex
casa::MSSpectralWindowA Table intended to hold a MeasurementSet SPECTRAL_WINDOW table
casa::MSSpectralWindowEnumsEnums for the MeasurementSet SPECTRAL_WINDOW table
casa::MSSpwGram_global_functions_MSSpwGramFunctionsGlobal functions for flex/bison scanner/parser for MSSpwGram
casa::MSSpwIndexClass to handle lookup or indexing into a MS Data_Desc_ID and SpectralWindow subtables
casa::MSSpWindowColumnsA class to provide easy read-write access to MSSpectralWindow columns
casa::MSSpWindowIndexClass to handle lookup or indexing into a MS SPECTRAL_WINDOW subtable
casa::MSSpwParseClass to hold values from field grammar parser
casa::MSStateA Table intended to hold a MeasurementSet STATE table
casa::MSStateColumnsA class to provide easy read-write access to MSState columns
casa::MSStateEnumsEnums for the MeasurementSet STATE table
casa::MSStateGram_global_functions_MSStateGramFunctionsGlobal functions for flex/bison scanner/parser for MSStateGram
casa::MSStateIndexClass to handle lookup or indexing into a MS FIELD subtable
casa::MSStateParseClass to hold values from field grammar parser
casa::MSSummaryProvides and lists information about the header of an image
casa::MSSysCalA Table intended to hold a MeasurementSet SYSCAL table
casa::MSSysCalColumnsA class to provide easy read-write access to MSSysCal columns
casa::MSSysCalEnumsEnums for the MeasurementSet SYSCAL table
casa::MSSysCalIndex
casa::MSTable< ColEnum, KeyEnum >A Table intended to hold astronomical data
casa::MSTableImplAn implementation class for the MeasurementSet to share code
casa::MSTableIndex
casa::MSTileLayoutAn helper class for deciding on tile shapes in MeasurementSets
casa::MSTimeGram_global_functions_MSTimeGramFunctionsGlobal functions for flex/bison scanner/parser for MSTimeGram
casa::MSTimeParseClass to hold values from time grammar parser
casa::MSUvDistGram_global_functions_MSUvDistGramFunctionsGlobal functions for flex/bison scanner/parser for MSUvDistGram
casa::MSUvDistParseClass to hold values from UV dist grammar parser
casa::MSValidIds
casa::MSWeatherA Table intended to hold a MeasurementSet WEATHER table
casa::MSWeatherColumnsA class to provide easy read-write access to MSWeather columns
casa::MSWeatherEnumsEnums for the MeasurementSet WEATHER table
casa::MSWeatherIndex
casa::Multiplies< L, R, RES >Functor to multiply variables of possible different types
casa::MultiRecordFieldWriterMulti field writer
casa::MultiTermLatticeCleaner< T >
casa::MUStringPointed String class to aid analysis of quantity strings
casa::MUString_global_functions_outputGlobal functions
casa::MutexWrapper around a pthreads mutex
casa::MutexedInitThread-safe initialization of global variables
casa::MuvwA Measure: uvw on Earth
casa::MVAngleClass to handle angle type conversions and I/O
casa::MVAngle::FormatFormat structure
casa::MVAngle_global_functions_outputGlobal functions
casa::MVBaselineA 3D vector on Earth
casa::MVDirectionVector of three direction cosines
casa::MVDopplerInternal value for MDoppler
casa::MVDoubleClass to distinguish external and Measure internal Double
casa::MVEarthMagneticA 3D Earth magnetic field vector
casa::MVEpochA class for high precision time
casa::MVFrequencyInternal value for MFrequency
casa::MVPositionA 3D vector in space
casa::MVRadialVelocityInternal value for MRadialVelocity
casa::MVTimeClass to handle date/time type conversions and I/O
casa::MVTime::FormatFormat structure
casa::MVuvwA 3D vector on Earth
casa::Near< L, R >Functor to test if two values are relatively near each other
casa::NearAbs< L, R >Functor to test for if two values are absolutely near each other
casa::NegativeExpntlNegative exponential distribution
casa::NewFileDo checks for a new (non-existent) file
casa::NewMSSimulatorCreate an empty MeasurementSet from observation and telescope descriptions
casa::NFalseFunc< T >
casa::NNGridder< Domain, Range >A non-negative gridding class
casa::NNLSMatrixSolverNNLSMatrixSolver.h: the base class for NNLS solvers of linear equations AX=B
casa::NoConvert< TYPE >FITS templated helper class
casa::NonLinearFit< T >Class for non-linear least-squares fit
casa::NonLinearFitLM< T >Solve non-linear fit with Levenberg-Marquardt method
casa::NormalNormal or Gaussian distribution
casa::NoticeAbstract base class for notices
casa::NoticeSourceBase class for notice originators
casa::NoticeTargetAbstract base class for notice receptors
casa::NTrueFunc< T >
casa::NullLogSinkThrow away all messages
casa::NullTableClass indicating a null Table object
casa::NumericTraits< T >Relationships between numeric data types
casa::NumericTraits< Complex >A specialisation for T=Complex of the NumericTraits class
casa::NumericTraits< DComplex >A specialisation for T=DComplex of the NumericTraits class
casa::NumericTraits< Double >A specialisation for T=Double of the NumericTraits class
casa::NumericTraits< Float >A specialisation for T=Float of the NumericTraits class
casa::NumericTraits_C< Complex >NumericTraits specialization for Complex
casa::NumericTraits_D< Double >NumericTraits specialization for Double
casa::NumericTraits_DC< DComplex >NumericTraits specialization for DComplex
casa::NumericTraits_F< Float >NumericTraits specialization for Float
casa::NutationNutation class and calculations
casa::ObjCompare< T >Compare two objects
casa::ObjectIDObjectID: A unique identifier for distributed and other objects
casa::ObjectPool< T, Key >A parameterized stack of re-usable objects
casa::ObjectStack< T >A stack of re-usable objects
casa::ObsInfoStore miscellaneous information related to an observation
casa::OddPolynomial< T >A one dimensional odd polynomial class
casa::OddPolynomial_PS< AutoDiff< T > >Partial specialization of OddPolynomial for AutoDiff
casa::OddPolynomialParam< T >Parameter handling for odd polynomials
casa::OrderedMap< key, value >Map with keys ordered
casa::OrderedMapIterRep< key, value >OrderedMap iterator "letter"
casa::OrderedMapNotice< t, v >Message used for OrderedMap notification
casa::OrderedMapRep< key, value >Representation class for an Ordered Map
casa::OrderedPair< K, V >Ordered pair class
OrdMapIO_global_functions_OrderedMap_IOInput/output operators for OrderedMaps
casa::OrdPairIO_global_functions_inoutputThese need to be left out **SUN BUG**
casa::PagedArray< T >A Lattice that is read from or written to disk
casa::PagedArrIter< T >A read/write Lattice iterator for PagedArrays
casa::PagedImage< T >Read, store, and manipulate astronomical images
casa::ParamA simple keyword/value pair with internal help Strings
casa::ParAngleColumnParallactic angle derived from TIME, etc
casa::ParAngleMachineConverts a direction into parallactic angle
casa::PathPath name of a file
casa::PCFSpectralElementAbstract base class that describes a spectral profile that can be parameterized by a peak value (amplitude), center, and FWHM
casa::PGPlotterStandard plotting object for application programmers
casa::PGPlotterInterfaceAbstract base class for PGPLOT style plotting
casa::PGPlotterNullPlot to a PGPLOT device "local" to this process
casa::PixelCurve1DArbitrary 1-dim curve in a lattice plane
casa::PlainColumnBase class for a column in a plain table
casa::PlainTableClass defining a plain regular table
casa::Plus< L, R, RES >Functor to add variables of possible different types
casa::PointShapeA shape where emission comes from only one direction
casa::PoissonPoisson distribution
casa::Polynomial< T >A one dimensional polynomial class
casa::Polynomial_PS< AutoDiff< T > >Partial specialization of Polynomial for AutoDiff
casa::PolynomialParam< T >Parameter handling for one-dimensional polynomials
casa::PolynomialSpectralElementDescribes a polynomial spectral profile
casa::PolynomialSpectralElement_global_functions_OutputGlobal functions
casa::PoolStack< T, Key >A parameterized stack of re-usable objects
casa::PositionEngineEngine for TaQL UDF Position conversions
casa::PositionUDFTaQL UDFs for Position conversions
casa::Pow< T, E, RES >Functor to apply pow
casa::Pow3< T, RES >Functor to apply a power of 3
casa::PrecessionPrecession class and calculations
casa::PrecTimerPrecision timer to measure elapsed times in a cumulative way
casa::PrecTimer::TimeStruct
casa::PrecTimer::Union1
casa::PrecTimer::Union2
casa::PrimaryArray< TYPE >Templated primary array base class of given type
casa::PrimaryGroup< TYPE >Random Group datastructure
casa::PrimesCreates a reference table of prime numbers, and some functions
casa::ProfileFit1D< T >Fit spectral components to a Vector of data
casa::ProgressMeterVisual indication of a tasks progress
casa::ProjectionGeometric parameters needed for a sky projection to a plane
casa::PtrBlock< T >A drop-in replacement for Block<T*>
casa::PtrHolder< T >Hold and delete pointers not deleted by object destructors
casa::PtrRep< t >Internal representation for CountedPtr
casa::PutCellSlices< T >Functor to put irregular array slices into a cell
casa::PutColumnSlices< T >Functor to get irregular array slices from a column
casa::QBaseBase for Quantities (i.e. dimensioned values)
casa::QBase_global_functions_OutputGlobal functions
casa::QCPhysical constants (i.e. dimensioned values)
casa::QC_global_functions_QC_initialization_objectObject used to force construction of QC
casa::QC_initClass used to force construction of QC
casa::QLogical_global_functions_Quantum_logical_operationsLogical operations for the Quantum class
casa::QMath_global_functions_Quantum_mathematical_operationsMathematical operations for the Quantum class
casa::Quantum< Qtype >Quantities (i.e. dimensioned values)
casa::Quantum_global_functions_outputGlobal functions
casa::QuantumHolderA holder for Quantums to enable record conversions
casa::QuantumType_global_functions_QuantumTypeGet an integer type for a Qunatum<T>
casa::Queue< T >A First-In-First-Out (FIFO) data structure
casa::RandomBase class for random number distributions
casa::RawDataConversionA class with virtual functions to copy without conversion
casa::RawIOClass for IO in local format
casa::re_pattern_bufferThis data structure is used to represent a compiled pattern
casa::re_registersData structure to store register contents data in
casa::ReadAsciiTableHelper class for readAsciiTable
casa::ReadAsciiTable_global_functions_readAsciiTableFilling a table from an Ascii file
casa::ReadOnlyArrayIterator< T >Iterate a const Array cursor through a const Array
casa::ReadOnlyMatrixIterator< T >Iterate a Matrix cursor through a R/O Array
casa::ReadOnlyVectorIterator< T >Iterate a Vector cursor through another Array
casa::Real< T, RES >Functor to apply complex function real
casa::RebinImage< T >Rebin an image
casa::RebinLattice< T >Rebin a masked lattice
casa::RecordA hierarchical collection of named fields of various types
casa::RecordDescDescription of the fields in a record object
casa::RecordDescRepRepresentation of a RecordDesc
casa::RecordExpr_global_functions_RecordExprGlobal functions to make a expression node for a record field
casa::RecordFieldCopier< outType, inType >Record field copier
casa::RecordFieldIdThe identification of a record field
casa::RecordFieldPtr< T >Access to an individual field in a record
casa::RecordFieldWriterRecord field writer. Base class for the copiers
casa::RecordGramSelect-class for flex/bison scanner/parser for RecordGram
casa::RecordGram_global_functions_RecordGramFunctionsGlobal functions for flex/bison scanner/parser for RecordGram
casa::RecordGramValHelper class for values in RecordGram
casa::RecordInterfaceAbstract base class for Record classes
casa::RecordNoticeHelper class to notify class Record about changes
casa::RecordRepThe representation of a Record
casa::RecordTransformableInterface class for converting to/from records
casa::RefColumnA column in a reference table
casa::RefRowsClass holding the row numbers in a RefTable
casa::RefRowsSliceIterClass to iterate through a RefRows object
casa::RefTableClass for a table as a view of another table
casa::RegexRegular expression class
casa::RegexBaseAbstract interface class to regular expressions for String
casa::RegionHandlerBase class for handling regions in images
casa::RegionHandlerHDF5Class for keeping regions in an HDF5 file
casa::RegionHandlerMemoryClass for keeping regions in memory
casa::RegionHandlerTableClass for keeping regions in memory
casa::RegionManager
casa::RegionTypeDefine the various region types
casa::Register_global_functions_registerPrimitive Run Time Type Information (RTTI)
casa::RegSequenceSequence for the Register() template functions
casa::RegularFileManipulate and get information about regular files
casa::RegularFileIOClass for IO on a regular file
casa::ReservedFitsKeywordReserved FITS keyword
casa::ReservedFitsKeywordCollectionCollection of reserved FITS keywords
casa::RetypedArrayEngine< VirtualType, StoredType >Virtual column engine to retype and reshape arrays
casa::RetypedArraySetGet_global_functions_RetypedArrayEngineSetGetHelper functions for users of RetypedArrayEngine
casa::RFErrorConvenience class for a String/bool pair
casa::RFReaderAbstract superclass for any class that reads a format that produces Regions from a file
casa::RFReaderWriterSuperclass for readers and writers containing common definitions and operations
casa::RFWriterAbstract superclass for any class that writes Regions to a region file format
casa::RigidVector< T, n >Fast Vector classes with fixed (templated) length
casa::RigidVector_global_functions_mathMathematical operations involving RigidVectors
casa::RNGBase class for random number generators
casa::RO_LatticeIterator< T >A readonly iterator for Lattices
casa::RO_MaskedLatticeIterator< T >A readonly iterator for masked Lattices
casa::ROArrayColumn< T >Readonly access to an array table column with arbitrary data type
casa::ROArrayMeasColumn< M >Read only access to table array Measure columns
casa::ROArrayQuantColumn< T >Provides read-only access to Array Quantum columns in Tables
casa::RODataManAccessorBase class for the Data Manager Accessor classes
casa::ROIncrementalStManAccessorGive access to some IncrementalStMan functions
casa::ROMSAntennaColumnsA class to provide easy read-only access to MSAntenna columns
casa::ROMSColumnsA class to provide easy read-only access to MeasurementSet columns
casa::ROMSDataDescColumnsA class to provide easy read-only access to MSDataDesc columns
casa::ROMSDopplerColumnsA class to provide easy read-only access to MSDoppler columns
casa::ROMSFeedColumnsA class to provide easy read-only access to MSFeed columns
casa::ROMSFieldColumnsA class to provide easy access to MSField columns
casa::ROMSFlagCmdColumnsA class to provide easy read-only access to MSFlagCmd columns
casa::ROMSFreqOffsetColumnsA class to provide easy read-only access to MSFreqOffset columns
casa::ROMSHistoryColumnsA class to provide easy read-only access to MSHistory columns
casa::ROMSMainColumnsA class for easy read-only access to MeasurementSet main table columns
casa::ROMSObservationColumnsA class to provide easy read-only access to MSObservation columns
casa::ROMSPointingColumnsA class to provide easy read-only access to MSPointing columns
casa::ROMSPolarizationColumnsA class to provide easy read-only access to MSPolarization columns
casa::ROMSProcessorColumnsA class to provide easy read-only access to MSProcessor columns
casa::ROMSSourceColumnsA class to provide easy read-only access to MSSource columns
casa::ROMSSpWindowColumnsA class to provide easy read-only access to MSASpectralWindow columns
casa::ROMSStateColumnsA class to provide easy read-only access to MSState columns
casa::ROMSSysCalColumnsA class to provide easy read-only access to MSSysCal columns
casa::ROMSWeatherColumnsA class to provide easy read-only access to MSWeather columns
casa::RORecordFieldPtr< T >Read-Only access to an individual field from a Record
casa::ROScalarColumn< T >Readonly access to a scalar table column with arbitrary data type
casa::ROScalarMeasColumn< M >Read only access to table scalar Measure columns
casa::ROScalarQuantColumn< T >Provides read-only access to Scalar Quantum Columns in Tables
casa::ROStandardStManAccessorGive access to some StandardStMan functions
casa::ROTableColumnReadonly access to a table column
casa::ROTableMeasColumnRead only access to table scalar Measure columns
casa::ROTableRowReadonly access to a table row
casa::ROTableVector< T >Templated readonly table column vectors
casa::ROTiledStManAccessorGive access to some TiledStMan functions
casa::RotMatrixA 3x3 rotation matrix
casa::Round< T, RES >Functor to apply round (e.g
casa::RowCopierRowCopier copies all or part of a row from one table to another
casa::SampledFunctional< Range >A base class for indexing into arbitrary data types
casa::ScalarColumn< T >Read/write access to a scalar table column with arbitrary data type
casa::ScalarColumnData< T >Access to a table column containing scalars
casa::ScalarColumnDesc< T >Templated class to define columns of scalars in tables
casa::ScalarFITSFieldCopier< recordType, fitsType >A FITSFieldCopier for copying scalar non-string RecordFields to FitsFields
casa::ScalarMeasColumn< M >Read write access to table scalar Measure columns
casa::ScalarQuantColumn< T >Provides read/write access to Scalar Quantum Columns in Tables
casa::ScalarRecordColumnDataAccess to a table column containing scalar records
casa::ScalarRecordColumnDescClass to define columns of scalar records in tables
casa::ScalarSampledFunctional< T >A unified interface for indexing into Vectors or Blocks
casa::ScaledArrayEngine< VirtualType, StoredType >Templated virtual column engine to scale a table array
casa::ScaledComplexData< VirtualType, StoredType >Templated virtual column engine to scale a complex table array
casa::ScopedMutexLockException-safe lock/unlock of a mutex
casa::SCSLC++ Interface to the Sgi/Cray Scientific Library (SCSL)
casa::SDAntennaHandler
casa::SDDataDescHandler
casa::SDFeedHandler
casa::SDFieldHandler
casa::SDFITSHandler
casa::SDFITSTableSDFITSTable is a FITSTable which follows the Single Dish FITS Convention
casa::SDHistoryHandler
casa::SDMainHandler
casa::SDObservationHandler
casa::SDPointingHandler
casa::SDPolarizationHandler
casa::SDSourceHandler
casa::SDSpWindowHandler
casa::SDSysCalHandler
casa::SDWeatherHandler
casa::SepImageConvolver< T >This class does separable convolution of an image
casa::Sequence< t >Virtual templated base class for sequences
casa::SerialHelper
casa::SetupNewTableCreate a new table - define shapes, data managers, etc
casa::SetupNewTableRepRepresentation for handle class SetupNewTable
casa::Sign< T, RES >Functor to apply sign (result is -1, 0, or 1)
casa::SimButterworthBandpass< T >Class for evaluating a Butterworth filter transfer function
casa::SimOrdMapIO_global_functions_inoutputGlobal IO functions
casa::SimpleCountedConstPtr< t >Simple referenced counted pointer for constant data
casa::SimpleCountedPtr< t >Simple referenced counted pointer to non-constant data
casa::SimpleOrderedMap< K, V >Simple map with keys ordered
casa::Sin< T, RES >Functor to apply sin
casa::Sinc_Conv< T >Sine x / x function
casa::SincFunction< T >A one dimensional sin(x)/x
casa::SincParam< T >A one dimensional sin(x)/x
casa::Sinh< T, RES >Functor to apply sinh
casa::Sinusoid1D< T >A one dimensional Sinusoid class
casa::Sinusoid1D_PS< AutoDiff< T > >Partial specialization of Sinusoid1D for AutoDiff
casa::Sinusoid1DParam< T >Parameter handling for one dimensional Sinusoid class
casa::SkyCompBaseBase class for model components of the sky brightness
casa::SkyComponentA component of a model of the sky
casa::SkyCompRepA model component of the sky brightness
casa::SliceDefine a (start,length,increment) along an axis
casa::SlicerSpecify which elements to extract from an n-dimensional array
casa::Slicer_global_functions_Slicer_IOIO functions for Slicer's
casa::Smooth< T >Smooth a Vector or the rows of a 2D Array taking into account flags which are supplied in a Vector/Array of the same shape. Modify the flags as necessary to mark channels for which the smoothing could not be done because needed channels were flagged
casa::SofaTestWrapping of IAU SOFA Fortran routines and test class
casa::SofaTest_global_functions_IAU_SOFAGlobal Fortran function wraps
casa::SolarPosSolar position class and calculations
casa::SortSort on one or more keys, ascending and/or descending
casa::SortErrorGeneric Sort exception
casa::SortInvDTInvalid data type used for this sort key
casa::SortInvIncrInvalid increment used for this sort key
casa::SortInvOptInvalid sort option given to routine dosort
casa::SortKeyDefine a Sort key
casa::SortNoDataNo data array given to Sort constructor
casa::SparseDiff< T >Class that computes partial derivatives by automatic differentiation
casa::SparseDiffA< T >Class that computes partial derivatives by automatic differentiation
casa::SparseDiffIO_global_functions_SparseDiff_IO_operationsImplements all IO operators and functions for SparseDiff
casa::SparseDiffMath_global_functions_SparseDiff_mathematical_operationsImplements all mathematical operators and functions for SparseDiff
casa::SparseDiffRep< T >Representation of data for the spare automatic differentiation calss
casa::SparseDiffX< T >Class that computes partial derivatives by automatic differentiation
casa::SpecificFunctionFactory< T, F >
casa::SpectralCoordinateInterconvert pixel and frequency values
casa::SpectralElementDescribes (a set of related) spectral lines
casa::SpectralElementFactoryFIXME fix documentation
casa::SpectralEstimateGet an initial estimate for spectral lines
casa::SpectralFitLeast Squares fitting of spectral elements to spectrum
casa::SpectralIndexModels the spectral variation with a spectral index
casa::SpectralListA set of SpectralElements
casa::SpectralList_global_functions_OutputGlobal functions
casa::SpectralModelBase class for spectral models
casa::Sph_Conv< T >Spheroidal function
casa::SPolynomial< T >A one dimensional scaled polynomial class
casa::SPolynomialParam< T >Parameter handling for scaled 1-D polynomials
casa::SPtrHolder< T >Hold and delete pointers not deleted by object destructors
casa::Sqr< T, RES >Functor to apply sqr (power of 2)
casa::Sqrt< T, RES >Functor to apply sqrt
casa::SquareMatrix< T, n >Fast Square Matrix class with fixed (templated) size
casa::SquareMatrix_global_functions_SqM_global_functionsVarious global math and IO functions
casa::SSMBaseBase class of the Standard Storage Manager
casa::SSMColumnA Column in the Standard Storage Manager
casa::SSMDirColumnA Direct Array Column in the Standard Storage Manager
casa::SSMIndColumnA column of Standard storage manager for indirect arrays
casa::SSMIndexThe bucket index for a group of columns in the Standard Storage Manager
casa::SSMIndStringColumnAn Indirect String Array Column in the Standard Storage Manager
casa::SSMStringHandlerStore strings in the Standard Storage Manager
casa::Stack< elem >This class, Stack<t>, defines an implementation of a stack using the doubly linked list primitive, Link<t>
casa::StandardStManThe Standard Storage Manager
casa::StatAcc< T >A statistics accumulator
casa::StatsTiledCollapser< T, U >Generate statistics, tile by tile, from a masked lattice
casa::StIndArrayRead/write indirect arrays
casa::StManAipsIOAipsIO table storage manager class
casa::StManArrayFileRead/write array in external format for a storage manager
casa::StManColumnBase table column storage manager class
casa::StManColumnAipsIOAipsIO table column storage manager class
casa::StManColumnArrayAipsIOAipsIO storage manager for direct table arrays
casa::StManColumnIndArrayAipsIOAipsIO storage manager for indirect table arrays
casa::StokesStokes parameter definitions for interface to table data
casa::StokesConverterStokesConverter converts any set of polarizations into any other one
casa::StokesCoordinateInterconvert between pixel and Stokes value
casa::StreamIOClass for IO on connection oriented socket
casa::StreamLogSinkSend log messages to an ostream
casa::StringString: the storage and methods of handling collections of characters
casa::String_global_functions_caseCasing and related functions Case conversion and rearrangement functions
casa::String_global_functions_commonSome general functions Functions to find special patterns, join and replicate
casa::String_global_functions_comparitorGlobal comparison operators
casa::String_global_functions_concatenatorGlobal concatenation operators
casa::String_global_functions_ioIO
casa::String_global_functions_splitSplitting Global function which splits the String into string array res at separator and returns the number of elements
casa::StringDistanceClass to deal with Levensthein distance of strings
casa::StringFITSFieldCopierA FITSFieldCopier for copying String RecordFields to FitsFields
casa::SubImage< T >A (masked) subset of an ImageInterface object
casa::SubLattice< T >A subset of a Lattice or MaskedLattice
casa::SubStringSubString help class to be used in at, before, ..\
casa::SubTableDescDescription of columns containing tables
casa::SumAbsDiff< T, Accum >Functor to add absolute diff of right and base value to left
casa::SumSqr< T, Accum >Functor to add square of right to left
casa::SumSqrDiff< T, Accum >Functor to add squared diff of right and base value to left
casa::SymLinkGet information about, and manipulate symbolic links
casa::SystemCallErrorException for an error in a system call
casa::TableMain interface class to a read/write table
casa::TableArrayConformanceErrorTable error; non-conformant array
casa::TableAttrSome attributes of a table
casa::TableCacheCache of open tables
casa::TableColumnNon-const access to a table column
casa::TableConformanceErrorTable error; table length conformance error
casa::TableCopyClass with static functions for copying a table
casa::TableDescDefine the structure of an AIPS++ table
casa::TableDescNoNameTable error; no name given to table description
casa::TableDuplFileTable error; table (description) already exists
casa::TableErrorBase error class for storage manager
casa::TableExprConeNodeClass representing a cone search in table select expression
casa::TableExprDataAbstract base class for data object in a TaQL expression
casa::TableExprFuncNodeClass representing a function in table select expression
casa::TableExprFuncNodeArrayClass representing an array function in table select expression
casa::TableExprIdThe identification of a TaQL selection subject
casa::TableExprJoin
casa::TableExprJoinColumn
casa::TableExprJoinKeys
casa::TableExprNodeHandle class for a table column expression tree
casa::TableExprNodeANDLogical and in table select expression tree
casa::TableExprNodeArrayBase class for arrays in table select expression
casa::TableExprNodeArrayANDLogical and in table select expression tree
casa::TableExprNodeArrayBitAndIntInt Array bitwise and in table select expression tree
casa::TableExprNodeArrayBitNegateBitwise negate in table select expression tree
casa::TableExprNodeArrayBitOrIntInt Array bitwise or in table select expression tree
casa::TableExprNodeArrayBitXorIntInt Array bitwise xor in table select expression tree
casa::TableExprNodeArrayColumnBase class for Array column in table select expression
casa::TableExprNodeArrayColumnBoolBool array column in table select expression
casa::TableExprNodeArrayColumnComplexComplex array column in table select expression
casa::TableExprNodeArrayColumnDComplexDComplex array column in table select expression
casa::TableExprNodeArrayColumnDoubleDouble array column in table select expression
casa::TableExprNodeArrayColumnFloatFloat array column in table select expression
casa::TableExprNodeArrayColumnIntInt array column in table select expression
casa::TableExprNodeArrayColumnShortShort array column in table select expression
casa::TableExprNodeArrayColumnStringString array column in table select expression
casa::TableExprNodeArrayColumnuCharUChar array column in table select expression
casa::TableExprNodeArrayColumnuIntUInt array column in table select expression
casa::TableExprNodeArrayColumnuShortUShort array column in table select expression
casa::TableExprNodeArrayConstBoolBool Array constant in table select expression tree
casa::TableExprNodeArrayConstDateDate Array constant in table select expression tree
casa::TableExprNodeArrayConstDComplexDComplex Array constant in table select expression tree
casa::TableExprNodeArrayConstDoubleDouble Array constant in table select expression tree
casa::TableExprNodeArrayConstIntInt Array constant in table select expression tree
casa::TableExprNodeArrayConstStringString Array constant in table select expression tree
casa::TableExprNodeArrayDivideArray addition in table select expression tree
casa::TableExprNodeArrayDivideDComplexDComplex Array division in table select expression tree
casa::TableExprNodeArrayDivideDoubleDouble Array division in table select expression tree
casa::TableExprNodeArrayEQBoolBool Array comparison == in table select expression tree
casa::TableExprNodeArrayEQDateDate Array comparison == in table select expression tree
casa::TableExprNodeArrayEQDComplexDComplex Array comparison == in table select expression tree
casa::TableExprNodeArrayEQDoubleDouble Array comparison == in table select expression tree
casa::TableExprNodeArrayEQIntInt Array comparison == in table select expression tree
casa::TableExprNodeArrayEQRegexRegex Array comparison == in table select expression tree
casa::TableExprNodeArrayEQStringString Array comparison == in table select expression tree
casa::TableExprNodeArrayGEDateDate Array comparison >= in table select expression tree
casa::TableExprNodeArrayGEDComplexDComplex Array comparison >= in table select expression tree
casa::TableExprNodeArrayGEDoubleDouble Array comparison >= in table select expression tree
casa::TableExprNodeArrayGEIntInt Array comparison >= in table select expression tree
casa::TableExprNodeArrayGEStringString Array comparison >= in table select expression tree
casa::TableExprNodeArrayGTDateDate Array comparison > in table select expression tree
casa::TableExprNodeArrayGTDComplexDComplex Array comparison > in table select expression tree
casa::TableExprNodeArrayGTDoubleDouble Array comparison > in table select expression tree
casa::TableExprNodeArrayGTIntInt Array comparison > in table select expression tree
casa::TableExprNodeArrayGTStringString Array comparison > in table select expression tree
casa::TableExprNodeArrayINDateDate Array comparison IN in table select expression tree
casa::TableExprNodeArrayINDComplexDComplex Array comparison IN in table select expression tree
casa::TableExprNodeArrayINDoubleDouble Array comparison IN in table select expression tree
casa::TableExprNodeArrayINIntInt Array comparison IN in table select expression tree
casa::TableExprNodeArrayINStringString Array comparison IN in table select expression tree
casa::TableExprNodeArrayMINUnary minus in table select expression tree
casa::TableExprNodeArrayMinusArray addition in table select expression tree
casa::TableExprNodeArrayMinusDateDate Array subtraction in table select expression tree
casa::TableExprNodeArrayMinusDComplexDComplex Array subtraction in table select expression tree
casa::TableExprNodeArrayMinusDoubleDouble Array subtraction in table select expression tree
casa::TableExprNodeArrayMinusIntInt Array subtraction in table select expression tree
casa::TableExprNodeArrayModuloArray addition in table select expression tree
casa::TableExprNodeArrayModuloDoubleDouble Array modulo in table select expression tree
casa::TableExprNodeArrayModuloIntInt Array modulo in table select expression tree
casa::TableExprNodeArrayNEBoolBool Array comparison != in table select expression tree
casa::TableExprNodeArrayNEDateDate Array comparison != in table select expression tree
casa::TableExprNodeArrayNEDComplexDComplex Array comparison != in table select expression tree
casa::TableExprNodeArrayNEDoubleDouble Array comparison != in table select expression tree
casa::TableExprNodeArrayNEIntInt Array comparison != in table select expression tree
casa::TableExprNodeArrayNERegexRegex Array comparison != in table select expression tree
casa::TableExprNodeArrayNEStringString Array comparison != in table select expression tree
casa::TableExprNodeArrayNOTLogical not in table select expression tree
casa::TableExprNodeArrayORLogical or in table select expression tree
casa::TableExprNodeArrayPartArray column part in table select expression
casa::TableExprNodeArrayPlusArray addition in table select expression tree
casa::TableExprNodeArrayPlusDateDate Array addition in table select expression tree
casa::TableExprNodeArrayPlusDComplexDComplex Array addition in table select expression tree
casa::TableExprNodeArrayPlusDoubleDouble Array addition in table select expression tree
casa::TableExprNodeArrayPlusIntInt Array addition in table select expression tree
casa::TableExprNodeArrayPlusStringString Array addition in table select expression tree
casa::TableExprNodeArrayTimesArray addition in table select expression tree
casa::TableExprNodeArrayTimesDComplexDComplex Array multiplication in table select expression tree
casa::TableExprNodeArrayTimesDoubleDouble Array multiplication in table select expression tree
casa::TableExprNodeArrayTimesIntInt Array multiplication in table select expression tree
casa::TableExprNodeArrayUnitUnit for array values in a table select expression tree
casa::TableExprNodeBinaryAbstract base class for a node having 0, 1, or 2 child nodes
casa::TableExprNodeBitAndIntBitwise and in table select expression tree
casa::TableExprNodeBitNegateBitwise negate in table select expression tree
casa::TableExprNodeBitOrIntBitwise or in table select expression tree
casa::TableExprNodeBitXorIntBitwise xor in table select expression tree
casa::TableExprNodeColumnScalar column in table select expression tree
casa::TableExprNodeConstBoolConstant Bool in table select expression tree
casa::TableExprNodeConstDateConstant Date in table select expression tree
casa::TableExprNodeConstDComplexConstant DComplex in table select expression tree
casa::TableExprNodeConstDoubleConstant Double in table select expression tree
casa::TableExprNodeConstIntConstant Int64 in table select expression tree
casa::TableExprNodeConstRegexConstant Regex or StringDistance in table select expression tree
casa::TableExprNodeConstStringConstant String in table select expression tree
casa::TableExprNodeDivideDivision in table select expression tree
casa::TableExprNodeDivideDComplexDComplex division in table select expression tree
casa::TableExprNodeDivideDoubleDouble division in table select expression tree
casa::TableExprNodeEQBoolBool comparison == in table select expression tree
casa::TableExprNodeEQDateDate comparison == in table select expression tree
casa::TableExprNodeEQDComplexDComplex comparison == in table select expression tree
casa::TableExprNodeEQDoubleDouble comparison == in table select expression tree
casa::TableExprNodeEQIntInt comparison == in table select expression tree
casa::TableExprNodeEQRegexRegex comparison == in table select expression tree
casa::TableExprNodeEQStringString comparison == in table select expression tree
casa::TableExprNodeGEDateDate comparison >= in table select expression tree
casa::TableExprNodeGEDComplexDComplex comparison >= in table select expression tree
casa::TableExprNodeGEDoubleDouble comparison >= in table select expression tree
casa::TableExprNodeGEIntInt comparison >= in table select expression tree
casa::TableExprNodeGEStringString comparison >= in table select expression tree
casa::TableExprNodeGTDateDate comparison > in table select expression tree
casa::TableExprNodeGTDComplexDComplex comparison > in table select expression tree
casa::TableExprNodeGTDoubleDouble comparison > in table select expression tree
casa::TableExprNodeGTIntInt comparison > in table select expression tree
casa::TableExprNodeGTStringString comparison > in table select expression tree
casa::TableExprNodeINDateDate comparison IN in table select expression tree
casa::TableExprNodeINDComplexDComplex comparison IN in table select expression tree
casa::TableExprNodeIndexThe index of an array element in a table select expression
casa::TableExprNodeINDoubleDouble comparison IN in table select expression tree
casa::TableExprNodeINIntInt comparison IN in table select expression tree
casa::TableExprNodeINStringString comparison IN in table select expression tree
casa::TableExprNodeMINUnary minus in table select expression tree
casa::TableExprNodeMinusSubtraction in table select expression tree
casa::TableExprNodeMinusDateDate subtraction in table select expression tree
casa::TableExprNodeMinusDComplexDComplex subtraction in table select expression tree
casa::TableExprNodeMinusDoubleDouble subtraction in table select expression tree
casa::TableExprNodeMinusIntInt subtraction in table select expression tree
casa::TableExprNodeModuloModulo in table select expression tree
casa::TableExprNodeModuloDoubleDouble modulo in table select expression tree
casa::TableExprNodeModuloIntInt modulo in table select expression tree
casa::TableExprNodeMultiAbstract base class for a node having multiple child nodes
casa::TableExprNodeNEBoolBool comparison != in table select expression tree
casa::TableExprNodeNEDateDate comparison != in table select expression tree
casa::TableExprNodeNEDComplexDComplex comparison != in table select expression tree
casa::TableExprNodeNEDoubleDouble comparison != in table select expression tree
casa::TableExprNodeNEIntInt comparison != in table select expression tree
casa::TableExprNodeNERegexRegex comparison != in table select expression tree
casa::TableExprNodeNEStringString comparison != in table select expression tree
casa::TableExprNodeNOTLogical not in table select expression tree
casa::TableExprNodeORLogical or in table select expression tree
casa::TableExprNodePlusAddition in table select expression tree
casa::TableExprNodePlusDateDate addition in table select expression tree
casa::TableExprNodePlusDComplexDComplex addition in table select expression tree
casa::TableExprNodePlusDoubleDouble addition in table select expression tree
casa::TableExprNodePlusIntInt addition in table select expression tree
casa::TableExprNodePlusStringString addition in table select expression tree
casa::TableExprNodeRandomRandom number in table select expression tree
casa::TableExprNodeRecordFieldScalar field in record select expression tree
casa::TableExprNodeRecordFieldArrayArray field in record select expression tree
casa::TableExprNodeRepAbstract base class for a node in a table column expression tree
casa::TableExprNodeRowidRowid in table select expression tree
casa::TableExprNodeRownrRownumber in table select expression tree
casa::TableExprNodeSetClass to hold multiple table expression nodes
casa::TableExprNodeSetElemClass to hold the table expression nodes for an element in a set
casa::TableExprNodeTimesMultiplication in table select expression tree
casa::TableExprNodeTimesDComplexDComplex multiplication in table select expression tree
casa::TableExprNodeTimesDoubleDouble multiplication in table select expression tree
casa::TableExprNodeTimesIntInt multiplication in table select expression tree
casa::TableExprNodeUnitUnit for scalar values in a table select expression tree
casa::TableExprRangeSelect range of a column in an select expression
casa::TableExprUDFNodeClass representing a function in table select expression
casa::TableExprUDFNodeArrayClass representing a function in table select expression
casa::TableGram_global_functions_TableGramFunctionsGlobal functions for flex/bison scanner/parser for TableGram
casa::TableIndexProxyProxy for table index access
casa::TableInfoTable type, subtype and further info
casa::TableInternalErrorInternal table error
casa::TableInvColumnDescTable error; invalid column description
casa::TableInvDTTable error; invalid data type
casa::TableInvExprTable error; invalid select expression
casa::TableInvHyperDescTable error; invalid hypercolumn description
casa::TableInvLogicTable error; invalid logical operation
casa::TableInvOperTable error; invalid operation
casa::TableInvOptTable error; invalid table (description) option
casa::TableInvSortTable error; invalid sort
casa::TableInvTypeTable error; table type mismatch
casa::TableIteratorIterate through a Table
casa::TableIterProxyProxy for table iterator access
casa::TableKeywordKeyword value representing a table
casa::TableLockClass to hold table lock options
casa::TableLockDataClass to hold table lock data
casa::TableLockerClass to hold a (user) lock on a table
casa::TableLogSinkSave log messages in an AIPS++ Table
casa::TableMeasDesc< M >Definition of a Measure column in a Table
casa::TableMeasDescBaseDefinition of a Measure in a Table
casa::TableMeasOffsetDescDefinition of a Measure Offset in a Table
casa::TableMeasRefDescDefinition of a Measure Reference in a Table
casa::TableMeasTypeDefinition of a Measure column in a Table
casa::TableMeasValueDescDefinition of a Measure Value in a Table
casa::TableNoDatFileTable error; table.dat file not found
casa::TableNoDirTable error; path is not a directory
casa::TableNoFileTable error; table (description) not found
casa::TableParseClass to hold values from table grammar parser
casa::TableParseErrorTable error; invalid table command
casa::TableParseSelectSelect-class for flex/bison scanner/parser for TableParse
casa::TableParseSortHelper class for sort keys in TableParse
casa::TableParseUpdateHelper class for updates in TableParse
casa::TableProxyHigh-level interface to tables
casa::TableQuantumDescA class for defining Quantum columns in Tables
casa::TableRecordA hierarchical collection of named fields of various types
casa::TableRecordRepThe representation of a TableRecord
casa::TableRowRead/write access to a table row
casa::TableRowProxyProxy for table row access
casa::TableSyncDataClass to hold table synchronization data
casa::TableUnknownDescTable error; unknown column description
casa::TableVector< T >Templated read/write table column vectors
casa::TableVectorNonConformTable error; non-conformant table vectors
casa::TabPathSearch path for table files
casa::TabularCoordinateTable lookup 1-D coordinate, with interpolation
casa::TabularSpectrumModels the spectral variation with a spectral index
casa::TabVecLogic_global_functions_scalarComparisonComparison between a table vector and a scalar
casa::TabVecLogic_global_functions_vectorComparisonComparison between two table vectors
casa::TabVecMath_global_functions_advTransMathFurther transcendental math for table vectors
casa::TabVecMath_global_functions_basicMathBasic math for table vectors
casa::TabVecMath_global_functions_basicTransMathTranscendental math for table vectors
casa::TabVecMath_global_functions_miscellaneousMiscellaneous table vector operations
casa::TabVecMath_global_functions_vectorMathVector operations on a table vector
casa::TabVecRep< T >Templated base class for table vectors
casa::TabVecScaCol< T >Templated table scalar column vectors
casa::TabVecTemp< T >Templated table vectors held in memory as a temporary
casa::Tan< T, RES >Functor to apply tan
casa::Tanh< T, RES >Functor to apply tanh
casa::TapeIOClass for IO on a tape device
casa::TaQLBinaryNodeRepRaw TaQL parse tree node defining a binary operator
casa::TaQLCalcNodeRepRaw TaQL parse tree node defining a calc command
casa::TaQLColNodeRepRaw TaQL parse tree node defining a select column expression
casa::TaQLColSpecNodeRepRaw TaQL parse tree node defining a create column specification
casa::TaQLColumnsNodeRepRaw TaQL parse tree node defining a select column list
casa::TaQLConstNodeEnvelope class for a node containing a constant value
casa::TaQLConstNodeRepRaw TaQL parse tree node defining a constant value
casa::TaQLCountNodeRepRaw TaQL parse tree node defining a count command
casa::TaQLCreTabNodeRepRaw TaQL parse tree node defining a create table command
casa::TaQLDeleteNodeRepRaw TaQL parse tree node defining a delete command
casa::TaQLFuncNodeRepRaw TaQL parse tree node defining a function
casa::TaQLGivingNodeRepRaw TaQL parse tree node defining a giving expression list
casa::TaQLIndexNodeRepRaw TaQL parse tree node defining an index in a array
casa::TaQLInsertNodeRepRaw TaQL parse tree node defining an insert command
casa::TaQLJoinNodeRepRaw TaQL parse tree node defining a join operation
casa::TaQLKeyColNodeRepRaw TaQL parse tree node defining a keyword or column name
casa::TaQLLimitOffNodeRepRaw TaQL parse tree node defining a limit/offset expression
casa::TaQLMultiNodeEnvelope class for a node containing a select command
casa::TaQLMultiNodeRepRaw TaQL parse tree node defining a list of nodes
casa::TaQLNodeEnvelope class for a node in the raw TaQL parse tree
casa::TaQLNodeHandlerClass to handle the nodes in the raw TaQL parse tree
casa::TaQLNodeHRValueClass containing the result value of the handling of a TaQLNode
casa::TaQLNodeRepRepresentation of a node in the raw TaQL parse tree
casa::TaQLNodeResultEnvelope class to hold the result of a visit to the node tree
casa::TaQLNodeResultRepAbstract base class to hold the result of a visit to the node tree
casa::TaQLNodeVisitorClass to visit the nodes in the raw TaQL parse tree
casa::TaQLQueryNodeEnvelope class for a node containing a selection command
casa::TaQLQueryNodeRepRaw TaQL parse tree node defining a selection command
casa::TaQLRangeNodeRepRaw TaQL parse tree node defining a range
casa::TaQLRecFldNodeRepRaw TaQL parse tree node defining a record field
casa::TaqlRegexClass to handle a Regex or StringDistance
casa::TaQLRegexNodeEnvelope class for a node containing a constant regex value
casa::TaQLRegexNodeRepRaw TaQL parse tree node defining a constant regex value
casa::TaQLResultClass to hold the result of a TaQL command
casa::TaQLSelectNodeRepRaw TaQL parse tree node defining a select command
casa::TaQLSortKeyNodeRepRaw TaQL parse tree node defining a sort key
casa::TaQLSortNodeRepRaw TaQL parse tree node defining a sort list
casa::TaQLStyleClass with static members defining the TaQL style
casa::TaQLTableNodeRepRaw TaQL parse tree node defining a table
casa::TaQLUnaryNodeRepRaw TaQL parse tree node defining a unary operator
casa::TaQLUnitNodeRepRaw TaQL parse tree node defining a unit
casa::TaQLUpdateNodeRepRaw TaQL parse tree node defining an update command
casa::TaQLUpdExprNodeRepRaw TaQL parse tree node defining a column update expression
casa::TempImage< T >Temporary astronomical images
casa::TemplateCanonicalise, format and other actions on aips++ template definitions
casa::TempLattice< T >A Lattice that can be used for temporary storage
casa::TiledCellStManTiled Cell Storage Manager
casa::TiledCollapser< T, U >Abstract base class to collapse chunks for LatticeApply
casa::TiledColumnStManTiled Column Storage Manager
casa::TiledDataStManTiled Data Storage Manager
casa::TiledDataStManAccessorGive access to some TiledDataStMan functions
casa::TiledFileAccessTiled access to an array in a file
casa::TiledFileHelperHelper class for tiled access to an array in a file
casa::TiledLineStepperStep a Vector cursor optimally through a tiled Lattice
casa::TiledShapeDefine the shape and tile shape
casa::TiledShapeStManTiled Data Storage Manager using the shape as id
casa::TiledStManBase class for Tiled Storage Manager classes
casa::TileStepperTraverse a tiled Lattice optimally with a tile cursor
casa::TimeDate and time enquiry functions, with some operations
casa::TimeFields
casa::TimerMeasure the time it takes to execute parts of a program
casa::TSMColumnA column in the Tiled Storage Manager
casa::TSMCoordColumnA coordinate column in Tiled Storage Manager
casa::TSMCubeTiled hypercube in a table
casa::TSMCubeBuffTiled hypercube in a table
casa::TSMCubeMMapTiled hypercube in a table
casa::TSMDataColumnA data column in Tiled Storage Manager
casa::TSMErrorTable DataManager error; error in TiledStMan
casa::TSMFileFile object for Tiled Storage Manager
casa::TSMIdColumnAn id column in Tiled Storage Manager
casa::TSMOptionOptions for the Tiled Storage Manager Access
casa::TSMShapeExpanded IPosition for shapes
casa::TVec_global_functions_enumEnumeration of possible table vectors
casa::TVecLogic_global_functions_scalarComparisonComparison between a table vector and a scalar
casa::TVecLogic_global_functions_vectorComparisonComparison between two table vectors
casa::TVecMath_global_functions_advTransMathFurther transcendental math for table vectors
casa::TVecMath_global_functions_basicMathBasic math for table vectors
casa::TVecMath_global_functions_basicTransMathTranscendental math for table vectors
casa::TVecMath_global_functions_miscellaneousMiscellaneous table vector operations
casa::TVecMath_global_functions_vectorMathVector operations on a table vector
casa::TwoSidedShapeBase class for component shapes with two sides
casa::TypeIOAbstract base class for IO of data in a type-dependent format
casa::UDFBaseAbstract base class for a user-defined TaQL function
casa::UDFMSCalTaQL UDFs to calculate derived MS values
casa::uIntSequenceUInt sequence for general use
casa::Unary< T >Unary
casa::UnaryFunction< T >A one dimensional unary function
casa::UnaryParam< T >Parameter handling for one dimensional unary function
casa::UnequalShapeCopier< T >Unequal shape copier
casa::UniformUniform distribution
casa::UnitDefines physical units
casa::UnitDimDescribes a unit in basic SI unit dimensions
casa::UnitMapAll simple known physical units
casa::UnitNameHandles physical units
casa::UnitValDescribes any valid unit as a factor and a dimenion of SI units
casa::UnitVal_global_functions_outputGlobal output function
casa::UnitVal_static_initializerStatic initialisation of UnitVal constants
casa::UnrecognizedFunctionError
casa::UVWJ2000ColumnUVW J2000 derived from TIME, etc
casa::UVWMachineConverts UVW coordinates between coordinate systems
casa::ValTypeData types and their undefined values
casa::ValTypeId_global_functions_typeidThe id-string of a value type
casa::ValueHolderA holder for a value of any basic AIPS++ data type
casa::ValueHolderRepA holder for a value of any basic type
casa::VanVleckA class of static functions to aid with vanVleck corrections of lag data
casa::VariableArrayFITSFieldCopier< recordType, fitsType >
casa::VAXConversionA class with static functions to convert VAX format
casa::VAXDataConversionA class with virtual functions to convert VAX format
casa::Vector< T >A 1-D Specialization of the Array class
casa::VectorIterator< T >Iterate an Vector cursor through another Array
casa::VectorKernelMake a Vector smoothing kernel from a kernel specification
casa::VectorSTLIterator< T >AIPS++ Vector iterator
casa::VelocityMachineConverts between velocities and frequencies
casa::VirtScaCol_global_functions_getVirtualScalarColumnGlobal functions to get or put data of a virtual column
casa::VirtualArrayColumn< T >Templated base class for virtual array column
casa::VirtualColumnEngineAbstract base class for virtual column handling
casa::VirtualScalarColumn< T >Templated base class for virtual scalar column
casa::VirtualTaQLColumnVirtual scalar column using TaQL
casa::VSCEngine< T >Base virtual column for a scalar column with any type
casa::WCBoxClass to define a world coordinate box region of interest in an image
casa::WCComplementMake the complement of an image region
casa::WCCompoundBase class for compound WCRegion objects
casa::WCConcatenationCombine multiple ImageRegion's into a new dimension
casa::WCDifferenceMake the difference of 2 image regions
casa::WCExtensionMake the extension of an image region
casa::WCIntersectionMake the intersection of 2 or more image regions
casa::WCLELMaskClass to define a mask as a LEL expression
casa::WCPolygonClass to define a 2-D polygonal world coordinate region in an image
casa::WCRegionBase class to define world coordinate regions of interest in an image
casa::WCUnionMake the union of 2 or more image regions
casa::WeibullWeibull distribution
casa::WrapperBase< T >Aid in constructing function objects from C++ functions
casa::WrapperData< T, U, V, hasX, hasParam >Aid in constructing function objects from C++ functions
casa::WrapperData_FF< T, T, T, False, False >Specialization for calls with no arguments and no parameters
casa::WrapperData_FT< T, T, T, False, True >Specialization for calls with no arguments and parameter
casa::WrapperData_FV< T, T, Vector< T >, False, True >Specialization for calls with no arguments and parameters
casa::WrapperData_TF< T, T, T, True, False >Specialization for calls with argument and no parameters
casa::WrapperData_TT< T, T, T, True, True >Specialization for calls with argument and parameter
casa::WrapperData_TV< T, T, Vector< T >, True, True >Specialization for calls with argument and parameters
casa::WrapperData_VF< T, Vector< T >, T, True, False >Specialization for calls with argument and no parameters
casa::WrapperData_VT< T, Vector< T >, T, True, True >Specialization for calls with argument and parameter
casa::WrapperData_VV< T, Vector< T >, Vector< T >, True, True >Specialization for calls with argument and parameters
casa::WrapperParam< T >Parameter handling for wrapped function objects

Generated on Thu Apr 12 15:25:17 2012 for casacore by  doxygen 1.5.7