comparison Applications/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h @ 1771:f302bbddf94d

sync, trying to fix DicomVolumeImageReslicer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 May 2021 15:09:32 +0200
parents 9ac2a65d4172
children 87de32ac3ea7
comparison
equal deleted inserted replaced
1770:073484e33bee 1771:f302bbddf94d
480 const std::string& source); 480 const std::string& source);
481 481
482 bool ReadJson(Json::Value& target, 482 bool ReadJson(Json::Value& target,
483 const void* buffer, 483 const void* buffer,
484 size_t size); 484 size_t size);
485
486 bool ReadJsonWithoutComments(Json::Value& target,
487 const std::string& source);
488
489 bool ReadJsonWithoutComments(Json::Value& target,
490 const void* buffer,
491 size_t size);
485 492
486 void WriteFastJson(std::string& target, 493 void WriteFastJson(std::string& target,
487 const Json::Value& source); 494 const Json::Value& source);
488 495
489 void WriteStyledJson(std::string& target, 496 void WriteStyledJson(std::string& target,