1 #ifndef BALL_NMR_SHIFTMODEL2D_H 2 #define BALL_NMR_SHIFTMODEL2D_H 4 #ifndef BALL_NMR_SHIFTMODULE_H 8 #ifndef BALL_NMR_SPECTRUM_H 80 void setFilename(
const String& filename)
87 return parameters_.getFilename();
136 dimension_ = dimension;
171 bool isValid()
const;
202 void createPeak_(
Atom* proton,
Atom* atom,
float peakwidth_proton,
float peakwidth_atom);
245 #endif // BALL_NMR_SHIFTMODEL2D_H
void setDimension(const Vector2 &dimension)
const System * getSystem() const
#define BALL_CREATE(name)
bool compute_shifts_
Flag for shift computation.
const Vector2 & getSpacing() const
std::istream & operator>>(std::istream &is, TRegularData1D< ValueType > &grid)
Input operator.
void setSystem(System *system)
BALL_EXPORT std::ostream & operator<<(std::ostream &os, const Exception::GeneralException &e)
const std::vector< Peak2D > & getPeaks() const
const Parameters & getParameters() const
std::vector< Peak2D > peaks_
const Vector2 & getOrigin() const
void setPeaks(std::vector< Peak2D > peaks)
const Vector2 & getDimension() const
const String & getFilename() const
-*- Mode: C++; tab-width: 2; -*-
void setOrigin(const Vector2 &origin)