28 #ifndef LATTICES_LELCOORDINATES_H
29 #define LATTICES_LELCOORDINATES_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/casa/Utilities/CountedPtr.h>
39 class LELLattCoordBase;
Referenced counted pointer for constant data.
Int compare(const LELCoordinates &other) const
Check how the coordinates of this and that compare.
const LELLattCoordBase & coordinates() const
Return the underlying letter object.
CountedPtr< LELLattCoordBase > coords_p
The pointer to the underlying object.
Bool hasCoordinates() const
Does the class have true coordinates? It returns False if this is a null object.
LELCoordinates(LELLattCoordBase *coordinates)
Construct the object from the given letter class.
LELCoordinates()
Define the possible comparison results.
LELCoordinates & operator=(const LELCoordinates &that)
Assignment (reference semantics).
Bool isNull() const
Is the coordinates a null object?
LELCoordinates(const LELCoordinates &that)
Copy constructor (reference semantics).
this file contains all the compiler specific defines
bool Bool
Define the standard types used by Casacore.