Skip to content
Snippets Groups Projects
Commit 4fcae195 authored by Julien Michel's avatar Julien Michel
Browse files

correction pour binding.

parent 82f36cdf
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,9 @@ class ITK_EXPORT StreamingShrinkImageFilter
void PrintSelf(std::ostream& os, itk::Indent indent) const;
private:
StreamingShrinkImageFilter(const Self&); //purposely not implemented
void operator=(const Self&); //purposely not implemented
/** The shrink factor */
unsigned int m_ShrinkFactor;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment