comparison Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp @ 1963:79fdc3b1f031

reorder layers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Oct 2022 07:36:31 +0200
parents c6272d7bb6d9
children 2034ae383cfd 33d2ff1aeaae
comparison
equal deleted inserted replaced
1962:c6272d7bb6d9 1963:79fdc3b1f031
1584 }; 1584 };
1585 1585
1586 private: 1586 private:
1587 static const int LAYER_TEXTURE = 0; 1587 static const int LAYER_TEXTURE = 0;
1588 static const int LAYER_OVERLAY = 1; 1588 static const int LAYER_OVERLAY = 1;
1589 static const int LAYER_REFERENCE_LINES = 2; 1589 static const int LAYER_ORIENTATION_MARKERS = 2;
1590 static const int LAYER_ANNOTATIONS_OSIRIX = 3; 1590 static const int LAYER_REFERENCE_LINES = 3;
1591 static const int LAYER_ANNOTATIONS_STONE = 4; 1591 static const int LAYER_ANNOTATIONS_OSIRIX = 4;
1592 static const int LAYER_ORIENTATION_MARKERS = 5; 1592 static const int LAYER_ANNOTATIONS_STONE = 5;
1593 1593
1594 1594
1595 class ICommand : public Orthanc::IDynamicObject 1595 class ICommand : public Orthanc::IDynamicObject
1596 { 1596 {
1597 private: 1597 private: