28 #ifndef __itkInPlaceLabelMapFilter_h
29 #define __itkInPlaceLabelMapFilter_h
82 template<
class TInputImage >
119 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
120 itkStaticConstMacro(OutputImageDimension,
unsigned int, TOutputImage::ImageDimension);
125 itkSetMacro(InPlace,
bool);
126 itkGetMacro(InPlace,
bool);
127 itkBooleanMacro(InPlace);
136 bool CanRunInPlace()
const
149 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
163 virtual void AllocateOutputs();
171 return this->GetOutput();
176 void operator=(
const Self &);
182 #ifndef ITK_MANUAL_INSTANTIATION
183 #include "itkInPlaceLabelMapFilter.hxx"