You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
303 B

#ifndef BIPIMAGE_H
#define BIPIMAGE_H
#include <QImage>
#include "model/ultrasoundModule/metadata/UsMetadataBag.h"
typedef struct BipImage_t
{
QImage bImage;
QImage mImage;
QImage cImage;
QImage cmImage;
UsMetadataBag metaData;
}BipImage_t;
Q_DECLARE_METATYPE(BipImage_t)
#endif //BIPIMAGE_H