comparison Core/Images/PamReader.h @ 3455:d3e81dea3017

merge
author Alain Mazy <alain@mazy.be>
date Wed, 03 Jul 2019 10:27:32 +0200
parents 4e43e67f8ecf
children ca3ac0f210d6
comparison
equal deleted inserted replaced
3454:0e3c26e4b8ec 3455:d3e81dea3017
47 void ParseContent(); 47 void ParseContent();
48 48
49 std::string content_; 49 std::string content_;
50 50
51 public: 51 public:
52 // virtual ~PamReader()
53 // {}
54
52 #if ORTHANC_SANDBOXED == 0 55 #if ORTHANC_SANDBOXED == 0
53 void ReadFromFile(const std::string& filename); 56 void ReadFromFile(const std::string& filename);
54 #endif 57 #endif
55 58
56 void ReadFromMemory(const std::string& buffer); 59 void ReadFromMemory(const std::string& buffer);