]> Creatis software - clitk.git/commitdiff
Add verbose for Fast and Radius options
authorDavid Sarrut <david.sarrut@gmail.com>
Fri, 16 Mar 2012 08:30:56 +0000 (09:30 +0100)
committerDavid Sarrut <david.sarrut@gmail.com>
Fri, 16 Mar 2012 08:30:56 +0000 (09:30 +0100)
itk/clitkSliceBySliceRelativePositionFilter.txx

index a8d12ada76206a2ea10d79e0bf2d7a30b22d6341..62dfb21813db106701dc1740334566f43792a5c2 100644 (file)
@@ -95,7 +95,9 @@ PrintOptions(std::ostream & os)
      << "ObjectCCLSelectionFlag = " << this->GetObjectCCLSelectionFlag() << std::endl    
      << "ObjectCCLSelectionDimension = " << this->GetObjectCCLSelectionDimension() << std::endl    
      << "ObjectCCLSelectionIgnoreSingleCCLFlag = " << this->GetObjectCCLSelectionIgnoreSingleCCLFlag() << std::endl    
-     << "IgnoreEmptySliceObjectFlag = " << this->GetIgnoreEmptySliceObjectFlag() << std::endl;    
+     << "IgnoreEmptySliceObjectFlag = " << this->GetIgnoreEmptySliceObjectFlag() << std::endl
+     << "(RP) FastFlag              = " << this->GetFastFlag() << std::endl
+     << "(RP) Radius                = " << this->GetRadius() << std::endl;
 }
 //--------------------------------------------------------------------