]> Creatis software - clitk.git/blobdiff - tools/clitkRelativePositionAnalyzerGenericFilter.txx
Add AFDB support
[clitk.git] / tools / clitkRelativePositionAnalyzerGenericFilter.txx
index 4225c43b608153e072a1491ac6a2de682cef00c8..df52194bd00343030b3fe6811956185f94972084 100644 (file)
@@ -64,7 +64,7 @@ template<class FilterType>
 void clitk::RelativePositionAnalyzerGenericFilter<ArgsInfoType>::
 SetOptionsFromArgsInfoToFilter(FilterType * f) 
 {
-  
+  f->SetAFDBFilename(mArgsInfo.afdb_arg);  
 }
 
 //--------------------------------------------------------------------