26#ifndef LATTICES_LELCOORDINATES_H
27#define LATTICES_LELCOORDINATES_H
31#include <casacore/casa/aips.h>
37class LELLattCoordBase;
Int compare(const LELCoordinates &other) const
Check how the coordinates of this and that compare.
Bool hasCoordinates() const
Does the class have true coordinates? It returns False if this is a null object.
LELCoordinates & operator=(const LELCoordinates &that)
Assignment (reference semantics).
const LELLattCoordBase & coordinates() const
Return the underlying letter object.
std::shared_ptr< LELLattCoordBase > coords_p
The pointer to the underlying object.
LELCoordinates(LELLattCoordBase *coordinates)
Construct the object from the given letter class.
LELCoordinates()
Define the possible comparison results.
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.