7 #ifndef IMPEM2D_IMAGE_READER_WRITER_H
8 #define IMPEM2D_IMAGE_READER_WRITER_H
10 #include <IMP/em2d/em2d_config.h>
16 IMPEM2D_BEGIN_NAMESPACE
23 cv::Mat &data)
const = 0;
26 cv::Mat &data)
const = 0;
29 cv::Mat &data)
const = 0;
32 const cv::Mat &data)
const = 0;
35 const cv::Mat &data)
const = 0;
38 const cv::Mat &data)
const = 0;
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Virtual class for reader/writers of images.
Interface with OpenCV Copyright 2007-2022 IMP Inventors. All rights reserved.
Common base class for heavy weight IMP objects.
A shared base class to help in debugging and things.
std::string String
Basic string value.