|
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::LatticeStatistics< T > |
| More... | |
Namespaces | |
| namespace | casacore |
| this file contains all the compiler specific defines | |
| namespace | casacore::casacore |
| For temporary backward namespace compatibility, use casa as alias for casacore. | |
Macros | |
| #define | CASA_IOSSTRFWD_H |
| #define | CASA_AIPS_H |
| #define | CASA_AIPSENV_H |
| this file contains all the compiler specific defines | |
| #define | _FILE_OFFSET_BITS |
| #define | _LARGEFILE_SOURCE |
| #define | _LARGEFILE64_SOURCE |
| #define | AIPS_LIKELY(x) |
| #define | AIPS_UNLIKELY(x) |
| #define | CASA_AIPSTYPE_H |
| #define | CASA_AIPSXTYPE_H |
| #define | CASA_AIPSDEF_H |
| #define | aips_name2(a, b) |
| #define | aips_debug |
| #define | restrict |
| #define | CASACORE_STRINGIFY(x) |
| #define | CASACORE_STRINGIFY_HELPER(x) |
| #define | CASACORE_FALLTHROUGH |
| #define | CASA_IOSFWD_H |
Typedefs | |
| typedef bool | casacore::casacore::Bool |
| Define the standard types used by Casacore. | |
| 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). | |
| typedef unsigned long long | casacore::casacore::uInt64 |
| typedef int | casacore::casacore::FitsLong |
| All FITS code seems to assume longs are 4 bytes. | |
| typedef uInt64 | casacore::casacore::rownr_t |
| Define the type of a row number in a table. | |
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. | |
| #define _FILE_OFFSET_BITS |
| #define _LARGEFILE64_SOURCE |
| #define _LARGEFILE_SOURCE |
| #define aips_debug |
| #define AIPS_LIKELY | ( | x | ) |
| #define aips_name2 | ( | a, | |
| b ) |
| #define AIPS_UNLIKELY | ( | x | ) |
| #define CASA_AIPS_H |
Definition at line 28 of file LatticeStatistics.h.
| #define CASA_AIPSDEF_H |
Definition at line 28 of file LatticeStatistics.h.
| #define CASA_AIPSENV_H |
this file contains all the compiler specific defines
Definition at line 30 of file LatticeStatistics.h.
| #define CASA_AIPSTYPE_H |
Definition at line 28 of file LatticeStatistics.h.
| #define CASA_AIPSXTYPE_H |
Definition at line 28 of file LatticeStatistics.h.
| #define CASA_IOSFWD_H |
Definition at line 28 of file LatticeStatistics.h.
| #define CASA_IOSSTRFWD_H |
Definition at line 28 of file LatticeStatistics.h.
| #define CASACORE_FALLTHROUGH |
| #define CASACORE_STRINGIFY | ( | x | ) |
| #define CASACORE_STRINGIFY_HELPER | ( | x | ) |
| #define restrict |