#include <itkInputFunctionBase.h>
Inheritance diagram for itk::Statistics::InputFunctionBase< TVector, TOutput >:
Public Types | |
typedef InputFunctionBase | Self |
typedef FunctionBase< TVector, TOutput > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TVector | InputVectorType |
typedef TOutput | OutputType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual OutputType | Evaluate (const InputVectorType &input) const=0 |
virtual void | SetSize (long)=0 |
Protected Member Functions | |
InputFunctionBase () | |
virtual | ~InputFunctionBase () |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
|
Reimplemented from itk::FunctionBase< TVector, TOutput >. Reimplemented in itk::Statistics::ProductInputFunction< TVector, ScalarType >, and itk::Statistics::SumInputFunction< TVector, ScalarType >. Definition at line 37 of file itkInputFunctionBase.h. |
|
Input type Definition at line 43 of file itkInputFunctionBase.h. |
|
Output type Reimplemented from itk::FunctionBase< TVector, TOutput >. Definition at line 46 of file itkInputFunctionBase.h. |
|
Reimplemented from itk::FunctionBase< TVector, TOutput >. Reimplemented in itk::Statistics::ProductInputFunction< TVector, ScalarType >, and itk::Statistics::SumInputFunction< TVector, ScalarType >. Definition at line 36 of file itkInputFunctionBase.h. |
|
Standard class typedefs. Reimplemented from itk::FunctionBase< TVector, TOutput >. Reimplemented in itk::Statistics::ProductInputFunction< TVector, ScalarType >, and itk::Statistics::SumInputFunction< TVector, ScalarType >. Definition at line 34 of file itkInputFunctionBase.h. |
|
Reimplemented from itk::FunctionBase< TVector, TOutput >. Reimplemented in itk::Statistics::ProductInputFunction< TVector, ScalarType >, and itk::Statistics::SumInputFunction< TVector, ScalarType >. Definition at line 35 of file itkInputFunctionBase.h. |
|
Definition at line 55 of file itkInputFunctionBase.h. |
|
Definition at line 56 of file itkInputFunctionBase.h. |
|
Evaluate at the specified input position |
|
Run-time type information (and related methods). Reimplemented from itk::FunctionBase< TVector, TOutput >. Reimplemented in itk::Statistics::ProductInputFunction< TVector, ScalarType >, and itk::Statistics::SumInputFunction< TVector, ScalarType >. |
|
Method to print the object. Reimplemented from itk::Object. Reimplemented in itk::Statistics::ProductInputFunction< TVector, ScalarType >, and itk::Statistics::SumInputFunction< TVector, ScalarType >. Definition at line 59 of file itkInputFunctionBase.h. |
|
Implemented in itk::Statistics::SumInputFunction< TVector, ScalarType >. |