comparison OrthancFramework/Sources/Images/PamReader.h @ 4300:b30a8de92ad9

abi continued
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Nov 2020 19:33:18 +0100
parents afad57ac30ef
children d9473bd5ed43
comparison
equal deleted inserted replaced
4299:3f85db78c441 4300:b30a8de92ad9
63 /** 63 /**
64 See doc for field enforceAligned_. Setting "enforceAligned" is slower, 64 See doc for field enforceAligned_. Setting "enforceAligned" is slower,
65 but avoids possible crashes due to non-aligned memory access. It is 65 but avoids possible crashes due to non-aligned memory access. It is
66 recommended to set this parameter to "true". 66 recommended to set this parameter to "true".
67 */ 67 */
68 explicit PamReader(bool enforceAligned) : 68 explicit PamReader(bool enforceAligned);
69 enforceAligned_(enforceAligned),
70 alignedImageBuffer_(NULL)
71 {
72 }
73 69
74 virtual ~PamReader(); 70 virtual ~PamReader();
75 71
76 #if ORTHANC_SANDBOXED == 0 72 #if ORTHANC_SANDBOXED == 0
77 void ReadFromFile(const std::string& filename); 73 void ReadFromFile(const std::string& filename);