Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkHardLimiterFunction.h>
A hard limiter.
If the input value exceeds the upper/lower bound the output is set to the upper/lower bound and the derivative is filled with zeros.
Definition at line 39 of file itkHardLimiterFunction.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DerivativeType | DerivativeType |
typedef Superclass::DerivativeValueType | DerivativeValueType |
typedef Superclass::InputType | InputType |
typedef Superclass::OutputType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef HardLimiterFunction | Self |
typedef LimiterFunctionBase< TInput, NDimension > | Superclass |
Public Types inherited from itk::LimiterFunctionBase< TInput, NDimension > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef CovariantVector< DerivativeValueType, itkGetStaticConstMacro(Dimension) > | DerivativeType |
typedef OutputType | DerivativeValueType |
typedef Superclass::InputType | InputType |
typedef Superclass::OutputType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef LimiterFunctionBase | Self |
typedef FunctionBase< TInput, typename NumericTraits< TInput >::RealType > | Superclass |
Public Member Functions | |
OutputType | Evaluate (const InputType &input) const override |
OutputType | Evaluate (const InputType &input, DerivativeType &derivative) const override |
virtual const char * | GetClassName () const |
itkStaticConstMacro (Dimension, unsigned int, Superclass::Dimension) | |
Public Member Functions inherited from itk::LimiterFunctionBase< TInput, NDimension > | |
OutputType | Evaluate (const InputType &input) const override=0 |
virtual OutputType | Evaluate (const InputType &input, DerivativeType &derivative) const =0 |
virtual const char * | GetClassName () const |
virtual OutputType | GetLowerBound () const |
virtual InputType | GetLowerThreshold () const |
virtual OutputType | GetUpperBound () const |
virtual InputType | GetUpperThreshold () const |
virtual void | Initialize (void) |
itkStaticConstMacro (Dimension, unsigned int, NDimension) | |
virtual void | SetLowerBound (OutputType _arg) |
virtual void | SetLowerThreshold (InputType _arg) |
virtual void | SetUpperBound (OutputType _arg) |
virtual void | SetUpperThreshold (InputType _arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
HardLimiterFunction () | |
~HardLimiterFunction () override | |
Protected Member Functions inherited from itk::LimiterFunctionBase< TInput, NDimension > | |
LimiterFunctionBase () | |
~LimiterFunctionBase () override | |
Private Member Functions | |
HardLimiterFunction (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Attributes inherited from itk::LimiterFunctionBase< TInput, NDimension > | |
OutputType | m_LowerBound |
InputType | m_LowerThreshold |
OutputType | m_UpperBound |
InputType | m_UpperThreshold |
typedef SmartPointer< const Self > itk::HardLimiterFunction< TInput, NDimension >::ConstPointer |
Definition at line 48 of file itkHardLimiterFunction.h.
typedef Superclass::DerivativeType itk::HardLimiterFunction< TInput, NDimension >::DerivativeType |
Definition at line 63 of file itkHardLimiterFunction.h.
typedef Superclass::DerivativeValueType itk::HardLimiterFunction< TInput, NDimension >::DerivativeValueType |
Definition at line 62 of file itkHardLimiterFunction.h.
typedef Superclass::InputType itk::HardLimiterFunction< TInput, NDimension >::InputType |
Superclass' typedefs
Definition at line 60 of file itkHardLimiterFunction.h.
typedef Superclass::OutputType itk::HardLimiterFunction< TInput, NDimension >::OutputType |
Definition at line 61 of file itkHardLimiterFunction.h.
typedef SmartPointer< Self > itk::HardLimiterFunction< TInput, NDimension >::Pointer |
Definition at line 47 of file itkHardLimiterFunction.h.
typedef HardLimiterFunction itk::HardLimiterFunction< TInput, NDimension >::Self |
Standard class typedefs.
Definition at line 45 of file itkHardLimiterFunction.h.
typedef LimiterFunctionBase< TInput, NDimension > itk::HardLimiterFunction< TInput, NDimension >::Superclass |
Definition at line 46 of file itkHardLimiterFunction.h.
|
inlineprotected |
Definition at line 73 of file itkHardLimiterFunction.h.
|
inlineoverrideprotected |
Definition at line 74 of file itkHardLimiterFunction.h.
|
private |
|
overridevirtual |
Limit the input value
Implements itk::LimiterFunctionBase< TInput, NDimension >.
|
overridevirtual |
Limit the input value and change the input function derivative accordingly
Implements itk::LimiterFunctionBase< TInput, NDimension >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::LimiterFunctionBase< TInput, NDimension >.
itk::HardLimiterFunction< TInput, NDimension >::itkStaticConstMacro | ( | Dimension | , |
unsigned int | , | ||
Superclass::Dimension | |||
) |
Superclass' static consts
|
static |
Define the New() function, for creation via the ObjectFactory
|
private |
Generated on 1667476801 for elastix by 1.9.4 |