|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkExponentialLimiterFunction.h>
A soft limiter.
If the input value exceeds the upper/lower threshold the output is diminished/increased, such that it never will exceed the UpperBound/LowerBound. It does this in a smooth manner, with an exponential function.
where
is the upper/lower bound and
the upper/lower threshold
Definition at line 43 of file itkExponentialLimiterFunction.h.
Inheritance diagram for itk::ExponentialLimiterFunction< 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 ExponentialLimiterFunction | 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 |
| virtual void | Initialize (void) throw ( ExceptionObject ) |
| 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 |
| 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 | |
| virtual void | ComputeLimiterSettings (void) |
| ExponentialLimiterFunction () | |
| ~ExponentialLimiterFunction () | |
Protected Member Functions inherited from itk::LimiterFunctionBase< TInput, NDimension > | |
| LimiterFunctionBase () | |
| ~LimiterFunctionBase () | |
Protected Attributes | |
| double | m_LTminLB |
| double | m_LTminLBinv |
| double | m_UTminUB |
| double | m_UTminUBinv |
Protected Attributes inherited from itk::LimiterFunctionBase< TInput, NDimension > | |
| OutputType | m_LowerBound |
| InputType | m_LowerThreshold |
| OutputType | m_UpperBound |
| InputType | m_UpperThreshold |
Private Member Functions | |
| ExponentialLimiterFunction (const Self &) | |
| void | operator= (const Self &) |
| typedef SmartPointer< const Self > itk::ExponentialLimiterFunction< TInput, NDimension >::ConstPointer |
Definition at line 52 of file itkExponentialLimiterFunction.h.
| typedef Superclass::DerivativeType itk::ExponentialLimiterFunction< TInput, NDimension >::DerivativeType |
Definition at line 67 of file itkExponentialLimiterFunction.h.
| typedef Superclass::DerivativeValueType itk::ExponentialLimiterFunction< TInput, NDimension >::DerivativeValueType |
Definition at line 66 of file itkExponentialLimiterFunction.h.
| typedef Superclass::InputType itk::ExponentialLimiterFunction< TInput, NDimension >::InputType |
Superclass' typedefs
Definition at line 64 of file itkExponentialLimiterFunction.h.
| typedef Superclass::OutputType itk::ExponentialLimiterFunction< TInput, NDimension >::OutputType |
Definition at line 65 of file itkExponentialLimiterFunction.h.
| typedef SmartPointer< Self > itk::ExponentialLimiterFunction< TInput, NDimension >::Pointer |
Definition at line 51 of file itkExponentialLimiterFunction.h.
| typedef ExponentialLimiterFunction itk::ExponentialLimiterFunction< TInput, NDimension >::Self |
Standard class typedefs.
Definition at line 49 of file itkExponentialLimiterFunction.h.
| typedef LimiterFunctionBase< TInput, NDimension > itk::ExponentialLimiterFunction< TInput, NDimension >::Superclass |
Definition at line 50 of file itkExponentialLimiterFunction.h.
|
protected |
|
inlineprotected |
Definition at line 81 of file itkExponentialLimiterFunction.h.
|
private |
|
protectedvirtual |
|
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 >.
|
virtual | ||||||||||||||
Initialize the limiter; calls the ComputeLimiterSettings() function
Reimplemented from itk::LimiterFunctionBase< TInput, NDimension >.
| itk::ExponentialLimiterFunction< TInput, NDimension >::itkStaticConstMacro | ( | Dimension | , |
| unsigned | int, | ||
| Superclass::Dimension | |||
| ) |
Superclass' static consts
|
static |
Define the New() function, for creation via the ObjectFactory
|
private |
|
protected |
Definition at line 87 of file itkExponentialLimiterFunction.h.
|
protected |
Definition at line 88 of file itkExponentialLimiterFunction.h.
|
protected |
Definition at line 85 of file itkExponentialLimiterFunction.h.
|
protected |
Definition at line 86 of file itkExponentialLimiterFunction.h.
Generated on OURCE_DATE_EPOCH for elastix by 1.8.13 |