ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkSumInputFunction.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef SumInputFunction | Self |
typedef InputFunctionBase < TMeasurementVector, ScalarType > | Superclass |
Public Types inherited from itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType > | |
typedef TMeasurementVector | InputVectorType |
typedef ScalarType | OutputType |
Public Types inherited from itk::FunctionBase< TMeasurementVector, ScalarType > | |
typedef TMeasurementVector | InputType |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual ScalarType | Evaluate (const TMeasurementVector &input) const |
virtual const char * | GetNameOfClass () const |
virtual void | SetSize (unsigned int n) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
SumInputFunction () | |
virtual | ~SumInputFunction () |
Protected Member Functions inherited from itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType > | |
InputFunctionBase () | |
~InputFunctionBase () | |
Protected Member Functions inherited from itk::FunctionBase< TMeasurementVector, ScalarType > | |
FunctionBase () | |
~FunctionBase () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Protected Attributes | |
unsigned int | m_Size |
This is the itkSumInputFunction class.
Definition at line 36 of file itkSumInputFunction.h.
typedef SmartPointer<const Self> itk::Statistics::SumInputFunction< TMeasurementVector, ScalarType >::ConstPointer |
Reimplemented from itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType >.
Definition at line 44 of file itkSumInputFunction.h.
typedef SmartPointer<Self> itk::Statistics::SumInputFunction< TMeasurementVector, ScalarType >::Pointer |
Reimplemented from itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType >.
Definition at line 43 of file itkSumInputFunction.h.
typedef SumInputFunction itk::Statistics::SumInputFunction< TMeasurementVector, ScalarType >::Self |
Standard class typedefs.
Reimplemented from itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType >.
Definition at line 41 of file itkSumInputFunction.h.
typedef InputFunctionBase<TMeasurementVector, ScalarType> itk::Statistics::SumInputFunction< TMeasurementVector, ScalarType >::Superclass |
Reimplemented from itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType >.
Definition at line 42 of file itkSumInputFunction.h.
|
protected |
|
protectedvirtual |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtual |
Evaluate at the specified input position
Implements itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::Object.
|
protectedvirtual |
Method to print the object.
Reimplemented from itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType >.
|
virtual |
|
protected |
Definition at line 62 of file itkSumInputFunction.h.