ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType > Class Template Reference

#include <itkProductInputFunction.h>

+ Inheritance diagram for itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >:
+ Collaboration diagram for itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >:

Detailed Description

template<class TMeasurementVector, class ScalarType>
class itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >

This is the itkProductInputFunction class.

Definition at line 36 of file itkProductInputFunction.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef ProductInputFunction Self
 
typedef InputFunctionBase
< TMeasurementVector,
ScalarType > 
Superclass
 
- Public Types inherited from itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType >
typedef SmartPointer< const SelfConstPointer
 
typedef TMeasurementVector InputVectorType
 
typedef ScalarType OutputType
 
typedef SmartPointer< SelfPointer
 
typedef InputFunctionBase Self
 
typedef FunctionBase
< TMeasurementVector,
ScalarType > 
Superclass
 
- Public Types inherited from itk::FunctionBase< TMeasurementVector, ScalarType >
typedef SmartPointer< const SelfConstPointer
 
typedef TMeasurementVector InputType
 
typedef ScalarType OutputType
 
typedef SmartPointer< SelfPointer
 
typedef FunctionBase Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual ScalarType Evaluate (const TMeasurementVector &input) const
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType >
virtual void SetSize (unsigned int)=0
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

virtual void PrintSelf (std::ostream &os, Indent indent) const
 
 ProductInputFunction ()
 
virtual ~ProductInputFunction ()
 
- 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 ()
 

Additional Inherited Members

- Protected Types inherited from itk::LightObject
typedef int InternalReferenceCountType
 
- Protected Attributes inherited from itk::LightObject
InternalReferenceCountType m_ReferenceCount
 
SimpleFastMutexLock m_ReferenceCountLock
 

Member Typedef Documentation

template<class TMeasurementVector , class ScalarType >
typedef SmartPointer<const Self> itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::ConstPointer

Definition at line 44 of file itkProductInputFunction.h.

template<class TMeasurementVector , class ScalarType >
typedef SmartPointer<Self> itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::Pointer

Definition at line 43 of file itkProductInputFunction.h.

template<class TMeasurementVector , class ScalarType >
typedef ProductInputFunction itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::Self

Standard class typedefs.

Definition at line 41 of file itkProductInputFunction.h.

template<class TMeasurementVector , class ScalarType >
typedef InputFunctionBase<TMeasurementVector, ScalarType> itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::Superclass

Definition at line 42 of file itkProductInputFunction.h.

Constructor & Destructor Documentation

template<class TMeasurementVector , class ScalarType >
itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::ProductInputFunction ( )
protected
template<class TMeasurementVector , class ScalarType >
virtual itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::~ProductInputFunction ( )
protectedvirtual

Member Function Documentation

template<class TMeasurementVector , class ScalarType >
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.

template<class TMeasurementVector , class ScalarType >
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 >.

template<class TMeasurementVector , class 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 >.

template<class TMeasurementVector , class ScalarType >
static Pointer itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::New ( )
static

Method for creation through the object factory.

template<class TMeasurementVector , class ScalarType >
virtual void itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protectedvirtual

Method to print the object.

Reimplemented from itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType >.


The documentation for this class was generated from the following file: