comparison OrthancStone/Sources/Toolbox/DicomStructurePolygon2.cpp @ 1834:126522623e20

replaced OrthancStone::DicomPath by new class Orthanc::DicomPath from orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jun 2021 12:07:04 +0200
parents 9ac2a65d4172
children 3889ae96d2e9
comparison
equal deleted inserted replaced
1833:3c0996f028a1 1834:126522623e20
23 23
24 #include "DicomStructurePolygon2.h" 24 #include "DicomStructurePolygon2.h"
25 25
26 #include "../Toolbox/LinearAlgebra.h" 26 #include "../Toolbox/LinearAlgebra.h"
27 27
28 #include <Logging.h>
29
28 namespace OrthancStone 30 namespace OrthancStone
29 { 31 {
30 void DicomStructurePolygon2::ComputeDependentProperties() 32 void DicomStructurePolygon2::ComputeDependentProperties()
31 { 33 {
32 ORTHANC_ASSERT(state_ == Building); 34 ORTHANC_ASSERT(state_ == Building);