![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkInputFunctionBase.h>
Inheritance diagram for itk::Statistics::InputFunctionBase< TMeasurementVector, TTargetVector >:
Collaboration diagram for itk::Statistics::InputFunctionBase< TMeasurementVector, TTargetVector >:This is the itkInputFunctionBase class.
Definition at line 34 of file itkInputFunctionBase.h.
Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef TMeasurementVector | InputVectorType |
| typedef TTargetVector | OutputType |
| typedef SmartPointer< Self > | Pointer |
| typedef InputFunctionBase | Self |
| typedef FunctionBase < TMeasurementVector, TTargetVector > | Superclass |
Public Types inherited from itk::FunctionBase< TMeasurementVector, TTargetVector > | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef TMeasurementVector | InputType |
| typedef TTargetVector | OutputType |
| typedef SmartPointer< Self > | Pointer |
| typedef FunctionBase | Self |
| typedef Object | Superclass |
Public Types inherited from itk::Object | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef SmartPointer< Self > | Pointer |
| typedef Object | Self |
| typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef SmartPointer< Self > | Pointer |
| typedef LightObject | Self |
Public Member Functions | |
| virtual OutputType | Evaluate (const InputVectorType &input) const =0 |
| virtual const char * | GetNameOfClass () const |
| virtual void | SetSize (unsigned int)=0 |
Protected Member Functions | |
| InputFunctionBase () | |
| ~InputFunctionBase () | |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Member Functions inherited from itk::FunctionBase< TMeasurementVector, TTargetVector > | |
| 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 () |
Private Member Functions | |
| InputFunctionBase (const Self &) | |
| void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::Object | |
| static bool | GetGlobalWarningDisplay () |
| static void | GlobalWarningDisplayOff () |
| static void | GlobalWarningDisplayOn () |
| static Pointer | New () |
| static void | SetGlobalWarningDisplay (bool flag) |
Protected Types inherited from itk::LightObject | |
| typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::LightObject | |
| InternalReferenceCountType | m_ReferenceCount |
| SimpleFastMutexLock | m_ReferenceCountLock |
| typedef SmartPointer<const Self> itk::Statistics::InputFunctionBase< TMeasurementVector, TTargetVector >::ConstPointer |
Definition at line 42 of file itkInputFunctionBase.h.
| typedef TMeasurementVector itk::Statistics::InputFunctionBase< TMeasurementVector, TTargetVector >::InputVectorType |
Input type
Definition at line 45 of file itkInputFunctionBase.h.
| typedef TTargetVector itk::Statistics::InputFunctionBase< TMeasurementVector, TTargetVector >::OutputType |
Output type
Definition at line 51 of file itkInputFunctionBase.h.
| typedef SmartPointer<Self> itk::Statistics::InputFunctionBase< TMeasurementVector, TTargetVector >::Pointer |
Definition at line 41 of file itkInputFunctionBase.h.
| typedef InputFunctionBase itk::Statistics::InputFunctionBase< TMeasurementVector, TTargetVector >::Self |
Standard class typedefs.
Definition at line 39 of file itkInputFunctionBase.h.
| typedef FunctionBase<TMeasurementVector, TTargetVector> itk::Statistics::InputFunctionBase< TMeasurementVector, TTargetVector >::Superclass |
Definition at line 40 of file itkInputFunctionBase.h.
|
inlineprotected |
Definition at line 60 of file itkInputFunctionBase.h.
|
inlineprotected |
Definition at line 61 of file itkInputFunctionBase.h.
|
private |
|
pure virtual |
Evaluate at the specified input position
Implements itk::FunctionBase< TMeasurementVector, TTargetVector >.
Implemented in itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >, and itk::Statistics::SumInputFunction< TMeasurementVector, ScalarType >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::FunctionBase< TMeasurementVector, TTargetVector >.
Reimplemented in itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >, and itk::Statistics::SumInputFunction< TMeasurementVector, ScalarType >.
|
private |
|
inlineprotectedvirtual |
Method to print the object.
Reimplemented from itk::Object.
Reimplemented in itk::Statistics::SumInputFunction< TMeasurementVector, ScalarType >, and itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >.
Definition at line 64 of file itkInputFunctionBase.h.
|
pure virtual |
1.8.3.1