18 #ifndef itkExtractImageFilter_h
19 #define itkExtractImageFilter_h
89 template<
typename TInputImage,
typename TOutputImage >
158 switch(choosenStrategy)
166 itkExceptionMacro( <<
"Invalid Strategy Chosen for itk::ExtractImageFilter" );
208 TInputImage::ImageDimension);
210 TOutputImage::ImageDimension);
226 #ifdef ITK_USE_CONCEPT_CHECKING
284 void operator=(const Self &);
290 #ifndef ITK_MANUAL_INSTANTIATION
291 #include "itkExtractImageFilter.hxx"
virtual void Modified() const
unsigned int ThreadIdType
Control indentation during Print() invocation.
Base class for filters that take an image as input and overwrite that image as the output...
#define itkConceptMacro(name, concept)