18 #ifndef __itkLevelSetEvolutionUpdateLevelSetsThreader_h
19 #define __itkLevelSetEvolutionUpdateLevelSetsThreader_h
36 template<
class TLevelSet,
class TDomainPartitioner,
class TLevelSetEvolution >
41 template<
class TImage,
class TLevelSetEvolution >
43 :
public DomainThreader< ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >
59 typedef typename Superclass::DomainType
DomainType;
72 virtual void BeforeThreadedExecution();
76 virtual void AfterThreadedExecution();
85 void operator=(
const Self & );
90 #ifndef ITK_MANUAL_INSTANTIATION
91 #include "itkLevelSetEvolutionUpdateLevelSetsThreader.hxx"