Mantid
Loading...
Searching...
No Matches
ImageInfoModel.cpp
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2020 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7
10
11#include <sstream>
12
13namespace {}
14
16
17// ImageInfo
18
24 m_values.resize(m_names.size(), MissingValue);
25}
26
27} // namespace MantidQt::MantidWidgets
ImageInfo(StringItems names)
Construct an ImageInfo to store name/value pairs.
static const QString MissingValue
MissingValue identifier.
STL namespace.