19 #ifndef __itkLevelSetEquationTermBase_h
20 #define __itkLevelSetEquationTermBase_h
24 #include "itksys/hash_set.hxx"
47 template<
class TInputImage,
48 class TLevelSetContainer >
68 typedef typename LevelSetContainerType::LevelSetIdentifierType
78 typedef typename LevelSetContainerType::LevelSetDataType
101 itkGetObjectMacro( CurrentLevelSetPointer,
LevelSetType );
129 itkSetStringMacro( TermName );
130 itkGetStringMacro( TermName );
134 virtual void Update() = 0;
195 #ifndef ITK_MANUAL_INSTANTIATION
196 #include "itkLevelSetEquationTermBase.hxx"