comparison Framework/Toolbox/OrthancSlicesLoader.cpp @ 110:53025eecbc95 wasm

renamed SliceGeometry as CoordinateSystem3D
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Jun 2017 15:50:38 +0200
parents 166a555becbf
children 2eca030792aa
comparison
equal deleted inserted replaced
109:53bd9277b025 110:53025eecbc95
595 return slices_.GetSlice(index); 595 return slices_.GetSlice(index);
596 } 596 }
597 597
598 598
599 bool OrthancSlicesLoader::LookupSlice(size_t& index, 599 bool OrthancSlicesLoader::LookupSlice(size_t& index,
600 const SliceGeometry& plane) const 600 const CoordinateSystem3D& plane) const
601 { 601 {
602 if (state_ != State_GeometryReady) 602 if (state_ != State_GeometryReady)
603 { 603 {
604 throw Orthanc::OrthancException(Orthanc::ErrorCode_BadSequenceOfCalls); 604 throw Orthanc::OrthancException(Orthanc::ErrorCode_BadSequenceOfCalls);
605 } 605 }