Load XISF::ReadImageProperties

This commit is contained in:
2022-12-26 18:07:16 +01:00
parent 743a5f50c4
commit 7690496cf5
3 changed files with 47 additions and 1 deletions
+2 -1
View File
@@ -6,7 +6,7 @@
#include <cmath>
#include <memory>
namespace pcl { class FITSHeaderKeyword; }
namespace pcl { class FITSHeaderKeyword; class Property; }
struct FITSRecord
{
@@ -17,6 +17,7 @@ struct FITSRecord
FITSRecord(){}
FITSRecord(const QByteArray &key, const QVariant &value, const QByteArray &comment);
FITSRecord(const pcl::FITSHeaderKeyword &record);
FITSRecord(const pcl::Property &property);
QByteArray valueToByteArray() const;
};