IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Management of reading/writing TIFF images. More...
#include <IMP/em2d/TIFFImageReaderWriter.h>
Management of reading/writing TIFF images.
Definition at line 19 of file TIFFImageReaderWriter.h.
Public Member Functions | |
virtual std::string | get_type_name () const override |
virtual ::IMP::VersionInfo | get_version_info () const override |
Get information about the module and version of the object. More... | |
void | read (const String &filename, em::ImageHeader &header, cv::Mat &data) const override |
void | read_from_floats (const String &, em::ImageHeader &, cv::Mat &) const override |
void | read_from_ints (const String &filename, em::ImageHeader &header, cv::Mat &data) const override |
Reads an image file in TIFF format. More... | |
void | write (const String &filename, em::ImageHeader &header, const cv::Mat &data) const override |
void | write_to_floats (const String &, em::ImageHeader &, const cv::Mat &) const override |
void | write_to_ints (const String &filename, em::ImageHeader &header, const cv::Mat &data) const override |
Writes an EM image in TIFF format. More... | |
Public Member Functions inherited from IMP::Object | |
virtual void | clear_caches () |
CheckLevel | get_check_level () const |
LogLevel | get_log_level () const |
void | set_check_level (CheckLevel l) |
void | set_log_level (LogLevel l) |
Set the logging level used in this object. More... | |
void | set_was_used (bool tf) const |
void | show (std::ostream &out=std::cout) const |
const std::string & | get_name () const |
void | set_name (std::string name) |
Additional Inherited Members | |
Protected Member Functions inherited from IMP::Object | |
Object (std::string name) | |
Construct an object with the given name. More... | |
virtual void | do_destroy () |
|
overridevirtual |
Get information about the module and version of the object.
Reimplemented from IMP::em2d::ImageReaderWriter.
Definition at line 104 of file TIFFImageReaderWriter.h.
|
overridevirtual |
Reads an image file in TIFF format.
[in] | filename | file to read |
[in] | header | header to store the info |
[in] | data | a matrix to store the grid of data of the image |
Implements IMP::em2d::ImageReaderWriter.
Definition at line 49 of file TIFFImageReaderWriter.h.
|
overridevirtual |
Writes an EM image in TIFF format.
[in] | filename | file to write |
[in] | header | header with the image info |
[in] | data | a matrix with the grid of data of the image |
Implements IMP::em2d::ImageReaderWriter.
Definition at line 70 of file TIFFImageReaderWriter.h.