Load XISF::ReadImageProperties
This commit is contained in:
+2
-1
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user