Skip to content
Snippets Groups Projects
Commit f3fa7cf4 authored by Yurov, Dmitry's avatar Yurov, Dmitry
Browse files

Moved descriptions to header

Redmine: #2051
parent c1bdc540
No related branches found
No related tags found
No related merge requests found
......@@ -94,8 +94,6 @@ bool ImportDataUtils::Compatible(const InstrumentItem& instrumentItem,
return getRank(instrumentItem) == getRank(realDataItem);
}
//! Creates OutputData with bin-valued axes.
std::unique_ptr<OutputData<double>>
ImportDataUtils::CreateSimplifiedOutputData(const OutputData<double>& data)
{
......@@ -117,8 +115,6 @@ ImportDataUtils::CreateSimplifiedOutputData(const OutputData<double>& data)
return result;
}
//! Returns trues if [nxbin X nybin] of the detector is the same as in realData.
bool ImportDataUtils::HasSameShape(const InstrumentItem& instrumentItem,
const RealDataItem& realDataItem, QString* message)
{
......
......@@ -32,6 +32,7 @@ namespace ImportDataUtils
BA_CORE_API_ std::unique_ptr<OutputData<double>> ImportData(QString& baseNameOfLoadedFile);
//! Creates OutputData with bin-valued axes.
BA_CORE_API_ std::unique_ptr<OutputData<double>>
CreateSimplifiedOutputData(const OutputData<double>& data);
......@@ -39,6 +40,7 @@ CreateSimplifiedOutputData(const OutputData<double>& data);
BA_CORE_API_ bool Compatible(const InstrumentItem& instrumentItem,
const RealDataItem& realDataItem);
//! Returns trues if [nxbin X nybin] of the detector is the same as in realData.
BA_CORE_API_ bool HasSameShape(const InstrumentItem& instrumentItem,
const RealDataItem& realDataItem, QString* message = nullptr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment