OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | List of all members
otb::CommandProgressUpdate< TFilter > Class Template Reference

#include <otbCommandProgressUpdate.h>

+ Inheritance diagram for otb::CommandProgressUpdate< TFilter >:
+ Collaboration diagram for otb::CommandProgressUpdate< TFilter >:

Public Types

typedef itk::SmartPointer< SelfPointer
 
typedef CommandProgressUpdate Self
 
typedef itk::Command Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
void Execute (const itk::Object *object, const itk::EventObject &event) override
 
void Execute (itk::Object *caller, const itk::EventObject &event) override
 

Static Public Member Functions

static Pointer New ()
 

Public Attributes

const typedef TFilter * FilterPointer
 

Protected Member Functions

 CommandProgressUpdate ()
 

Detailed Description

template<class TFilter>
class otb::CommandProgressUpdate< TFilter >

TODO.

Definition at line 38 of file otbCommandProgressUpdate.h.

Member Typedef Documentation

◆ Pointer

template<class TFilter >
typedef itk::SmartPointer<Self> otb::CommandProgressUpdate< TFilter >::Pointer

Definition at line 43 of file otbCommandProgressUpdate.h.

◆ Self

template<class TFilter >
typedef CommandProgressUpdate otb::CommandProgressUpdate< TFilter >::Self

Definition at line 41 of file otbCommandProgressUpdate.h.

◆ Superclass

template<class TFilter >
typedef itk::Command otb::CommandProgressUpdate< TFilter >::Superclass

Definition at line 42 of file otbCommandProgressUpdate.h.

Constructor & Destructor Documentation

◆ CommandProgressUpdate()

template<class TFilter >
otb::CommandProgressUpdate< TFilter >::CommandProgressUpdate ( )
inlineprotected

Definition at line 47 of file otbCommandProgressUpdate.h.

Member Function Documentation

◆ CreateAnother()

template<class TFilter >
virtual::itk::LightObject::Pointer otb::CommandProgressUpdate< TFilter >::CreateAnother ( void  ) const

◆ Execute() [1/2]

template<class TFilter >
void otb::CommandProgressUpdate< TFilter >::Execute ( const itk::Object *  object,
const itk::EventObject &  event 
)
override

Definition at line 36 of file otbCommandProgressUpdate.hxx.

◆ Execute() [2/2]

template<class TFilter >
void otb::CommandProgressUpdate< TFilter >::Execute ( itk::Object *  caller,
const itk::EventObject &  event 
)
override

Definition at line 30 of file otbCommandProgressUpdate.hxx.

◆ New()

template<class TFilter >
static Pointer otb::CommandProgressUpdate< TFilter >::New ( )
static

Member Data Documentation

◆ FilterPointer

template<class TFilter >
const typedef TFilter* otb::CommandProgressUpdate< TFilter >::FilterPointer

Definition at line 52 of file otbCommandProgressUpdate.h.


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