29 #ifndef SYNTHESIS_LATTICEMODEL_H
30 #define SYNTHESIS_LATTICEMODEL_H
108 :
public LinearModel<casacore::Lattice<casacore::Float> > {
virtual ~LatticeModel()
The destructor does nothing.
LatticeModel(casacore::Lattice< casacore::Float > &mod)
virtual Lattice< T > * clone() const =0
Make a copy of the derived object (reference semantics).
casacore::Lattice< casacore::Float > * itsModelPtr
virtual const casacore::Lattice< casacore::Float > & getModel() const
returns a reference to the model
virtual void setModel(const casacore::Lattice< casacore::Float > &model)
Change the underlying Model to to the one specified.
models with an internal & external representation as an casacore::Lattice
Provides a model for use in model fitting applications.