Adapt multithreaded cluster finder to storage cell data - continued (non-functional)

This commit is contained in:
2025-02-06 20:42:36 +01:00
parent 3a1945116a
commit fcbb87b71a
5 changed files with 221 additions and 95 deletions

View File

@ -46,8 +46,10 @@ void printDatatypeSize(hid_t dataset) {
}
/*
/* **********************
* Class member functions
* **********************
*/
// Default constructor

View File

@ -82,7 +82,7 @@ public:
/**
* Read an image into current_image,
* increment Z-offset (frame) and (if rank==4) storage cell
* @returns frame number read,
* @returns frame number read from file,
*/
int ReadImage (uint16_t* image, std::vector<hsize_t>& offset);