Orfeo Toolbox  3.16
Public Types | Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | Private Member Functions
otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision > Class Template Reference

#include <otbFlusserMomentsIFFactory.h>

+ Inheritance diagram for otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >:
+ Collaboration diagram for otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >:

List of all members.

Public Types

typedef ImageFunctionAdaptor
< FlusserMomentsIF, TPrecision > 
AdaptedFlusserMomentsIF
typedef itk::SmartPointer
< const Self
ConstPointer
typedef TCoordRep CoordRepType
typedef std::vector
< itk::DataObject::Pointer
DataObjectContainerType
typedef
FlusserMomentsImageFunction
< InputImageType, CoordRepType
FlusserMomentsIF
typedef TImageType InputImageType
typedef MetaImageFunction
< TPrecision >::Pointer 
MetaImageFunctionPointerType
typedef std::vector
< PrecisionType
ParamContainerType
typedef itk::SmartPointer< SelfPointer
typedef TPrecision PrecisionType
typedef FlusserMomentsIFFactory Self
typedef itk::LightObject Superclass

Public Member Functions

void Create (InputImageType *image, ParamContainerType param, MetaImageFunctionPointerType metaIF, DataObjectContainerType *container)
virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual void Delete ()
virtual const char * GetNameOfClass () const
virtual int GetReferenceCount () const
void Print (std::ostream &os, Indent indent=0) const
virtual void Register () const
virtual void SetReferenceCount (int)
virtual void UnRegister () const

Static Public Member Functions

static void BreakOnError ()
static Pointer New ()

Protected Types

typedef int InternalReferenceCountType

Protected Member Functions

 FlusserMomentsIFFactory ()
 ~FlusserMomentsIFFactory ()
virtual void PrintHeader (std::ostream &os, Indent indent) const
void PrintSelf (std::ostream &os, itk::Indent indent) const
virtual void PrintTrailer (std::ostream &os, Indent indent) const

Protected Attributes

InternalReferenceCountType m_ReferenceCount
SimpleFastMutexLock m_ReferenceCountLock

Private Member Functions

 FlusserMomentsIFFactory (const Self &)
void operator= (const Self &)

Detailed Description

template<class TImageType, class TCoordRep = double, class TPrecision = double>
class otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >

Definition at line 44 of file otbFlusserMomentsIFFactory.h.


Member Typedef Documentation

template<class TImageType , class TCoordRep = double, class TPrecision = double>
typedef ImageFunctionAdaptor<FlusserMomentsIF, TPrecision> otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::AdaptedFlusserMomentsIF

Definition at line 72 of file otbFlusserMomentsIFFactory.h.

template<class TImageType , class TCoordRep = double, class TPrecision = double>
typedef itk::SmartPointer<const Self> otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::ConstPointer

Reimplemented from itk::LightObject.

Definition at line 52 of file otbFlusserMomentsIFFactory.h.

template<class TImageType , class TCoordRep = double, class TPrecision = double>
typedef TCoordRep otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::CoordRepType

Definition at line 62 of file otbFlusserMomentsIFFactory.h.

template<class TImageType , class TCoordRep = double, class TPrecision = double>
typedef std::vector<itk::DataObject::Pointer> otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::DataObjectContainerType

Definition at line 67 of file otbFlusserMomentsIFFactory.h.

template<class TImageType , class TCoordRep = double, class TPrecision = double>
typedef FlusserMomentsImageFunction<InputImageType, CoordRepType> otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::FlusserMomentsIF

Definition at line 70 of file otbFlusserMomentsIFFactory.h.

template<class TImageType , class TCoordRep = double, class TPrecision = double>
typedef TImageType otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::InputImageType

Definition at line 58 of file otbFlusserMomentsIFFactory.h.

typedef int itk::LightObject::InternalReferenceCountType
protectedinherited

Define the type of the reference count according to the target. This allows the use of atomic operations

Definition at line 137 of file itkLightObject.h.

template<class TImageType , class TCoordRep = double, class TPrecision = double>
typedef MetaImageFunction<TPrecision>::Pointer otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::MetaImageFunctionPointerType

Definition at line 66 of file otbFlusserMomentsIFFactory.h.

template<class TImageType , class TCoordRep = double, class TPrecision = double>
typedef std::vector<PrecisionType> otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::ParamContainerType

Definition at line 68 of file otbFlusserMomentsIFFactory.h.

template<class TImageType , class TCoordRep = double, class TPrecision = double>
typedef itk::SmartPointer<Self> otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::Pointer

Reimplemented from itk::LightObject.

Definition at line 51 of file otbFlusserMomentsIFFactory.h.

template<class TImageType , class TCoordRep = double, class TPrecision = double>
typedef TPrecision otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::PrecisionType

Definition at line 63 of file otbFlusserMomentsIFFactory.h.

template<class TImageType , class TCoordRep = double, class TPrecision = double>
typedef FlusserMomentsIFFactory otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::Self

Standard class typedefs.

Reimplemented from itk::LightObject.

Definition at line 49 of file otbFlusserMomentsIFFactory.h.

template<class TImageType , class TCoordRep = double, class TPrecision = double>
typedef itk::LightObject otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::Superclass

Definition at line 50 of file otbFlusserMomentsIFFactory.h.


Constructor & Destructor Documentation

template<class TImageType , class TCoordRep = double, class TPrecision = double>
otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::FlusserMomentsIFFactory ( )
inlineprotected

Definition at line 80 of file otbFlusserMomentsIFFactory.h.

template<class TImageType , class TCoordRep = double, class TPrecision = double>
otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::~FlusserMomentsIFFactory ( )
inlineprotected

Definition at line 81 of file otbFlusserMomentsIFFactory.h.

template<class TImageType , class TCoordRep = double, class TPrecision = double>
otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::FlusserMomentsIFFactory ( const Self )
private

Member Function Documentation

void itk::LightObject::BreakOnError ( )
staticinherited

This method is called when itkExceptionMacro executes. It allows the debugger to break on error.

Definition at line 149 of file itkLightObject.cxx.

template<class TImageType , class TCoordRep , class TPrecision >
void otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::Create ( InputImageType image,
ParamContainerType  param,
MetaImageFunctionPointerType  metaIF,
DataObjectContainerType container 
)

Definition at line 37 of file otbFlusserMomentsIFFactory.txx.

template<class TImageType , class TCoordRep = double, class TPrecision = double>
virtual::itk::LightObject::Pointer otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::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::LightObject.

void itk::LightObject::Delete ( )
virtualinherited

Delete an itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C delete method will not work with reference counting.

Delete a itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C++ delete method will not work with reference counting.

Definition at line 88 of file itkLightObject.cxx.

template<class TImageType , class TCoordRep = double, class TPrecision = double>
virtual const char* otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::GetNameOfClass ( ) const
virtual

Return the name of this class as a string. Used by the object factory (implemented in New()) to instantiate objects of a named type. Also used for debugging and other output information.

Reimplemented from itk::LightObject.

virtual int itk::LightObject::GetReferenceCount ( ) const
inlinevirtualinherited

Gets the reference count on this object.

Definition at line 105 of file itkLightObject.h.

template<class TImageType , class TCoordRep = double, class TPrecision = double>
static Pointer otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::New ( void  )
static

Method for creation through the object factory.

Reimplemented from itk::LightObject.

template<class TImageType , class TCoordRep = double, class TPrecision = double>
void otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::operator= ( const Self )
private
void itk::LightObject::Print ( std::ostream &  os,
Indent  indent = 0 
) const
inherited

Cause the object to print itself out.

Avoid DLL boundary problems. This function will be common to all itk objects. It just calls the header/self/trailer virtual print methods, which can be overriden by subclasses (any itk object).

Definition at line 135 of file itkLightObject.cxx.

References itk::Indent::GetNextIndent().

Referenced by itk::operator<<().

void itk::LightObject::PrintHeader ( std::ostream &  os,
Indent  indent 
) const
protectedvirtualinherited

Define a default print header for all objects.

Definition at line 320 of file itkLightObject.cxx.

template<class TImageType , class TCoordRep , class TPrecision >
void otb::FlusserMomentsIFFactory< TImageType, TCoordRep, TPrecision >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
protectedvirtual

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Chaining method to print an object's instance variables, as well as its superclasses.

Reimplemented from itk::LightObject.

Definition at line 29 of file otbFlusserMomentsIFFactory.txx.

void itk::LightObject::PrintTrailer ( std::ostream &  os,
Indent  indent 
) const
protectedvirtualinherited

Define a default print trailer for all objects.

Definition at line 331 of file itkLightObject.cxx.

void itk::LightObject::Register ( ) const
virtualinherited

Increase the reference count (mark as used by another object).

Reimplemented in itk::ExceptionObject::ReferenceCountedExceptionData, and itk::Object.

Definition at line 160 of file itkLightObject.cxx.

void itk::LightObject::SetReferenceCount ( int  ref)
virtualinherited

Sets the reference count on this object. This is a dangerous method, use it with care.

Sets the reference count (use with care)

Reimplemented in itk::Object.

Definition at line 244 of file itkLightObject.cxx.

void itk::LightObject::UnRegister ( ) const
virtualinherited

Decrease the reference count (release by another object).

Reimplemented in itk::ExceptionObject::ReferenceCountedExceptionData, and itk::Object.

Definition at line 192 of file itkLightObject.cxx.

Referenced by itk::LightObject::New().


Member Data Documentation

InternalReferenceCountType itk::LightObject::m_ReferenceCount
mutableprotectedinherited

Number of uses of this object by other objects.

Definition at line 141 of file itkLightObject.h.

SimpleFastMutexLock itk::LightObject::m_ReferenceCountLock
mutableprotectedinherited

Mutex lock to protect modification to the reference count

Definition at line 144 of file itkLightObject.h.


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

Generated at Sun Feb 3 2013 03:16:01 for Orfeo Toolbox with doxygen 1.8.1.1