Go to the documentation of this file.
28 #ifndef LATTICES_LELATTRIBUTE_H
29 #define LATTICES_LELATTRIBUTE_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/casa/Arrays/IPosition.h>
35 #include <casacore/lattices/LEL/LELCoordinates.h>
Bool isMasked() const
Is the expression result masked?
A Vector of integers, for indexing into Array<T> objects.
Bool isReduced() const
Is expression a reduced array? A scalar is always reduced.
LELAttribute & operator=(const LELAttribute &other)
Assignment (copy semantics)
~LELAttribute()
Destructor.
const IPosition & tileShape() const
What is the tile shape of the expression?
const LELCoordinates & coordinates() const
What are the coordinates of the expression?
Bool isScalar() const
Is expression a scalar?
LELAttribute()
Default constructor sets it as a scalar.
const IPosition & shape() const
What is the shape of the expression?
this file contains all the compiler specific defines
Envelope class to handle Lattice Coordinates in LEL.
Bool isRegion() const
Is expression a region?
Ancillary information for the LEL letter classes.
bool Bool
Define the standard types used by Casacore.
Int compareCoord(const LELAttribute &other) const
Compare the coordinates and shapes to see if this is a subset of other.