Mercurial > hg > orthanc-stone
changeset 2193:639070dba44f deep-learning
uniformization with mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 18 Apr 2025 14:43:45 +0200 (6 weeks ago) |
parents | 3964011ec680 |
children | fe1ee95aa12c |
files | Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp Fri Apr 18 14:38:51 2025 +0200 +++ b/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp Fri Apr 18 14:43:45 2025 +0200 @@ -1831,11 +1831,11 @@ private: static const int LAYER_TEXTURE = 0; static const int LAYER_OVERLAY = 1; - static const int LAYER_DEEP_LEARNING = 2; - static const int LAYER_ORIENTATION_MARKERS = 3; - static const int LAYER_REFERENCE_LINES = 4; - static const int LAYER_ANNOTATIONS_OSIRIX = 5; - static const int LAYER_ANNOTATIONS_STONE = 6; + static const int LAYER_ORIENTATION_MARKERS = 2; + static const int LAYER_REFERENCE_LINES = 3; + static const int LAYER_ANNOTATIONS_OSIRIX = 4; + static const int LAYER_ANNOTATIONS_STONE = 5; + static const int LAYER_DEEP_LEARNING = 6; class ICommand : public Orthanc::IDynamicObject