7#ifndef BALL_NMR_EXPERIMENT_H
8#define BALL_NMR_EXPERIMENT_H
10#ifndef BALL_NMR_PEAKLIST_H
14#ifndef BALL_NMR_SHIFTMODULE_H
18#ifndef BALL_KERNEL_EXPRESSION_H
33 template <
typename PeakListType>
90 template <typename PeakListType>
98 template <
typename PeakListType>
106 template <
typename PeakListType>
112 template <
typename PeakListType>
118 template <
typename PeakListType>
124 template <
typename PeakListType>
const PeakList1D & getPeakList() const
const PeakType & getDefaultPeak() const
PeakListType::PeakType PeakType
The peak type.
void setDefaultPeak(const PeakType &peak)
virtual ~SimpleExperiment1D()
Destructor.
const Expression & getExpression() const
SimpleExperiment1D()
Default constructor.
void setExpression(const String &expression)
SimpleExperiment1D(const SimpleExperiment1D &experiment)
Copy constructor.
#define BALL_CREATE(name)
Experiment< PeakList1D > Experiment1D
Experiment< PeakList3D > Experiment3D