#include <itkTransferFunctionBase.h>
Inheritance diagram for itk::Statistics::TransferFunctionBase< ScalarType >:


Public Types | |
| typedef TransferFunctionBase | Self |
| typedef FunctionBase< ScalarType, double > | Superclass |
| typedef SmartPointer< Self > | Pointer |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef ScalarType | InputType |
| typedef ScalarType | OutputType |
| typedef Array< ScalarType > | ArrayType |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
| virtual OutputType | Evaluate (const InputType &input) const=0 |
| virtual OutputType | EvaluateDerivative (const InputType &input) const=0 |
Protected Member Functions | |
| TransferFunctionBase () | |
| virtual | ~TransferFunctionBase () |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const |
|
|||||
|
Definition at line 48 of file itkTransferFunctionBase.h. |
|
|||||
|
|||||
|
Input type Reimplemented from itk::FunctionBase< ScalarType, ScalarType >. Definition at line 44 of file itkTransferFunctionBase.h. |
|
|||||
|
Output type Reimplemented from itk::FunctionBase< ScalarType, ScalarType >. Definition at line 47 of file itkTransferFunctionBase.h. |
|
|||||
|
|||||
|
|||||
|
|||||||||
|
Definition at line 57 of file itkTransferFunctionBase.h. |
|
|||||||||
|
Definition at line 58 of file itkTransferFunctionBase.h. |
|
||||||||||
|
Evaluate at the specified input position Implements itk::FunctionBase< ScalarType, ScalarType >. |
|
||||||||||
|
Evaluate the derivative at the specified input position |
|
|||||||||
|
||||||||||||||||
1.3.5 written by Dimitri van Heesch,
© 1997-2000