casacore
|
#include <casacore/casa/aips.h>
#include <casacore/casa/iosfwd.h>
#include <casacore/casa/BasicSL/String.h>
#include <vector>
#include <cstddef>
#include <sys/types.h>
Go to the source code of this file.
Classes | |
class | casacore::Array< T > |
template <class T, class U> class vector; More... | |
class | casacore::Vector< T > |
A 1-D Specialization of the Array class. More... | |
class | casacore::IPosition |
A Vector of integers, for indexing into Array<T> objects. More... | |
class | casacore::IPositionComparator |
struct | casacore::IPosition_global_functions_IPosition_Arithmetic |
Arithmetic Operations for IPosition's Element by element arithmetic on IPositions. More... | |
struct | casacore::IPosition_global_functions_IPosition_Logical |
Logical operations for IPosition's Element by element boolean operations on IPositions. The result is true only if the operation yields true for every element of the IPosition. More... | |
struct | casacore::IPosition_global_functions_IPosition_Indexing |
Indexing functions for IPosition's Convert between IPosition and offset in an array. The offset of an element in an array is the number of elements from the origin that the element would be if the array were arranged linearly. The origin of the array has an offset equal to 0, while the "top right corner" of the array has an offset equal to one less than the total number of elements in the array. More... | |
Namespaces | |
casacore | |
this file contains all the compiler specific defines | |