18 #ifndef __itkLevelSetFunctionWithRefitTerm_h
19 #define __itkLevelSetFunctionWithRefitTerm_h
51 template<
class TImageType,
class TSparseImageType >
70 typedef typename Superclass::ImageType
ImageType;
87 typedef typename SparseImageType::NodeType
NodeType;
102 m_OtherPropagationWeight = w;
108 { m_SparseTargetImage = im; }
112 {
return m_SparseTargetImage; }
118 virtual TimeStepType ComputeGlobalTimeStep(
void *GlobalData)
const;
129 void PrintSelf(std::ostream & os,
Indent indent)
const;
154 void operator=(
const Self &);
168 #ifndef ITK_MANUAL_INSTANTIATION
169 #include "itkLevelSetFunctionWithRefitTerm.hxx"