#include <itkSumInputFunction.h>
Inheritance diagram for itk::Statistics::SumInputFunction< TVector, ScalarType >:
Public Types | |
typedef SumInputFunction | Self |
typedef InputFunctionBase< TVector, ScalarType > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
ScalarType | Evaluate (const TVector &input) const |
void | SetSize (long n) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
SumInputFunction () | |
~SumInputFunction () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Attributes | |
long | m_Size |
|
Reimplemented from itk::Statistics::InputFunctionBase< TVector, ScalarType >. Definition at line 38 of file itkSumInputFunction.h. |
|
Reimplemented from itk::Statistics::InputFunctionBase< TVector, ScalarType >. Definition at line 37 of file itkSumInputFunction.h. |
|
Standard class typedefs. Reimplemented from itk::Statistics::InputFunctionBase< TVector, ScalarType >. Definition at line 35 of file itkSumInputFunction.h. |
|
Reimplemented from itk::Statistics::InputFunctionBase< TVector, ScalarType >. Definition at line 36 of file itkSumInputFunction.h. |
|
|
|
|
|
Evaluate at the specified input position |
|
Run-time type information (and related methods). Reimplemented from itk::Statistics::InputFunctionBase< TVector, ScalarType >. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Method to print the object. Reimplemented from itk::Statistics::InputFunctionBase< TVector, ScalarType >. |
|
Implements itk::Statistics::InputFunctionBase< TVector, ScalarType >. |
|
Definition at line 56 of file itkSumInputFunction.h. |