![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkExponentialLimiterFunction.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 ExponentialLimiterFunction | Self |
typedef LimiterFunctionBase < TInput, NDimension > | Superclass |
![]() | |
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) | |
![]() | |
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 () | |
![]() | |
LimiterFunctionBase () | |
~LimiterFunctionBase () | |
Protected Attributes | |
double | m_LTminLB |
double | m_LTminLBinv |
double | m_UTminUB |
double | m_UTminUBinv |
![]() | |
OutputType | m_LowerBound |
InputType | m_LowerThreshold |
OutputType | m_UpperBound |
InputType | m_UpperThreshold |
Private Member Functions | |
ExponentialLimiterFunction (const Self &) | |
void | operator= (const Self &) |
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 40 of file itkExponentialLimiterFunction.h.
typedef SmartPointer<const Self> itk::ExponentialLimiterFunction< TInput, NDimension >::ConstPointer |
Definition at line 48 of file itkExponentialLimiterFunction.h.
typedef Superclass::DerivativeType itk::ExponentialLimiterFunction< TInput, NDimension >::DerivativeType |
Definition at line 64 of file itkExponentialLimiterFunction.h.
typedef Superclass::DerivativeValueType itk::ExponentialLimiterFunction< TInput, NDimension >::DerivativeValueType |
Definition at line 63 of file itkExponentialLimiterFunction.h.
typedef Superclass::InputType itk::ExponentialLimiterFunction< TInput, NDimension >::InputType |
Superclass' typedefs
Definition at line 61 of file itkExponentialLimiterFunction.h.
typedef Superclass::OutputType itk::ExponentialLimiterFunction< TInput, NDimension >::OutputType |
Definition at line 62 of file itkExponentialLimiterFunction.h.
typedef SmartPointer<Self> itk::ExponentialLimiterFunction< TInput, NDimension >::Pointer |
Definition at line 47 of file itkExponentialLimiterFunction.h.
typedef ExponentialLimiterFunction itk::ExponentialLimiterFunction< TInput, NDimension >::Self |
Standard class typedefs.
Definition at line 45 of file itkExponentialLimiterFunction.h.
typedef LimiterFunctionBase<TInput, NDimension> itk::ExponentialLimiterFunction< TInput, NDimension >::Superclass |
Definition at line 46 of file itkExponentialLimiterFunction.h.
|
protected |
|
inlineprotected |
Definition at line 77 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 83 of file itkExponentialLimiterFunction.h.
|
protected |
Definition at line 84 of file itkExponentialLimiterFunction.h.
|
protected |
Definition at line 81 of file itkExponentialLimiterFunction.h.
|
protected |
Definition at line 82 of file itkExponentialLimiterFunction.h.
Generated on 27-06-2013 for elastix by ![]() |
![]() |