casacore
|
#include <casacore/casa/aips.h>
#include <casacore/casa/Arrays/Array.h>
#include <casacore/casa/Containers/Block.h>
#include <casacore/casa/Arrays/Vector.h>
#include <casacore/casa/Containers/Record.h>
#include <casacore/lattices/LatticeMath/LatticeStatsBase.h>
#include <casacore/lattices/LatticeMath/TiledCollapser.h>
#include <casacore/lattices/LEL/LatticeExprNode.h>
#include <casacore/lattices/LatticeMath/LatticeStatsDataProvider.h>
#include <casacore/lattices/LatticeMath/MaskedLatticeStatsDataProvider.h>
#include <casacore/scimath/Mathematics/NumericTraits.h>
#include <casacore/casa/Utilities/DataType.h>
#include <casacore/casa/BasicSL/String.h>
#include <casacore/casa/Logging/LogIO.h>
#include <casacore/scimath/StatsFramework/FitToHalfStatisticsData.h>
#include <casacore/scimath/StatsFramework/StatisticsData.h>
#include <casacore/scimath/StatsFramework/StatisticsAlgorithm.h>
#include <casacore/scimath/StatsFramework/StatisticsAlgorithmFactory.h>
#include <vector>
#include <list>
#include <casacore/casa/iosstrfwd.h>
Go to the source code of this file.
Classes | |
class | casacore::MaskedLattice< T > |
A templated, abstract base class for array-like objects with masks. More... | |
class | casacore::SubLattice< T > |
A subset of a Lattice or MaskedLattice. More... | |
class | casacore::TempLattice< T > |
A Lattice that can be used for temporary storage. More... | |
class | casacore::LatticeStatistics< T > |
Compute and display various statistics from a lattice. More... | |
Namespaces | |
casacore | |
this file contains all the compiler specific defines | |
casacore::casacore | |
For temporary backward namespace compatibility, use casa as alias for casacore. | |
Typedefs | |
typedef bool | casacore::casacore::Bool |
Define the standard types used by Casacore. More... | |
typedef char | casacore::casacore::Char |
typedef unsigned char | casacore::casacore::uChar |
typedef short | casacore::casacore::Short |
typedef unsigned short | casacore::casacore::uShort |
typedef int | casacore::casacore::Int |
typedef unsigned int | casacore::casacore::uInt |
typedef long | casacore::casacore::Long |
typedef unsigned long | casacore::casacore::uLong |
typedef float | casacore::casacore::Float |
typedef double | casacore::casacore::Double |
typedef long double | casacore::casacore::lDouble |
typedef long long | casacore::casacore::Int64 |
Define the extra non-standard types used by Casacore (like proposed uSize, Size) More... | |
typedef unsigned long long | casacore::casacore::uInt64 |
typedef int | casacore::casacore::FitsLong |
All FITS code seems to assume longs are 4 bytes. More... | |
typedef uInt64 | casacore::casacore::rownr_t |
Define the type of a row number in a table. More... | |
Variables | |
const Bool | casacore::casacore::True |
const Bool | casacore::casacore::False |
Bool | casacore::casacore::aips_debug_on |
If AIPS_DEBUG is not defined, then the symbol expands to (0) which in an if should be removed by the dead code eliminator of any optimizer; thus using this in your code should have no performance penalty in the normal case. More... | |