|
|
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.
Inheritance diagram for itk::HardLimiterFunction< TInput, NDimension >: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 | |
| virtual OutputType | Evaluate (const InputType &input) const |
| virtual OutputType | Evaluate (const InputType &input, DerivativeType &derivative) const |
| virtual const char * | GetClassName () const |
| itkStaticConstMacro (Dimension, unsigned int, Superclass::Dimension) | |
Public Member Functions inherited from itk::LimiterFunctionBase< TInput, NDimension > | |
| virtual OutputType | GetLowerBound () const |
| virtual InputType | GetLowerThreshold () const |
| virtual OutputType | GetUpperBound () const |
| virtual InputType | GetUpperThreshold () const |
| virtual void | Initialize (void) throw ( ExceptionObject ) |
| 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 () | |
Protected Member Functions inherited from itk::LimiterFunctionBase< TInput, NDimension > | |
| LimiterFunctionBase () | |
| ~LimiterFunctionBase () | |
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.
|
inlineprotected |
Definition at line 74 of file itkHardLimiterFunction.h.
|
private |
|
virtual |
Limit the input value
Implements itk::LimiterFunctionBase< TInput, NDimension >.
|
virtual |
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 OURCE_DATE_EPOCH for elastix by 1.8.13 |