19 #ifndef __itkLevelSetDomainMapImageFilter_h
20 #define __itkLevelSetDomainMapImageFilter_h
38 template <
class TInputImage,
class TOutputImage >
47 itkStaticConstMacro ( ImageDimension,
unsigned int,
48 TInputImage::ImageDimension );
87 m_Region( reg ), m_IdList( iList ) {}
91 return &(this->m_Region);
96 return &(this->m_IdList);
122 virtual void GenerateData();
125 virtual void PrintSelf ( std::ostream& os,
Indent indent )
const;
131 void operator= (
const Self& );
139 #ifndef ITK_MANUAL_INSTANTIATION
140 #include "itkLevelSetDomainMapImageFilter.hxx"