comparison Applications/Samples/Common/RtViewerApp.h @ 1896:b3c08e607d9f

simplified signature of DicomStructureSet::ProjectStructure()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Jan 2022 17:19:37 +0100
parents 7053b8a0aaec
children c7bc9e1776a6
comparison
equal deleted inserted replaced
1895:14c8f339d480 1896:b3c08e607d9f
93 Called by command-line option processing or when parsing the URL 93 Called by command-line option processing or when parsing the URL
94 parameters. 94 parameters.
95 */ 95 */
96 void SetArgument(const std::string& key, const std::string& value); 96 void SetArgument(const std::string& key, const std::string& value);
97 97
98 const VolumeImageGeometry& GetMainGeometry(); 98 VolumeImageGeometry GetMainGeometry();
99 99
100 static boost::shared_ptr<RtViewerApp> Create(); 100 static boost::shared_ptr<RtViewerApp> Create();
101 101
102 void CreateView(const std::string& canvasId, VolumeProjection projection); 102 void CreateView(const std::string& canvasId, VolumeProjection projection);
103 103