18 #ifndef __itkCollidingFrontsImageFilter_h
19 #define __itkCollidingFrontsImageFilter_h
60 template<
typename TInputImage,
typename TOutputImage >
85 itkStaticConstMacro(ImageDimension,
unsigned int,
86 TOutputImage::ImageDimension);
118 m_SeedPoints1 = points;
125 {
return m_SeedPoints1; }
131 m_SeedPoints2 = points;
138 {
return m_SeedPoints2; }
140 itkSetMacro(NegativeEpsilon,
double);
141 itkGetConstMacro(NegativeEpsilon,
double);
143 itkSetMacro(ApplyConnectivity,
bool);
144 itkGetConstMacro(ApplyConnectivity,
bool);
145 itkBooleanMacro(ApplyConnectivity);
147 itkSetMacro(StopOnTargets,
bool);
148 itkGetConstMacro(StopOnTargets,
bool);
149 itkBooleanMacro(StopOnTargets);
151 #ifdef ITK_USE_CONCEPT_CHECKING
164 void PrintSelf(std::ostream &,
Indent)
const;
167 void operator=(
const Self &);
179 #ifndef ITK_MANUAL_INSTANTIATION
180 #include "itkCollidingFrontsImageFilter.hxx"