ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkProductInputFunction.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef ProductInputFunction | Self |
typedef InputFunctionBase < TMeasurementVector, ScalarType > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual ScalarType | Evaluate (const TMeasurementVector &input) const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
ProductInputFunction () | |
virtual | ~ProductInputFunction () |
This is the itkProductInputFunction class.
Definition at line 36 of file itkProductInputFunction.h.
typedef SmartPointer<const Self> itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::ConstPointer |
Reimplemented from itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType >.
Definition at line 44 of file itkProductInputFunction.h.
typedef SmartPointer<Self> itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::Pointer |
Reimplemented from itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType >.
Definition at line 43 of file itkProductInputFunction.h.
typedef ProductInputFunction itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::Self |
Standard class typedefs.
Reimplemented from itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType >.
Definition at line 41 of file itkProductInputFunction.h.
typedef InputFunctionBase<TMeasurementVector, ScalarType> itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::Superclass |
Reimplemented from itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType >.
Definition at line 42 of file itkProductInputFunction.h.
itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::ProductInputFunction | ( | ) | [protected] |
virtual itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::~ProductInputFunction | ( | ) | [protected, virtual] |
virtual::itk::LightObject::Pointer itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::CreateAnother | ( | void | ) | const [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 ScalarType itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::Evaluate | ( | const TMeasurementVector & | input | ) | const [virtual] |
Evaluate at the specified input position
Implements itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType >.
virtual const char* itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType >.
static Pointer itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::Object.
virtual void itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
Method to print the object.
Reimplemented from itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType >.