MCPcopy Create free account
hub / github.com/KDE/labplot / exportToFits

Method exportToFits

src/frontend/matrix/MatrixView.cpp:1603–1613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1601}
1602
1603void MatrixView::exportToFits(const QString& fileName, const int exportTo) const {
1604#ifndef SDK
1605 auto* filter = new FITSFilter;
1606 filter->setExportTo(exportTo);
1607 filter->write(fileName, m_matrix);
1608 delete filter;
1609#else
1610 Q_UNUSED(fileName)
1611 Q_UNUSED(exportTo)
1612#endif
1613}

Callers 1

exportViewMethod · 0.45

Calls 2

setExportToMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected