comparison OrthancStone/Sources/Volumes/VolumeReslicer.cpp @ 1610:b7630b1a0253

ISceneLayer::GetBoundingBox() returns void
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Oct 2020 17:13:13 +0100
parents 8563ea5d8ae4
children 59f95b9ea858
comparison
equal deleted inserted replaced
1609:5f5c549499ff 1610:b7630b1a0253
533 533
534 534
535 void VolumeReslicer::Reset() 535 void VolumeReslicer::Reset()
536 { 536 {
537 success_ = false; 537 success_ = false;
538 extent_.Reset(); 538 extent_.Clear();
539 slice_.reset(NULL); 539 slice_.reset(NULL);
540 } 540 }
541 541
542 542
543 float VolumeReslicer::GetMinOutputValue() const 543 float VolumeReslicer::GetMinOutputValue() const