Mercurial > hg > orthanc-stone
diff Framework/Deprecated/Layers/DicomStructureSetSlicer.cpp @ 794:04f518ebd132
LoaderStateMachine
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 28 May 2019 12:26:16 +0200 |
parents | c35e98d22764 |
children | 35ed6812d639 |
line wrap: on
line diff
--- a/Framework/Deprecated/Layers/DicomStructureSetSlicer.cpp Tue May 28 10:39:42 2019 +0200 +++ b/Framework/Deprecated/Layers/DicomStructureSetSlicer.cpp Tue May 28 12:26:16 2019 +0200 @@ -80,7 +80,7 @@ const OrthancStone::CoordinateSystem3D& plane) : plane_(plane) { - for (size_t k = 0; k < structureSet.GetStructureCount(); k++) + for (size_t k = 0; k < structureSet.GetStructuresCount(); k++) { structures_.push_back(new Structure(structureSet, plane, k)); }