comparison OrthancStone/Sources/Scene2D/InfoPanelSceneLayer.h @ 1610:b7630b1a0253

ISceneLayer::GetBoundingBox() returns void
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Oct 2020 17:13:13 +0100
parents 8563ea5d8ae4
children 9ac2a65d4172
comparison
equal deleted inserted replaced
1609:5f5c549499ff 1610:b7630b1a0253
83 virtual Type GetType() const ORTHANC_OVERRIDE 83 virtual Type GetType() const ORTHANC_OVERRIDE
84 { 84 {
85 return Type_InfoPanel; 85 return Type_InfoPanel;
86 } 86 }
87 87
88 virtual bool GetBoundingBox(Extent2D& target) const ORTHANC_OVERRIDE 88 virtual void GetBoundingBox(Extent2D& target) const ORTHANC_OVERRIDE
89 { 89 {
90 return false; 90 target.Clear();
91 } 91 }
92 92
93 virtual uint64_t GetRevision() const ORTHANC_OVERRIDE 93 virtual uint64_t GetRevision() const ORTHANC_OVERRIDE
94 { 94 {
95 return 0; 95 return 0;