18 #ifndef __itkFiniteDifferenceImageFilter_h
19 #define __itkFiniteDifferenceImageFilter_h
131 template<
typename TInputImage,
typename TOutputImage >
151 itkStaticConstMacro(
ImageDimension,
unsigned int, OutputImageType::ImageDimension);
177 itkGetConstReferenceObjectMacro(DifferenceFunction,
192 itkSetMacro(UseImageSpacing,
bool);
193 itkBooleanMacro(UseImageSpacing);
194 itkGetConstReferenceMacro(UseImageSpacing,
bool);
199 itkSetMacro(MaximumRMSError,
double);
200 itkGetConstReferenceMacro(MaximumRMSError,
double);
205 itkSetMacro(RMSChange,
double);
206 itkGetConstReferenceMacro(RMSChange,
double);
211 itkSetMacro(ManualReinitialization,
bool);
212 itkGetConstReferenceMacro(ManualReinitialization,
bool);
213 itkBooleanMacro(ManualReinitialization);
216 itkSetMacro( IsInitialized,
bool );
217 itkGetMacro( IsInitialized,
bool );
222 #ifdef ITK_USE_STRICT_CONCEPT_CHECKING
321 const std::vector< bool >& valid )
const;
362 #ifndef ITK_MANUAL_INSTANTIATION
363 #include "itkFiniteDifferenceImageFilter.hxx"
virtual bool ThreadedHalt(void *)
SmartPointer< const Self > ConstPointer
NumericTraits< InputPixelType >::ValueType InputPixelValueType
Light weight base class for most itk classes.
virtual void ApplyUpdate(const TimeStepType &dt)=0
void operator=(const Self &)
virtual void CopyInputToOutput()=0
TOutputImage OutputImageType
SmartPointer< Self > Pointer
virtual void Initialize()
OutputPixelType PixelType
virtual ~FiniteDifferenceImageFilter()
ConstNeighborhoodIterator< TImageType >::RadiusType RadiusType
InPlaceImageFilter< TInputImage, TOutputImage > Superclass
TInputImage InputImageType
void SetStateToInitialized()
SizeValueType IdentifierType
FiniteDifferenceFunctionType::NeighborhoodScalesType NeighborhoodScalesType
NumericTraits< OutputPixelType >::ValueType OutputPixelValueType
void InitializeFunctionCoefficients()
virtual void InitializeIteration()
A templated class holding a n-Dimensional vector.
FiniteDifferenceFunctionType::RadiusType RadiusType
IdentifierType m_NumberOfIterations
TInputImage::PixelType InputPixelType
virtual void SetIsInitialized(bool _arg)
virtual void GenerateInputRequestedRegion()
virtual void GenerateData()
FiniteDifferenceFunctionType::Pointer m_DifferenceFunction
FiniteDifferenceFunctionType::TimeStepType TimeStepType
virtual TimeStepType ResolveTimeStep(const std::vector< TimeStepType > &timeStepList, const std::vector< bool > &valid) const
virtual void PostProcessOutput()
IdentifierType m_ElapsedIterations
FiniteDifferenceImageFilter()
virtual TimeStepType CalculateChange()=0
Control indentation during Print() invocation.
virtual void AllocateUpdateBuffer()=0
void PrintSelf(std::ostream &os, Indent indent) const
FiniteDifferenceFunction< TOutputImage > FiniteDifferenceFunctionType
Define additional traits for native types such as int or float.
Base class for filters that take an image as input and overwrite that image as the output...
TOutputImage::PixelType OutputPixelType
static const unsigned int ImageDimension
#define itkConceptMacro(name, concept)
FiniteDifferenceImageFilter Self
void SetStateToUninitialized()
bool m_ManualReinitialization