X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=itk%2FclitkInvertVFFilter.h;h=8475241a3171d1b4edb2a8a50c1b5b8a5a92211d;hb=ccb7f0592ecf485ef25e4c01fe78f6e008b1233b;hp=2afceb6992919a5ffd7a74506a2313421ebc4325;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;p=clitk.git diff --git a/itk/clitkInvertVFFilter.h b/itk/clitkInvertVFFilter.h index 2afceb6..8475241 100644 --- a/itk/clitkInvertVFFilter.h +++ b/itk/clitkInvertVFFilter.h @@ -71,15 +71,19 @@ namespace clitk m_NumberOfThreads=r; } itkSetMacro(ThreadSafe, bool); + itkSetMacro(OutputSpacing, SpacingType); + itkSetMacro(OutputSize, SizeType); protected: InvertVFFilter(); ~InvertVFFilter() {}; void GenerateData( ); - + bool m_Verbose; bool m_NumberOfThreadsIsGiven; + SpacingType m_OutputSpacing; + SizeType m_OutputSize; unsigned int m_NumberOfThreads; PixelType m_EdgePaddingValue; bool m_ThreadSafe;