Orfeo Toolbox  3.16
Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Types | Protected Member Functions | Static Protected Member Functions | Protected Attributes | Private Member Functions | Static Private Member Functions
itk::NarrowBandImageFilterBase< TInputImage, TOutputImage > Class Template Reference

This class implements a multi-threaded finite difference image to image solver that can be applied to an arbitrary list of pixels. More...

#include <itkNarrowBandImageFilterBase.h>

+ Inheritance diagram for itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >:
+ Collaboration diagram for itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >:

List of all members.

Classes

struct  NarrowBandImageFilterBaseThreadStruct
struct  ThreadRegionType

Public Types

typedef BandNode< IndexType,
PixelType
BandNodeType
typedef SmartPointer< const SelfConstPointer
typedef DataObject::Pointer DataObjectPointer
typedef std::vector
< DataObjectPointer
DataObjectPointerArray
typedef
DataObjectPointerArray::size_type 
DataObjectPointerArraySizeType
enum  FilterStateType {
  UNINITIALIZED = 0,
  INITIALIZED = 1
}
typedef
Superclass::FiniteDifferenceFunctionType 
FiniteDifferenceFunctionType
typedef OutputImageType::IndexType IndexType
typedef
InputImageType::ConstPointer 
InputImageConstPointer
typedef InputImageType::PixelType InputImagePixelType
typedef InputImageType::Pointer InputImagePointer
typedef InputImageType::RegionType InputImageRegionType
typedef Superclass::InputImageType InputImageType
typedef TInputImage::PixelType InputPixelType
typedef NumericTraits
< InputPixelType >::ValueType 
InputPixelValueType
typedef NarrowBandType::Pointer NarrowBandPointer
typedef NarrowBand< BandNodeTypeNarrowBandType
typedef
FiniteDifferenceFunctionType::NeighborhoodScalesType 
NeighborhoodScalesType
typedef
Superclass::OutputImagePixelType 
OutputImagePixelType
typedef
Superclass::OutputImagePointer 
OutputImagePointer
typedef
Superclass::OutputImageRegionType 
OutputImageRegionType
typedef Superclass::OutputImageType OutputImageType
typedef TOutputImage::PixelType OutputPixelType
typedef NumericTraits
< OutputPixelType >::ValueType 
OutputPixelValueType
typedef Superclass::PixelType PixelType
typedef SmartPointer< SelfPointer
typedef
FiniteDifferenceFunctionType::RadiusType 
RadiusType
typedef NarrowBandType::RegionType RegionType
typedef NarrowBandImageFilterBase Self
typedef
FiniteDifferenceImageFilter
< TInputImage, TOutputImage > 
Superclass
typedef Superclass::TimeStepType TimeStepType
typedef OutputImageType::ValueType ValueType

Public Member Functions

virtual void AbortGenerateDataOff ()
virtual void AbortGenerateDataOn ()
unsigned long AddObserver (const EventObject &event, Command *)
unsigned long AddObserver (const EventObject &event, Command *) const
virtual bool CanRunInPlace () const
virtual void CopyInputToOutput ()
virtual LightObject::Pointer CreateAnother () const
virtual void CreateNarrowBand ()
virtual void DebugOff () const
virtual void DebugOn () const
virtual void Delete ()
virtual void EnlargeOutputRequestedRegion (DataObject *)
virtual const bool & GetAbortGenerateData ()
CommandGetCommand (unsigned long tag)
bool GetDebug () const
virtual const
FiniteDifferenceFunctionType::Pointer
GetDifferenceFunction () const
virtual const unsigned int & GetElapsedIterations ()
virtual bool GetInPlace () const
const InputImageTypeGetInput (void)
const InputImageTypeGetInput (unsigned int idx)
DataObjectPointerArrayGetInputs ()
virtual ValueType GetIsoSurfaceValue () const
virtual const bool & GetManualReinitialization ()
virtual const double & GetMaximumRMSError ()
MetaDataDictionaryGetMetaDataDictionary (void)
const MetaDataDictionaryGetMetaDataDictionary (void) const
virtual unsigned long GetMTime () const
MultiThreaderGetMultiThreader ()
virtual const char * GetNameOfClass () const
float GetNarrowBandInnerRadius ()
float GetNarrowBandTotalRadius ()
DataObjectPointerArraySizeType GetNumberOfInputs () const
virtual const unsigned int & GetNumberOfIterations ()
DataObjectPointerArraySizeType GetNumberOfOutputs () const
virtual const int & GetNumberOfThreads ()
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
OutputImageTypeGetOutput (void)
OutputImageTypeGetOutput (unsigned int idx)
DataObjectPointerArrayGetOutputs ()
virtual const float & GetProgress ()
virtual int GetReferenceCount () const
virtual const bool & GetReleaseDataBeforeUpdateFlag ()
virtual bool GetReleaseDataFlag () const
virtual const double & GetRMSChange ()
virtual const FilterStateTypeGetState ()
virtual const bool & GetUseImageSpacing ()
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
virtual void GraftOutput (DataObject *output)
bool HasObserver (const EventObject &event) const
virtual void InPlaceOff ()
virtual void InPlaceOn ()
void InsertNarrowBandNode (BandNodeType &node)
void InsertNarrowBandNode (IndexType &index)
void InsertNarrowBandNode (IndexType &index, PixelType &value, signed char &nodestate)
void InvokeEvent (const EventObject &)
void InvokeEvent (const EventObject &) const
virtual DataObjectPointer MakeOutput (unsigned int idx)
virtual void ManualReinitializationOff ()
virtual void ManualReinitializationOn ()
virtual void Modified () const
virtual void PopBackInput ()
virtual void PopFrontInput ()
virtual void PrepareOutputs ()
void Print (std::ostream &os, Indent indent=0) const
virtual void PropagateRequestedRegion (DataObject *output)
virtual void PushBackInput (const InputImageType *image)
virtual void PushFrontInput (const InputImageType *image)
virtual void Register () const
virtual void ReleaseDataBeforeUpdateFlagOff ()
virtual void ReleaseDataBeforeUpdateFlagOn ()
void ReleaseDataFlagOff ()
void ReleaseDataFlagOn ()
void RemoveAllObservers ()
void RemoveObserver (unsigned long tag)
virtual void ResetPipeline ()
virtual void SetAbortGenerateData (bool _arg)
void SetDebug (bool debugFlag) const
virtual void SetDifferenceFunction (FiniteDifferenceFunctionType *_arg)
virtual void SetInPlace (bool _arg)
virtual void SetInput (const InputImageType *image)
virtual void SetInput (unsigned int, const TInputImage *image)
virtual void SetIsoSurfaceValue (ValueType _arg)
virtual void SetManualReinitialization (bool _arg)
virtual void SetMaximumRMSError (double _arg)
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
virtual void SetNarrowBand (NarrowBandType *ptr)
void SetNarrowBandInnerRadius (float val)
void SetNarrowBandTotalRadius (float val)
virtual void SetNumberOfIterations (unsigned int _arg)
virtual void SetNumberOfThreads (int _arg)
virtual void SetProgress (float _arg)
virtual void SetReferenceCount (int)
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
virtual void SetReleaseDataFlag (bool flag)
virtual void SetRMSChange (double _arg)
virtual void SetState (FilterStateType _arg)
void SetStateToInitialized ()
void SetStateToUninitialized ()
virtual void SetUseImageSpacing (bool _arg)
virtual void UnRegister () const
virtual void Update ()
virtual void UpdateLargestPossibleRegion ()
virtual void UpdateOutputData (DataObject *output)
virtual void UpdateOutputInformation ()
void UpdateProgress (float amount)
virtual void UseImageSpacingOff ()
virtual void UseImageSpacingOn ()

Static Public Member Functions

static void BreakOnError ()
static bool GetGlobalWarningDisplay ()
static void GlobalWarningDisplayOff ()
static void GlobalWarningDisplayOn ()
static Pointer New ()
static void SetGlobalWarningDisplay (bool flag)

Static Public Attributes

static const unsigned int ImageDimension = Superclass::ImageDimension
static const unsigned int InputImageDimension
static const unsigned int OutputImageDimension

Protected Types

typedef
ImageToImageFilterDetail::ImageRegionCopier
< itkGetStaticConstMacro(OutputImageDimension),
itkGetStaticConstMacro(InputImageDimension)> 
InputToOutputRegionCopierType
typedef int InternalReferenceCountType
typedef
ImageToImageFilterDetail::ImageRegionCopier
< itkGetStaticConstMacro(InputImageDimension),
itkGetStaticConstMacro(OutputImageDimension)> 
OutputToInputRegionCopierType

Protected Member Functions

 NarrowBandImageFilterBase ()
virtual ~NarrowBandImageFilterBase ()
virtual void AddInput (DataObject *input)
virtual void AddOutput (DataObject *output)
virtual void AfterThreadedGenerateData ()
virtual void AllocateOutputs ()
virtual void BeforeThreadedGenerateData ()
virtual void CacheInputReleaseDataFlags ()
virtual void CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion)
virtual void CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion)
void ClearNarrowBand ()
virtual void GenerateData ()
virtual void GenerateInputRequestedRegion ()
virtual void GenerateOutputInformation ()
virtual void GenerateOutputRequestedRegion (DataObject *output)
const DataObjectGetInput (unsigned int idx) const
virtual const unsigned int & GetNumberOfRequiredInputs ()
virtual const unsigned int & GetNumberOfRequiredOutputs ()
const DataObjectGetOutput (unsigned int idx) const
void GetSplitRegion (int i, ThreadRegionType &splitRegion)
virtual bool Halt ()
virtual void Initialize ()
virtual void InitializeIteration ()
virtual void PostProcessOutput ()
virtual void PrintHeader (std::ostream &os, Indent indent) const
bool PrintObservers (std::ostream &os, Indent indent) const
void PrintSelf (std::ostream &os, Indent indent) const
virtual void PrintTrailer (std::ostream &os, Indent indent) const
virtual void PropagateResetPipeline ()
void PushBackInput (const DataObject *input)
void PushFrontInput (const DataObject *input)
virtual void ReleaseInputs ()
virtual void RemoveInput (DataObject *input)
virtual void RemoveOutput (DataObject *output)
virtual TimeStepType ResolveTimeStep (const TimeStepType *timeStepList, const bool *valid, int size)
virtual void RestoreInputReleaseDataFlags ()
virtual void SetElapsedIterations (unsigned int _arg)
virtual void SetNthInput (unsigned int num, DataObject *input)
virtual void SetNthOutput (unsigned int num, DataObject *output)
void SetNumberOfInputs (unsigned int num)
void SetNumberOfOutputs (unsigned int num)
virtual void SetNumberOfRequiredInputs (unsigned int _arg)
virtual void SetNumberOfRequiredOutputs (unsigned int _arg)
virtual int SplitRequestedRegion (int i, int num, OutputImageRegionType &splitRegion)
virtual void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, int threadId)
virtual bool ThreadedHalt (void *)
void WaitForAll ()

Static Protected Member Functions

static ITK_THREAD_RETURN_TYPE ThreaderCallback (void *arg)

Protected Attributes

Barrier::Pointer m_Barrier
unsigned int m_ElapsedIterations
ValueType m_IsoSurfaceValue
bool m_ManualReinitialization
double m_MaximumRMSError
NarrowBandType::Pointer m_NarrowBand
unsigned int m_NumberOfIterations
TimeStamp m_OutputInformationMTime
InternalReferenceCountType m_ReferenceCount
SimpleFastMutexLock m_ReferenceCountLock
std::vector< RegionTypem_RegionList
unsigned int m_ReinitializationFrequency
double m_RMSChange
unsigned int m_Step
bool m_Touched
bool * m_TouchedForThread
bool m_Updating

Private Member Functions

 NarrowBandImageFilterBase (const Self &)
virtual void AllocateUpdateBuffer ()
virtual void ApplyUpdate (TimeStepType)
virtual TimeStepType CalculateChange ()
void operator= (const Self &)
virtual void ThreadedApplyUpdate (TimeStepType dt, const ThreadRegionType &regionToProcess, int threadId)
virtual TimeStepType ThreadedCalculateChange (const ThreadRegionType &regionToProcess, int threadId)
virtual void ThreadedIterate (void *arg, int threadId)

Static Private Member Functions

static ITK_THREAD_RETURN_TYPE IterateThreaderCallback (void *arg)

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >

This class implements a multi-threaded finite difference image to image solver that can be applied to an arbitrary list of pixels.

This class is intended as a common base class for classical narrowband solvers and manifold solvers. This base class implements a common memory management and multi-threaded architecture for applying a finite difference function to a list of pixels in an image. The specifics of narrowband solvers such as re-initialization and the use of land-mines are not implemented.
INPUTS
This filter takes an itk::Image as input. The appropriate type of input image is entirely determined by the application. As a rule, however, the input type is immediately converted to the output type before processing. This is because the input is not assumed to be a real value type and must be converted to signed, real values for the calculations.
OUTPUTS
The output is an itk::Image and is the solution of the pde. The embedding of the interface may vary with the application, but the usual ITK convention is that it is the zero level set in the output image.
IMPORTANT!
Read the documentation for FiniteDifferenceImageFilter before attempting to use this filter. The solver requires that you specify a FiniteDifferenceFunction to use for calculations. This is set using the method SetDifferenceFunction in the parent class.
REFERENCES
Sethian, J.A. Level Set Methods. Cambridge University Press. 1996.

Definition at line 66 of file itkNarrowBandImageFilterBase.h.


Member Typedef Documentation

template<class TInputImage, class TOutputImage>
typedef BandNode<IndexType,PixelType> itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::BandNodeType

This is the storage type for the nodes on the narrow band.

Definition at line 103 of file itkNarrowBandImageFilterBase.h.

template<class TInputImage, class TOutputImage>
typedef SmartPointer<const Self> itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::ConstPointer
template<class TOutputImage>
typedef DataObject::Pointer itk::ImageSource< TOutputImage >::DataObjectPointer
inherited

Smart Pointer type to a DataObject.

Reimplemented from itk::ProcessObject.

Reimplemented in otb::PersistentShrinkImageFilter< TInputImage, TOutputImage >, itk::BayesianClassifierImageFilter< TInputVectorImage, TLabelsType, TPosteriorsPrecisionType, TPriorsPrecisionType >, itk::SignedDanielssonDistanceMapImageFilter< TInputImage, TOutputImage >, itk::LabelGeometryImageFilter< TLabelImage, TIntensityImage >, otb::PersistentMatrixTransposeMatrixImageFilter< TInputImage, TInputImage2 >, itk::MultiScaleHessianBasedMeasureImageFilter< TInputImage, THessianImage, TOutputImage >, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >, otb::PersistentVectorImageToMatrixFilter< TInputImage >, otb::PersistentHistogramVectorImageFilter< TInputImage >, otb::PersistentMinMaxVectorImageFilter< TInputImage >, otb::PersistentObjectDetectionClassifier< TInputImage, TOutputVectorData, TLabel, TFunctionType >, otb::PersistentStreamingStatisticsMapFromLabelImageFilter< TInputVectorImage, TLabelImage >, otb::PersistentStatisticsImageFilter< TInputImage >, otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >, otb::PersistentDescriptorsListSampleGenerator< TInputImage, TVectorData, TFunctionType, TListSample, TLabelListSample >, otb::PersistentCompareImageFilter< TInputImage >, otb::PersistentInnerProductVectorImageFilter< TInputImage >, otb::PersistentMinMaxImageFilter< TInputImage >, otb::PersistentImageToVectorDataFilter< TImage, TOutputVectorData >, otb::PersistentImageToVectorDataFilter< TVImage, TOutputVectorData >, otb::PersistentImageToVectorDataFilter< TImageType, otb::LineSegmentDetector< TImageType, double >::VectorDataType >, itk::StatisticsImageFilter< TInputImage >, itk::StreamingImageFilter< TInputImage, TOutputImage >, and itk::MinimumMaximumImageFilter< TInputImage >.

Definition at line 62 of file itkImageSource.h.

STL Array of SmartPointers to DataObjects

Definition at line 103 of file itkProcessObject.h.

typedef DataObjectPointerArray::size_type itk::ProcessObject::DataObjectPointerArraySizeType
inherited

Size type of an std::vector

Definition at line 112 of file itkProcessObject.h.

template<class TInputImage, class TOutputImage>
typedef Superclass::FiniteDifferenceFunctionType itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::FiniteDifferenceFunctionType

The value type of the time step. This is distinct from PixelType because PixelType may often be a vector value, while the TimeStep is a scalar value.

Reimplemented from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >.

Definition at line 82 of file itkNarrowBandImageFilterBase.h.

template<class TInputImage, class TOutputImage>
typedef OutputImageType::IndexType itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::IndexType
typedef InputImageType::ConstPointer itk::InPlaceImageFilter< TInputImage, TOutputImage >::InputImageConstPointer
inherited
typedef InputImageType::PixelType itk::InPlaceImageFilter< TInputImage, TOutputImage >::InputImagePixelType
inherited

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Reimplemented in itk::LabelContourImageFilter< TInputImage, TOutputImage >, itk::BinaryContourImageFilter< TInputImage, TOutputImage >, otb::RasterizeVectorDataFilter< TVectorData, TInputImage, TOutputImage >, itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >, otb::FunctionToImageFilter< TInputImage, TOutputImage, TFunction >, otb::FunctionToImageFilter< TInputImage, TOutputImage, SarBrightnessFunction< TInputImage > >, otb::FunctionToImageFilter< TInputImage, TOutputImage, SarRadiometricCalibrationFunction< TInputImage > >, otb::FunctionWithNeighborhoodToImageFilter< TInputImage, TOutputImage, TFunction >, otb::MultiChannelsPolarimetricSynthesisFilter< TInputImage, TOutputImage, TFunction >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Atan< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cos< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Acos< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ChangeLabel< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ProjectiveProjectionFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SubtractConstantFrom< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Abs< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorAffineTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Exp< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToReal< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::BoundedReciprocal< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorCast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::RenderingFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorMagnitudeLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::UnConstrainedLeastSquareFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::HessianToScalar< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToModulus< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorToAmplitudeFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NOT< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Tan< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ExpNegative< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ComplexToVector< TInputImage::PixelType, TOutputImage::PixelType >::FunctorType >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TerraSarBrightnessFunctor< itk::NumericTraits< TInputImage::InternalPixelType >::ValueType, itk::NumericTraits< TOutputImage::InternalPixelType >::ValueType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DivideByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToPhase< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCoherencyToReciprocalMuellerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ThresholdLabeler< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SymmetricEigenAnalysisFunction< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sin< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::RGBToLuminance< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorShiftScale< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorRelativeAnisotropyFunction< TInputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sqrt< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToReciprocalCoherencyFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NCLSUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ConcatenateScalarValueFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ISRAUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByScalar< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DotProductFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log10< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::AccessorFunctor< TInputImage::PixelType, TAccessor > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToReciprocalCovarianceFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorFractionalAnisotropyFunction< TInputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToIntensity< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SOMbasedImageFilterFunctor< TInputImage::PixelType, TOutputImage::PixelType, TDistanceMetric, TMap > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Asin< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::EdgePotential< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Square< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Log10Thresholded< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalLinearCovarianceToReciprocalCircularCovarianceFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToPolarisationDegreeAndPowerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorChangeLabel< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::GradientMagnitude< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToImaginary< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::AddConstantTo< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalHAlphaFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, TFunction >, otb::SarBrightnessToImageFilter< TInputImage, TOutputImage >, otb::SarRadiometricCalibrationToImageFilter< TInputImage, TOutputImage >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::LocalGradientOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::HorizontalSobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::VerticalSobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::SobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::LocalActivityOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Add1< TInputImage::PixelType, TInputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ComposeRGBA< TInputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Maximum1< TInputImage::PixelType, TInputImage::PixelType > >, otb::UnaryFunctorVectorImageFilter< TInputImage, TOutputImage, TFunction >, and otb::UnaryFunctorVectorImageFilter< TInputImage, TOutputImage, Functor::NormalizeVectorImageFunctor< TInputImage::PixelType, TOutputImage::PixelType > >.

Definition at line 86 of file itkInPlaceImageFilter.h.

typedef InputImageType::Pointer itk::InPlaceImageFilter< TInputImage, TOutputImage >::InputImagePointer
inherited

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Reimplemented in itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >, otb::RelabelComponentImageFilter< TInputImage, TOutputImage >, itk::RelabelComponentImageFilter< TInputImage, TOutputImage >, otb::RasterizeVectorDataFilter< TVectorData, TInputImage, TOutputImage >, otb::FunctionToImageFilter< TInputImage, TOutputImage, TFunction >, otb::FunctionToImageFilter< TInputImage, TOutputImage, SarBrightnessFunction< TInputImage > >, otb::FunctionToImageFilter< TInputImage, TOutputImage, SarRadiometricCalibrationFunction< TInputImage > >, otb::FunctionWithNeighborhoodToImageFilter< TInputImage, TOutputImage, TFunction >, otb::MultiChannelsPolarimetricSynthesisFilter< TInputImage, TOutputImage, TFunction >, itk::LabelContourImageFilter< TInputImage, TOutputImage >, itk::BinaryContourImageFilter< TInputImage, TOutputImage >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Atan< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cos< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Acos< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ChangeLabel< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ProjectiveProjectionFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SubtractConstantFrom< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Abs< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorAffineTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Exp< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToReal< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::BoundedReciprocal< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorCast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::RenderingFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorMagnitudeLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::UnConstrainedLeastSquareFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::HessianToScalar< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToModulus< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorToAmplitudeFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NOT< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Tan< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ExpNegative< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ComplexToVector< TInputImage::PixelType, TOutputImage::PixelType >::FunctorType >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TerraSarBrightnessFunctor< itk::NumericTraits< TInputImage::InternalPixelType >::ValueType, itk::NumericTraits< TOutputImage::InternalPixelType >::ValueType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DivideByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToPhase< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCoherencyToReciprocalMuellerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ThresholdLabeler< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SymmetricEigenAnalysisFunction< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sin< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::RGBToLuminance< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorShiftScale< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorRelativeAnisotropyFunction< TInputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sqrt< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToReciprocalCoherencyFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NCLSUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ConcatenateScalarValueFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ISRAUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByScalar< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DotProductFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log10< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::AccessorFunctor< TInputImage::PixelType, TAccessor > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToReciprocalCovarianceFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorFractionalAnisotropyFunction< TInputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToIntensity< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SOMbasedImageFilterFunctor< TInputImage::PixelType, TOutputImage::PixelType, TDistanceMetric, TMap > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Asin< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::EdgePotential< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Square< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Log10Thresholded< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalLinearCovarianceToReciprocalCircularCovarianceFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToPolarisationDegreeAndPowerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorChangeLabel< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::GradientMagnitude< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToImaginary< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::AddConstantTo< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalHAlphaFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, TFunction >, otb::SarBrightnessToImageFilter< TInputImage, TOutputImage >, otb::SarRadiometricCalibrationToImageFilter< TInputImage, TOutputImage >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >, itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::LocalGradientOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::HorizontalSobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::VerticalSobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::SobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::LocalActivityOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Add1< TInputImage::PixelType, TInputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ComposeRGBA< TInputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Maximum1< TInputImage::PixelType, TInputImage::PixelType > >, otb::UnaryFunctorVectorImageFilter< TInputImage, TOutputImage, TFunction >, otb::UnaryFunctorVectorImageFilter< TInputImage, TOutputImage, Functor::NormalizeVectorImageFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >, and otb::CloudDetectionFilter< TInputImage, TOutputImage, TFunction >.

Definition at line 83 of file itkInPlaceImageFilter.h.

typedef InputImageType::RegionType itk::InPlaceImageFilter< TInputImage, TOutputImage >::InputImageRegionType
inherited

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Reimplemented in otb::SurfaceReflectanceToReflectanceFilter< TInputImage, TOutputImage >, otb::LuminanceToReflectanceImageFilter< TInputImage, TOutputImage >, otb::ImageToReflectanceImageFilter< TInputImage, TOutputImage >, otb::ReflectanceToSurfaceReflectanceImageFilter< TInputImage, TOutputImage >, otb::ImageToLuminanceImageFilter< TInputImage, TOutputImage >, otb::RasterizeVectorDataFilter< TVectorData, TInputImage, TOutputImage >, otb::FunctionToImageFilter< TInputImage, TOutputImage, TFunction >, otb::FunctionToImageFilter< TInputImage, TOutputImage, SarBrightnessFunction< TInputImage > >, otb::FunctionToImageFilter< TInputImage, TOutputImage, SarRadiometricCalibrationFunction< TInputImage > >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, TFunction >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::ReflectanceToSurfaceReflectanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::ImageToLuminanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::ImageToReflectanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::LuminanceToReflectanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >, otb::FunctionWithNeighborhoodToImageFilter< TInputImage, TOutputImage, TFunction >, otb::MultiChannelsPolarimetricSynthesisFilter< TInputImage, TOutputImage, TFunction >, itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Atan< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cos< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Acos< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ChangeLabel< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ProjectiveProjectionFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SubtractConstantFrom< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Abs< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorAffineTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Exp< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToReal< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::BoundedReciprocal< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorCast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::RenderingFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorMagnitudeLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::UnConstrainedLeastSquareFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::HessianToScalar< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToModulus< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorToAmplitudeFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NOT< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Tan< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ExpNegative< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ComplexToVector< TInputImage::PixelType, TOutputImage::PixelType >::FunctorType >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TerraSarBrightnessFunctor< itk::NumericTraits< TInputImage::InternalPixelType >::ValueType, itk::NumericTraits< TOutputImage::InternalPixelType >::ValueType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DivideByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToPhase< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCoherencyToReciprocalMuellerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ThresholdLabeler< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SymmetricEigenAnalysisFunction< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sin< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::RGBToLuminance< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorShiftScale< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorRelativeAnisotropyFunction< TInputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sqrt< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToReciprocalCoherencyFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NCLSUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ConcatenateScalarValueFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ISRAUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByScalar< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DotProductFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log10< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::AccessorFunctor< TInputImage::PixelType, TAccessor > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToReciprocalCovarianceFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorFractionalAnisotropyFunction< TInputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToIntensity< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SOMbasedImageFilterFunctor< TInputImage::PixelType, TOutputImage::PixelType, TDistanceMetric, TMap > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Asin< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::EdgePotential< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Square< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Log10Thresholded< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalLinearCovarianceToReciprocalCircularCovarianceFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToPolarisationDegreeAndPowerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorChangeLabel< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::GradientMagnitude< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToImaginary< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::AddConstantTo< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalHAlphaFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::NormalizeInnerProductPCAImageFilter< TInputImage, TOutputImage >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, TFunction >, otb::SarBrightnessToImageFilter< TInputImage, TOutputImage >, otb::SarRadiometricCalibrationToImageFilter< TInputImage, TOutputImage >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::LocalGradientOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::HorizontalSobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::VerticalSobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::SobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::LocalActivityOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Add1< TInputImage::PixelType, TInputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ComposeRGBA< TInputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Maximum1< TInputImage::PixelType, TInputImage::PixelType > >, otb::UnaryFunctorVectorImageFilter< TInputImage, TOutputImage, TFunction >, and otb::UnaryFunctorVectorImageFilter< TInputImage, TOutputImage, Functor::NormalizeVectorImageFunctor< TInputImage::PixelType, TOutputImage::PixelType > >.

Definition at line 85 of file itkInPlaceImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef Superclass::InputImageType itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::InputImageType
template<class TInputImage, class TOutputImage>
typedef TInputImage::PixelType itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::InputPixelType
inherited

Definition at line 144 of file itkFiniteDifferenceImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef NumericTraits< InputPixelType >::ValueType itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::InputPixelValueType
inherited

Definition at line 149 of file itkFiniteDifferenceImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef ImageToImageFilterDetail::ImageRegionCopier<itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension)> itk::ImageToImageFilter< TInputImage, TOutputImage >::InputToOutputRegionCopierType
protectedinherited

Typedef for the region copier function object that converts an input region to an output region.

Definition at line 161 of file itkImageToImageFilter.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 TInputImage, class TOutputImage>
typedef NarrowBandType::Pointer itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::NarrowBandPointer

Definition at line 107 of file itkNarrowBandImageFilterBase.h.

template<class TInputImage, class TOutputImage>
typedef NarrowBand<BandNodeType> itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::NarrowBandType

The list type for storing the narrow band.

Definition at line 106 of file itkNarrowBandImageFilterBase.h.

template<class TInputImage, class TOutputImage>
typedef FiniteDifferenceFunctionType::NeighborhoodScalesType itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::NeighborhoodScalesType
inherited
typedef Superclass::OutputImagePixelType itk::InPlaceImageFilter< TInputImage, TOutputImage >::OutputImagePixelType
inherited

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Reimplemented in itk::LabelContourImageFilter< TInputImage, TOutputImage >, itk::BinaryContourImageFilter< TInputImage, TOutputImage >, otb::RasterizeVectorDataFilter< TVectorData, TInputImage, TOutputImage >, otb::QuaternaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, TOutputImage, TOutputImage, Functor::MultiScaleConvexOrConcaveDecisionRule< TInputImage::PixelType, TOutputImage::PixelType > >, otb::FunctionToImageFilter< TInputImage, TOutputImage, TFunction >, otb::FunctionToImageFilter< TInputImage, TOutputImage, SarBrightnessFunction< TInputImage > >, otb::FunctionToImageFilter< TInputImage, TOutputImage, SarRadiometricCalibrationFunction< TInputImage > >, otb::FunctionWithNeighborhoodToImageFilter< TInputImage, TOutputImage, TFunction >, itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >, otb::MultiChannelsPolarimetricSynthesisFilter< TInputImage, TOutputImage, TFunction >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Atan< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cos< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Acos< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ChangeLabel< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ProjectiveProjectionFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SubtractConstantFrom< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Abs< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorAffineTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Exp< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToReal< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::BoundedReciprocal< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorCast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::RenderingFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorMagnitudeLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::UnConstrainedLeastSquareFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::HessianToScalar< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToModulus< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorToAmplitudeFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NOT< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Tan< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ExpNegative< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ComplexToVector< TInputImage::PixelType, TOutputImage::PixelType >::FunctorType >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TerraSarBrightnessFunctor< itk::NumericTraits< TInputImage::InternalPixelType >::ValueType, itk::NumericTraits< TOutputImage::InternalPixelType >::ValueType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DivideByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToPhase< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCoherencyToReciprocalMuellerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ThresholdLabeler< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SymmetricEigenAnalysisFunction< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sin< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::RGBToLuminance< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorShiftScale< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorRelativeAnisotropyFunction< TInputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sqrt< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToReciprocalCoherencyFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NCLSUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ConcatenateScalarValueFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ISRAUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByScalar< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DotProductFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log10< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::AccessorFunctor< TInputImage::PixelType, TAccessor > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToReciprocalCovarianceFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorFractionalAnisotropyFunction< TInputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToIntensity< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SOMbasedImageFilterFunctor< TInputImage::PixelType, TOutputImage::PixelType, TDistanceMetric, TMap > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Asin< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::EdgePotential< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Square< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Log10Thresholded< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalLinearCovarianceToReciprocalCircularCovarianceFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToPolarisationDegreeAndPowerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorChangeLabel< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::GradientMagnitude< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToImaginary< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::AddConstantTo< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalHAlphaFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, TFunction >, otb::SarBrightnessToImageFilter< TInputImage, TOutputImage >, otb::SarRadiometricCalibrationToImageFilter< TInputImage, TOutputImage >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::LocalGradientOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::HorizontalSobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::VerticalSobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::SobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::LocalActivityOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Add1< TInputImage::PixelType, TInputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ComposeRGBA< TInputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Maximum1< TInputImage::PixelType, TInputImage::PixelType > >, otb::UnaryFunctorVectorImageFilter< TInputImage, TOutputImage, TFunction >, and otb::UnaryFunctorVectorImageFilter< TInputImage, TOutputImage, Functor::NormalizeVectorImageFunctor< TInputImage::PixelType, TOutputImage::PixelType > >.

Definition at line 79 of file itkInPlaceImageFilter.h.

typedef Superclass::OutputImagePointer itk::InPlaceImageFilter< TInputImage, TOutputImage >::OutputImagePointer
inherited

Reimplemented from itk::ImageSource< TOutputImage >.

Reimplemented in itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >, itk::GradientMagnitudeRecursiveGaussianImageFilter< TInputImage, TOutputImage >, otb::RasterizeVectorDataFilter< TVectorData, TInputImage, TOutputImage >, otb::QuaternaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, TOutputImage, TOutputImage, Functor::MultiScaleConvexOrConcaveDecisionRule< TInputImage::PixelType, TOutputImage::PixelType > >, otb::FunctionToImageFilter< TInputImage, TOutputImage, TFunction >, otb::FunctionToImageFilter< TInputImage, TOutputImage, SarBrightnessFunction< TInputImage > >, otb::FunctionToImageFilter< TInputImage, TOutputImage, SarRadiometricCalibrationFunction< TInputImage > >, otb::FunctionWithNeighborhoodToImageFilter< TInputImage, TOutputImage, TFunction >, otb::MultiChannelsPolarimetricSynthesisFilter< TInputImage, TOutputImage, TFunction >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Atan< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cos< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Acos< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ChangeLabel< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ProjectiveProjectionFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SubtractConstantFrom< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Abs< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorAffineTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Exp< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToReal< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::BoundedReciprocal< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorCast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::RenderingFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorMagnitudeLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::UnConstrainedLeastSquareFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::HessianToScalar< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToModulus< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorToAmplitudeFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NOT< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Tan< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ExpNegative< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ComplexToVector< TInputImage::PixelType, TOutputImage::PixelType >::FunctorType >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TerraSarBrightnessFunctor< itk::NumericTraits< TInputImage::InternalPixelType >::ValueType, itk::NumericTraits< TOutputImage::InternalPixelType >::ValueType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DivideByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToPhase< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCoherencyToReciprocalMuellerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ThresholdLabeler< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SymmetricEigenAnalysisFunction< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sin< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::RGBToLuminance< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorShiftScale< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorRelativeAnisotropyFunction< TInputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sqrt< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToReciprocalCoherencyFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NCLSUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ConcatenateScalarValueFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ISRAUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByScalar< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DotProductFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log10< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::AccessorFunctor< TInputImage::PixelType, TAccessor > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToReciprocalCovarianceFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorFractionalAnisotropyFunction< TInputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToIntensity< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SOMbasedImageFilterFunctor< TInputImage::PixelType, TOutputImage::PixelType, TDistanceMetric, TMap > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Asin< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::EdgePotential< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Square< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Log10Thresholded< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalLinearCovarianceToReciprocalCircularCovarianceFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToPolarisationDegreeAndPowerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorChangeLabel< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::GradientMagnitude< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToImaginary< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::AddConstantTo< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalHAlphaFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, TFunction >, otb::SarBrightnessToImageFilter< TInputImage, TOutputImage >, otb::SarRadiometricCalibrationToImageFilter< TInputImage, TOutputImage >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::LocalGradientOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::HorizontalSobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::VerticalSobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::SobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::LocalActivityOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Add1< TInputImage::PixelType, TInputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ComposeRGBA< TInputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Maximum1< TInputImage::PixelType, TInputImage::PixelType > >, otb::UnaryFunctorVectorImageFilter< TInputImage, TOutputImage, TFunction >, otb::UnaryFunctorVectorImageFilter< TInputImage, TOutputImage, Functor::NormalizeVectorImageFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >, otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >, and otb::CloudDetectionFilter< TInputImage, TOutputImage, TFunction >.

Definition at line 77 of file itkInPlaceImageFilter.h.

typedef Superclass::OutputImageRegionType itk::InPlaceImageFilter< TInputImage, TOutputImage >::OutputImageRegionType
inherited

Superclass typedefs.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Reimplemented in otb::SurfaceReflectanceToReflectanceFilter< TInputImage, TOutputImage >, otb::LuminanceToReflectanceImageFilter< TInputImage, TOutputImage >, otb::ImageToReflectanceImageFilter< TInputImage, TOutputImage >, otb::ReflectanceToSurfaceReflectanceImageFilter< TInputImage, TOutputImage >, otb::ImageToLuminanceImageFilter< TInputImage, TOutputImage >, otb::RasterizeVectorDataFilter< TVectorData, TInputImage, TOutputImage >, otb::QuaternaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, TOutputImage, TOutputImage, Functor::MultiScaleConvexOrConcaveDecisionRule< TInputImage::PixelType, TOutputImage::PixelType > >, otb::FunctionToImageFilter< TInputImage, TOutputImage, TFunction >, otb::FunctionToImageFilter< TInputImage, TOutputImage, SarBrightnessFunction< TInputImage > >, otb::FunctionToImageFilter< TInputImage, TOutputImage, SarRadiometricCalibrationFunction< TInputImage > >, otb::FunctionWithNeighborhoodToImageFilter< TInputImage, TOutputImage, TFunction >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, TFunction >, otb::KMeansImageClassificationFilter< TInputImage, TOutputImage, VMaxSampleDimension, TMaskImage >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::ReflectanceToSurfaceReflectanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::ImageToLuminanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::ImageToReflectanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::LuminanceToReflectanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >, otb::MultiChannelsPolarimetricSynthesisFilter< TInputImage, TOutputImage, TFunction >, otb::SVMImageClassificationWithRuleFilter< TInputImage, TOutputImage, TMaskImage >, otb::SVMImageClassificationFilter< TInputImage, TOutputImage, TMaskImage >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Atan< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cos< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Acos< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ChangeLabel< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ProjectiveProjectionFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SubtractConstantFrom< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Abs< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorAffineTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Exp< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToReal< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::BoundedReciprocal< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorCast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::RenderingFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorMagnitudeLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::UnConstrainedLeastSquareFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::HessianToScalar< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToModulus< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorToAmplitudeFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NOT< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Tan< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ExpNegative< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ComplexToVector< TInputImage::PixelType, TOutputImage::PixelType >::FunctorType >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TerraSarBrightnessFunctor< itk::NumericTraits< TInputImage::InternalPixelType >::ValueType, itk::NumericTraits< TOutputImage::InternalPixelType >::ValueType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DivideByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToPhase< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCoherencyToReciprocalMuellerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ThresholdLabeler< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SymmetricEigenAnalysisFunction< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sin< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::RGBToLuminance< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorShiftScale< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorRelativeAnisotropyFunction< TInputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sqrt< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToReciprocalCoherencyFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NCLSUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ConcatenateScalarValueFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ISRAUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByScalar< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DotProductFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log10< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::AccessorFunctor< TInputImage::PixelType, TAccessor > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToReciprocalCovarianceFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorFractionalAnisotropyFunction< TInputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToIntensity< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SOMbasedImageFilterFunctor< TInputImage::PixelType, TOutputImage::PixelType, TDistanceMetric, TMap > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Asin< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::EdgePotential< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Square< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Log10Thresholded< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalLinearCovarianceToReciprocalCircularCovarianceFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToPolarisationDegreeAndPowerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorChangeLabel< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::GradientMagnitude< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToImaginary< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::AddConstantTo< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalHAlphaFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::SOMImageClassificationFilter< TInputImage, TOutputImage, TSOMMap, TMaskImage >, itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >, otb::NormalizeInnerProductPCAImageFilter< TInputImage, TOutputImage >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, TFunction >, otb::SarBrightnessToImageFilter< TInputImage, TOutputImage >, otb::SarRadiometricCalibrationToImageFilter< TInputImage, TOutputImage >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::LocalGradientOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::HorizontalSobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::VerticalSobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::SobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::LocalActivityOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Add1< TInputImage::PixelType, TInputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ComposeRGBA< TInputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Maximum1< TInputImage::PixelType, TInputImage::PixelType > >, otb::UnaryFunctorVectorImageFilter< TInputImage, TOutputImage, TFunction >, otb::UnaryFunctorVectorImageFilter< TInputImage, TOutputImage, Functor::NormalizeVectorImageFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >, and otb::CloudDetectionFilter< TInputImage, TOutputImage, TFunction >.

Definition at line 78 of file itkInPlaceImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef Superclass::OutputImageType itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::OutputImageType
template<class TInputImage, class TOutputImage>
typedef TOutputImage::PixelType itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::OutputPixelType
inherited
template<class TInputImage, class TOutputImage>
typedef NumericTraits< OutputPixelType >::ValueType itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::OutputPixelValueType
inherited

Extract value type in case the pixel is of vector type

Definition at line 148 of file itkFiniteDifferenceImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef ImageToImageFilterDetail::ImageRegionCopier<itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension)> itk::ImageToImageFilter< TInputImage, TOutputImage >::OutputToInputRegionCopierType
protectedinherited

Typedef for the region copier function object that converts an output region to an input region.

Definition at line 166 of file itkImageToImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef Superclass::PixelType itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::PixelType

The pixel type of the output image will be used in computations. Inherited from the superclass.

Reimplemented from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >.

Definition at line 90 of file itkNarrowBandImageFilterBase.h.

template<class TInputImage, class TOutputImage>
typedef SmartPointer<Self> itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::Pointer
template<class TInputImage, class TOutputImage>
typedef FiniteDifferenceFunctionType::RadiusType itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::RadiusType
inherited
template<class TInputImage, class TOutputImage>
typedef NarrowBandType::RegionType itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::RegionType

Definition at line 108 of file itkNarrowBandImageFilterBase.h.

template<class TInputImage, class TOutputImage>
typedef NarrowBandImageFilterBase itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::Self
template<class TInputImage, class TOutputImage>
typedef FiniteDifferenceImageFilter<TInputImage, TOutputImage> itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::Superclass
template<class TInputImage, class TOutputImage>
typedef Superclass::TimeStepType itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::TimeStepType
template<class TInputImage, class TOutputImage>
typedef OutputImageType::ValueType itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::ValueType

Member Enumeration Documentation

template<class TInputImage, class TOutputImage>
enum itk::FiniteDifferenceImageFilter::FilterStateType
inherited
Enumerator:
UNINITIALIZED 
INITIALIZED 

Definition at line 160 of file itkFiniteDifferenceImageFilter.h.


Constructor & Destructor Documentation

template<class TInputImage, class TOutputImage>
itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::NarrowBandImageFilterBase ( )
inlineprotected

Definition at line 199 of file itkNarrowBandImageFilterBase.h.

template<class TInputImage, class TOutputImage>
virtual itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::~NarrowBandImageFilterBase ( )
inlineprotectedvirtual

Definition at line 211 of file itkNarrowBandImageFilterBase.h.

template<class TInputImage, class TOutputImage>
itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::NarrowBandImageFilterBase ( const Self )
private

Member Function Documentation

virtual void itk::ProcessObject::AbortGenerateDataOff ( )
virtualinherited
virtual void itk::ProcessObject::AbortGenerateDataOn ( )
virtualinherited

Turn on and off the AbortGenerateData flag.

void itk::ProcessObject::AddInput ( DataObject input)
protectedvirtualinherited
unsigned long itk::Object::AddObserver ( const EventObject event,
Command cmd 
)
inherited

Allow people to add/remove/invoke observers (callbacks) to any ITK object. This is an implementation of the subject/observer design pattern. An observer is added by specifying an event to respond to and an itk::Command to execute. It returns an unsigned long tag which can be used later to remove the event or retrieve the command. The memory for the Command becomes the responsibility of this object, so don't pass the same instance of a command to two different objects

Definition at line 389 of file itkObject.cxx.

References itk::SubjectImplementation::AddObserver().

Referenced by otb::StreamingImageVirtualWriter< TInputImage >::GenerateData(), itk::ProgressAccumulator::RegisterInternalFilter(), otb::ImageFileWriter< TInputImage >::Update(), and otb::WriterWatcherBase::WriterWatcherBase().

unsigned long itk::Object::AddObserver ( const EventObject event,
Command cmd 
) const
inherited

Definition at line 401 of file itkObject.cxx.

References itk::SubjectImplementation::AddObserver().

void itk::ProcessObject::AddOutput ( DataObject output)
protectedvirtualinherited

Adds an output to the first null position in the output list. Expands the list memory if necessary

Definition at line 390 of file itkProcessObject.cxx.

References itk::DataObject::ConnectSource().

template<class TOutputImage>
virtual void itk::ImageSource< TOutputImage >::AfterThreadedGenerateData ( void  )
inlineprotectedvirtualinherited

If an imaging filter needs to perform processing after all processing threads have completed, the filter can can provide an implementation for AfterThreadedGenerateData(). The execution flow in the default GenerateData() method will be: 1) Allocate the output buffer 2) Call BeforeThreadedGenerateData() 3) Spawn threads, calling ThreadedGenerateData() in each thread. 4) Call AfterThreadedGenerateData() Note that this flow of control is only available if a filter provides a ThreadedGenerateData() method and NOT a GenerateData() method.

Reimplemented in otb::MeanShiftSmoothingImageFilter< TInputImage, TOutputImage, TKernel, TOutputIterationImage >, otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >, itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::FORWARD >, otb::HooverInstanceFilter< TLabelMap >, otb::PersistentShrinkImageFilter< TInputImage, TOutputImage >, itk::WarpImageFilter< TInputImage, TOutputImage, TDeformationField >, otb::SubPixelDisparityImageFilter< TInputImage, TOutputMetricImage, TDisparityImage, TMaskImage, TBlockMatchingFunctor >, itk::BSplineScatteredDataPointSetToImageFilter< TInputPointSet, TOutputImage >, itk::VectorResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::ConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage >, itk::HistogramMatchingImageFilter< TInputImage, TOutputImage, THistogramMeasurement >, otb::DisparityMapToDEMFilter< TDisparityImage, TInputImage, TOutputDEMImage, TEpipolarGridImage, TMaskImage >, itk::BinaryContourImageFilter< TInputImage, TOutputImage >, itk::BinaryImageToLabelMapFilter< TInputImage, TOutputImage >, itk::LabelContourImageFilter< TInputImage, TOutputImage >, itk::StatisticsImageFilter< TInputImage >, itk::ContourDirectedMeanDistanceImageFilter< TInputImage1, TInputImage2 >, itk::DirectedHausdorffDistanceImageFilter< TInputImage1, TInputImage2 >, itk::SimilarityIndexImageFilter< TInputImage1, TInputImage2 >, otb::BandMathImageFilter< TImage >, itk::VotingBinaryHoleFillingImageFilter< TInputImage, TOutputImage >, itk::ShapeLabelMapFilter< TImage, TLabelImage >, itk::ShapeLabelMapFilter< TImage, Image< TImage::PixelType,::itk::GetImageDimension< TImage >::ImageDimension > >, otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >, otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >, itk::MinimumMaximumImageFilter< TInputImage >, itk::ShiftScaleInPlaceImageFilter< TInputImage >, itk::ShiftScaleImageFilter< TInputImage, TOutputImage >, itk::DifferenceImageFilter< TInputImage, TOutputImage >, itk::InterpolateImageFilter< TInputImage, TOutputImage >, itk::LabelImageToLabelMapFilter< TInputImage, TOutputImage >, otb::FastICAInternalOptimizerVectorImageFilter< TInputImage, TOutputImage >, itk::LabelMapFilter< TInputImage, TOutputImage >, itk::LabelMapFilter< TInputImage, TInputImage >, itk::LabelMapFilter< TLabelMap, TLabelMap >, itk::LabelMapFilter< LabelMapWithAdjacency< TLabelObject >, LabelMapWithAdjacency< TLabelObject > >, itk::LabelMapFilter< TInputLabelMap, TOutputImage >, itk::LabelMapFilter< TImage, TImage >, itk::LabelMapFilter< TInputLabelMap, TInputLabelMap >, and otb::DifferenceImageFilter< TInputImage, TOutputImage >.

Definition at line 264 of file itkImageSource.h.

virtual void itk::InPlaceImageFilter< TInputImage, TOutputImage >::AllocateOutputs ( )
protectedvirtualinherited

The GenerateData method normally allocates the buffers for all of the outputs of a filter. Since InPlaceImageFilter's can use an overwritten version of the input for its output, the output buffer should not be allocated. When possible, we graft the input to the filter to the output. If an InPlaceFilter has multiple outputs, then it would need to override this method to graft one of its outputs and allocate the remaining. If a filter is threaded (i.e. it provides an implementation of ThreadedGenerateData()), this method is called automatically. If an InPlaceFilter is not threaded (i.e. it provides an implementation of GenerateData()), then this method (or equivalent) must be called in GenerateData().

Reimplemented from itk::ImageSource< TOutputImage >.

Reimplemented in otb::SVMImageClassificationWithRuleFilter< TInputImage, TOutputImage, TMaskImage >.

template<class TInputImage, class TOutputImage>
virtual void itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::AllocateUpdateBuffer ( )
inlineprivatevirtual

This method allocates a temporary update container in the subclass.

Implements itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >.

Definition at line 285 of file itkNarrowBandImageFilterBase.h.

template<class TInputImage, class TOutputImage>
virtual void itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::ApplyUpdate ( TimeStepType  dt)
inlineprivatevirtual

This method is defined by a subclass to apply changes to the output from an update buffer and a time step value "dt".

Parameters:
dtTime step value.

Implements itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >.

Definition at line 302 of file itkNarrowBandImageFilterBase.h.

template<class TOutputImage>
virtual void itk::ImageSource< TOutputImage >::BeforeThreadedGenerateData ( void  )
inlineprotectedvirtualinherited

If an imaging filter needs to perform processing after the buffer has been allocated but before threads are spawned, the filter can can provide an implementation for BeforeThreadedGenerateData(). The execution flow in the default GenerateData() method will be: 1) Allocate the output buffer 2) Call BeforeThreadedGenerateData() 3) Spawn threads, calling ThreadedGenerateData() in each thread. 4) Call AfterThreadedGenerateData() Note that this flow of control is only available if a filter provides a ThreadedGenerateData() method and NOT a GenerateData() method.

Reimplemented in otb::MeanShiftSmoothingImageFilter< TInputImage, TOutputImage, TKernel, TOutputIterationImage >, otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >, otb::PixelWiseBlockMatchingImageFilter< TInputImage, TOutputMetricImage, TOutputDisparityImage, TMaskImage, TBlockMatchingFunctor >, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >, otb::BayesianFusionFilter< TInputMultiSpectralImage, TInputMultiSpectralInterpImage, TInputPanchroImage, TOutputImage >, otb::ShapeAttributesLabelMapFilter< TImage, TLabelImage >, itk::DiffusionTensor3DReconstructionImageFilter< TReferenceImagePixelType, TGradientImagePixelType, TTensorPixelType >, itk::VectorGradientMagnitudeImageFilter< TInputImage, TRealType, TOutputImage >, otb::ImageToReflectanceImageFilter< TInputImage, TOutputImage >, otb::LuminanceToReflectanceImageFilter< TInputImage, TOutputImage >, itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, otb::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >, otb::ConvexOrConcaveClassificationFilter< TInputImage, TOutputImage >, otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::FORWARD >, itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >, otb::HooverInstanceFilter< TLabelMap >, otb::SFSTexturesImageFilter< TInputImage, TOutputImage >, otb::MultiScaleConvexOrConcaveClassificationFilter< TInputImage, TOutputImage >, otb::PersistentShrinkImageFilter< TInputImage, TOutputImage >, otb::StereoSensorModelToElevationFilter< TInputImage, TOutputHeight >, itk::WarpImageFilter< TInputImage, TOutputImage, TDeformationField >, otb::SubPixelDisparityImageFilter< TInputImage, TOutputMetricImage, TDisparityImage, TMaskImage, TBlockMatchingFunctor >, itk::BSplineScatteredDataPointSetToImageFilter< TInputPointSet, TOutputImage >, itk::DisplacementFieldJacobianDeterminantFilter< TInputImage, TRealType, TOutputImage >, itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDeformationField >, otb::DEMToImageGenerator< TDEMImage >, itk::ThresholdLabelerImageFilter< TInputImage, TOutputImage >, itk::VectorExpandImageFilter< TInputImage, TOutputImage >, otb::NormalizeVectorImageFilter< TInputImage, TOutputImage >, itk::BinaryThresholdImageFilter< TInputImage, TOutputImage >, otb::BandsStatisticsAttributesLabelMapFilter< TImage, TFeatureImage >, otb::VectorDataToMapFilter< TVectorData, TImage >, otb::StatisticsAttributesLabelMapFilter< TImage, TFeatureImage >, itk::BilateralImageFilter< TInputImage, TOutputImage >, otb::ShiftScaleVectorImageFilter< TInputImage, TOutputImage >, itk::VectorResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::ExpandImageFilter< TInputImage, TOutputImage >, otb::RenderingImageFilter< TInputImage, TOutputImage >, otb::ImageToLuminanceImageFilter< TInputImage, TOutputImage >, otb::PersistentDescriptorsListSampleGenerator< TInputImage, TVectorData, TFunctionType, TListSample, TLabelListSample >, otb::PersistentObjectDetectionClassifier< TInputImage, TOutputVectorData, TLabel, TFunctionType >, itk::TransformToDeformationFieldSource< TOutputImage, TTransformPrecisionType >, otb::VectorDataToImageFilter< TVectorData, TImage >, itk::ConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage >, itk::LabelVotingImageFilter< TInputImage, TOutputImage >, otb::MultiChannelsPolarimetricSynthesisFilter< TInputImage, TOutputImage, TFunction >, itk::IntensityWindowingImageFilter< TInputImage, TOutputImage >, itk::HistogramMatchingImageFilter< TInputImage, TOutputImage, THistogramMeasurement >, otb::VectorImageToColorAnaglyphVectorImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::BinaryContourImageFilter< TInputImage, TOutputImage >, itk::BinaryImageToLabelMapFilter< TInputImage, TOutputImage >, otb::DisparityMapToDEMFilter< TDisparityImage, TInputImage, TOutputDEMImage, TEpipolarGridImage, TMaskImage >, itk::InterpolateImagePointsFilter< TInputImage, TOutputImage, TCoordType, InterpolatorType >, itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >, otb::PolarimetricSynthesisFilter< TInputImageHH, TInputImageHV, TInputImageVH, TInputImageVV, TOutputImage, TFunction >, itk::LabelMapMaskImageFilter< TInputImage, TOutputImage >, itk::LabelContourImageFilter< TInputImage, TOutputImage >, itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >, otb::TerraSarBrightnessImageFilter< TInputImage, TOutputImage >, otb::QuaternaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TInputImage4, TOutputImage, TFunction >, otb::QuaternaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, TOutputImage, TOutputImage, Functor::MultiScaleConvexOrConcaveDecisionRule< TInputImage::PixelType, TOutputImage::PixelType > >, otb::QuaternaryFunctorImageFilter< TInputImageHH, TInputImageHV, TInputImageVH, TInputImageVV, TOutputImage, TFunction >, otb::KullbackLeiblerSupervizedDistanceImageFilter< TInputImage1, TInputImage2, TInputROIImage, TOutputImage >, otb::SOMbasedImageFilter< TInputImage, TOutputImage, TDistanceMetric, TMap >, itk::StatisticsImageFilter< TInputImage >, itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >, itk::TernaryFunctorImageFilter< TInputImageR, TInputImageB, TInputImageNIR, TOutputImage, TFunction >, itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Function::ComposeRGB< TInputImage::PixelType > >, itk::TernaryFunctorImageFilter< TInputImageHH, TInputImageHV_VH, TInputImageVV, TOutputImage, TFunction >, itk::TernaryFunctorImageFilter< TInputMultiSpectralImage, TInputMultiSpectralInterpImage, TInputPanchroImage, TOutputImage, Functor::BayesianFunctor< TInputMultiSpectralImage::PixelType, TInputMultiSpectralInterpImage::PixelType, TInputPanchroImage::PixelType, TOutputImage::PixelType > >, itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Function::Compose3DCovariantVector< TInputImage::PixelType > >, itk::TernaryFunctorImageFilter< TInputImageR, TInputImageG, TInputImageNIR, TOutputImage, TFunction >, itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, Function::Add3< TInputImage1::PixelType, TInputImage2::PixelType, TInputImage3::PixelType, TOutputImage::PixelType > >, itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Function::Compose3DVector< TInputImage::PixelType > >, itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::LevelingFunctor< TInputImage::PixelType, TInputMaps::PixelType, TOutputImage::PixelType > >, itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, Function::Modulus3< TInputImage1::PixelType, TInputImage2::PixelType, TInputImage3::PixelType, TOutputImage::PixelType > >, itk::TernaryFunctorImageFilter< TInputMultiSpectralImage, TInputMultiSpectralInterpImage, TInputPanchroImage, TOutputImage, TFunctor >, itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, Function::ModulusSquare3< TInputImage1::PixelType, TInputImage2::PixelType, TInputImage3::PixelType, TOutputImage::PixelType > >, itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunctor >, itk::ContourDirectedMeanDistanceImageFilter< TInputImage1, TInputImage2 >, otb::LineDetectorImageFilterBase< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >, itk::LabelMapOverlayImageFilter< TInputImage, TFeatureImage, TOutputImage >, itk::HessianToObjectnessMeasureImageFilter< TInputImage, TOutputImage >, itk::StatisticsLabelMapFilter< TImage, TFeatureImage >, itk::DirectedHausdorffDistanceImageFilter< TInputImage1, TInputImage2 >, itk::GridImageSource< TOutputImage >, otb::UnaryFunctorNeighborhoodWithOffsetImageFilter< TInputImage, TOutputImage, TFunction >, itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >, itk::SimilarityIndexImageFilter< TInputImage1, TInputImage2 >, itk::LabelOverlayImageFilter< TInputImage, TLabelImage, TOutputImage >, otb::BandMathImageFilter< TImage >, itk::LabelMapToBinaryImageFilter< TInputImage, TOutputImage >, itk::VectorIndexSelectionCastImageFilter< TInputImage, TOutputImage >, itk::VotingBinaryHoleFillingImageFilter< TInputImage, TOutputImage >, itk::ShapeLabelMapFilter< TImage, TLabelImage >, itk::ShapeLabelMapFilter< TImage, Image< TImage::PixelType,::itk::GetImageDimension< TImage >::ImageDimension > >, otb::FunctionWithNeighborhoodToImageFilter< TInputImage, TOutputImage, TFunction >, otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >, otb::SubsampleImageFilter< TInputImage, TOutputImage, TDirectionOfTransformation >, otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >, itk::ScalarToRGBColormapImageFilter< TInputImage, TOutputImage >, otb::LabelMapToSimulatedImageFilter< TInputLabelMap, TSimuStep1, TSimuStep2, TOutputImage >, itk::MinimumMaximumImageFilter< TInputImage >, itk::ShiftScaleInPlaceImageFilter< TInputImage >, otb::MultiChannelRadiometricImageFilter< TInputImage, TOutputImage, TFunction >, itk::InvertIntensityImageFilter< TInputImage, TOutputImage >, otb::FunctionToImageFilter< TInputImage, TOutputImage, TFunction >, otb::MultiChannelRAndBAndNIRIndexImageFilter< TInputImage, TOutputImage, TFunction >, otb::MultiChannelRAndGAndNIRIndexImageFilter< TInputImage, TOutputImage, TFunction >, otb::FunctionToImageFilter< TInputImage, TOutputImage, SarBrightnessFunction< TInputImage > >, otb::FunctionToImageFilter< TInputImage, TOutputImage, SarRadiometricCalibrationFunction< TInputImage > >, otb::KMeansImageClassificationFilter< TInputImage, TOutputImage, VMaxSampleDimension, TMaskImage >, itk::ShiftScaleImageFilter< TInputImage, TOutputImage >, itk::DifferenceImageFilter< TInputImage, TOutputImage >, itk::ModulusImageFilter< TInputImage, TOutputImage >, otb::SOMImageClassificationFilter< TInputImage, TOutputImage, TSOMMap, TMaskImage >, otb::NormalizeInnerProductPCAImageFilter< TInputImage, TOutputImage >, otb::LabelMapToAttributeImageFilter< TInputImage, TOutputImage, TAttributeAccessor >, otb::TouziEdgeDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection >, otb::SVMImageClassificationFilter< TInputImage, TOutputImage, TMaskImage >, itk::InterpolateImageFilter< TInputImage, TOutputImage >, itk::RecursiveSeparableImageFilter< TInputImage, TOutputImage >, otb::MultiChannelGAndRIndexImageFilter< TInputImage, TOutputImage, TFunction >, otb::MultiChannelRAndNIRIndexImageFilter< TInputImage, TOutputImage, TFunction >, itk::LabelImageToLabelMapFilter< TInputImage, TOutputImage >, itk::LabelToRGBImageFilter< TLabelImage, TOutputImage >, otb::FastICAInternalOptimizerVectorImageFilter< TInputImage, TOutputImage >, otb::SpectralAngleDistanceImageFilter< TInputImage, TOutputImage >, itk::LabelMapFilter< TInputImage, TOutputImage >, itk::LabelMapFilter< TInputImage, TInputImage >, itk::LabelMapFilter< TLabelMap, TLabelMap >, itk::LabelMapFilter< LabelMapWithAdjacency< TLabelObject >, LabelMapWithAdjacency< TLabelObject > >, itk::LabelMapFilter< TInputLabelMap, TOutputImage >, itk::LabelMapFilter< TImage, TImage >, itk::LabelMapFilter< TInputLabelMap, TInputLabelMap >, otb::LocalRxDetectorFilter< TInputImage, TOutputImage >, otb::ConcatenateVectorImageFilter< TInputImage1, TInputImage2, TOutputImage >, otb::HooverMatrixFilter< TLabelMap >, otb::DifferenceImageFilter< TInputImage, TOutputImage >, otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >, otb::SarBrightnessToImageFilter< TInputImage, TOutputImage >, otb::SarRadiometricCalibrationToImageFilter< TInputImage, TOutputImage >, itk::LabelMapToRGBImageFilter< TInputImage, TOutputImage >, itk::ImageToVectorImageFilter< TInputImage >, itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage >, otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >, otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >, otb::LabelMapWithClassLabelToClassLabelImageFilter< TInputImage, TOutputImage >, and otb::CloudDetectionFilter< TInputImage, TOutputImage, TFunction >.

Definition at line 252 of file itkImageSource.h.

Referenced by otb::RenderingImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData().

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.

void itk::ProcessObject::CacheInputReleaseDataFlags ( )
protectedvirtualinherited

Cache the state of any ReleaseDataFlag's on the inputs. While the filter is executing, we need to set the ReleaseDataFlag's on the inputs to false in case the current filter is implemented using a mini-pipeline (which will try to release the inputs). After the filter finishes, we restore the state of the ReleaseDataFlag's before the call to ReleaseInputs().

Definition at line 1050 of file itkProcessObject.cxx.

template<class TInputImage, class TOutputImage>
virtual TimeStepType itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::CalculateChange ( )
inlineprivatevirtual

This method is defined by a subclass to populate an update buffer with changes for the pixels in the output. It returns a time step value to be used for the update.

Returns:
A time step to use in updating the output with the changes calculated from this method.

Implements itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >.

Definition at line 309 of file itkNarrowBandImageFilterBase.h.

template<class TInputImage , class TOutputImage >
void itk::ImageToImageFilter< TInputImage, TOutputImage >::CallCopyInputRegionToOutputRegion ( OutputImageRegionType destRegion,
const InputImageRegionType srcRegion 
)
protectedvirtualinherited

This function calls the actual region copier to do the mapping from input image space to output image space. It uses a Function object used for dispatching to various routines to copy an input region (start index and size) to an output region. For most filters, this is a trivial copy because most filters require the input dimension to match the output dimension. However, some filters like itk::UnaryFunctorImageFilter can support output images of a higher dimension that the input.

This function object is used by the default implementation of GenerateOutputInformation(). It can also be used in routines like ThreadedGenerateData() where a filter may need to map an input region to an output region.

The default copier uses a "dispatch pattern" to call one of three overloaded functions depending on whether the input and output images are the same dimension, the input is a higher dimension that the output, or the input is of a lower dimension than the output. The use of an overloaded function is required for proper compilation of the various cases.

For the latter two cases, trivial implementations are used. If the input image is a higher dimension than the output, the first portion of the input region is copied to the output region. If the input region is a lower dimension than the output, the input region information is copied into the first portion of the output region and the rest of the output region is set to zero.

If a filter needs a different default behavior, it can override this method.

Reimplemented in otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >, otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::FORWARD >, otb::SubsampleImageFilter< TInputImage, TOutputImage, TDirectionOfTransformation >, and otb::DecimateImageFilter< TInputImage, TOutputImage >.

Definition at line 165 of file itkImageToImageFilter.txx.

template<class TInputImage , class TOutputImage >
void itk::ImageToImageFilter< TInputImage, TOutputImage >::CallCopyOutputRegionToInputRegion ( InputImageRegionType destRegion,
const OutputImageRegionType srcRegion 
)
protectedvirtualinherited

This function calls the actual region copier to do the mapping from output image space to input image space. It uses a Function object used for dispatching to various routines to copy an output region (start index and size) to an input region. For most filters, this is a trivial copy because most filters require the input dimension to match the output dimension. However, some filters like itk::ExtractImageFilter can support output images of a lower dimension that the input.

This function object can be used by GenerateOutputInformation() to copy the input LargestPossibleRegion to the output LargestPossibleRegion and can also be used in GenerateData or ThreadedGenerateData() where a filter may need to map an output region to an input region.

The default copier uses a "dispatch pattern" to call one of three overloaded functions depending on whether the input and output images are the same dimension, the input is a higher dimension that the output, or the input is of a lower dimension than the output. The use of an overloaded function is required for proper compilation of the various cases.

For the latter two cases, trivial implementations are used. If the input image is a higher dimension than the output, the output region information is copied into the first portion of the input region and the rest of the input region is set to zero. If the input region is a lower dimension than the output, the first portion of the output region is copied to the input region.

If a filter needs a different default behavior, it can override this method. The ExtractImageFilter overrides this function object so that if the input image is a higher dimension than the output image, the filter can control "where" in the input image the output subimage is extracted (as opposed to mapping to first few dimensions of the input).

Reimplemented in otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >, otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::FORWARD >, otb::SubsampleImageFilter< TInputImage, TOutputImage, TDirectionOfTransformation >, and otb::DecimateImageFilter< TInputImage, TOutputImage >.

Definition at line 154 of file itkImageToImageFilter.txx.

virtual bool itk::InPlaceImageFilter< TInputImage, TOutputImage >::CanRunInPlace ( ) const
inlinevirtualinherited

Can the filter run in place? To do so, the filter's first input and output must have the same dimension and pixel type. This method can be used in conjunction with the InPlace ivar to determine whether a particular use of the filter is really running in place. Some filters may be able to optimize their operation if the InPlace is true and CanRunInPlace is true. CanRunInPlace may also be overridded by InPlaceImageFilter subclasses to fine tune its behavior.

Definition at line 111 of file itkInPlaceImageFilter.h.

template<class TInputImage , class TOutputImage >
void itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::ClearNarrowBand ( )
protected

Definition at line 28 of file itkNarrowBandImageFilterBase.txx.

template<class TInputImage , class TOutputImage >
void itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::CopyInputToOutput ( )
virtual

This method can be defined in subclasses as needed to copy the input to the output. See DenseFiniteDifferenceImageFilter for an implementation.

Implements itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >.

Definition at line 39 of file itkNarrowBandImageFilterBase.txx.

LightObject::Pointer itk::Object::CreateAnother ( void  ) const
virtualinherited

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.

Reimplemented in otb::MeanShiftSmoothingImageFilter< TInputImage, TOutputImage, TKernel, TOutputIterationImage >, otb::TernaryFunctorImageFilterWithNBands< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunctor >, itk::Statistics::KdTree< TSample >, otb::ImageSeriesFileReader< VectorImage< TPixel, 2 >, VectorImage< TInternalPixel, 2 > >, itk::CStyleCommand, otb::DefaultGeometriesToGeometriesFilter< TransformationFunctor, FieldTransformationPolicy >, otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >, itk::SimpleConstMemberCommand< T >, otb::ProlateInterpolateImageFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >, otb::ObjectDetectionClassifier< TInputImage, TOutputVectorData, TLabel, TFunctionPrecision, TCoordRep >, otb::StreamingShrinkImageFilter< TInputImage, TOutputImage >, otb::VariableLengthVectorConverter< itk::SmartPointer< itk::Statistics::Histogram< TPixel > >, TPrecisionType >, otb::ImageSeriesFileReader< Image< TPixel, 2 >, VectorImage< TInternalPixel, 2 > >, otb::DescriptorsListSampleGenerator< TInputImage, TVectorData, TListSample, TLabelListSample, TOutputPrecision, TCoordRep >, itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >, itk::MinMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >, otb::StreamingStatisticsVectorImageFilter< TInputImage, TPrecision >, itk::ParallelSparseFieldLevelSetImageFilter< TInputImage, TOutputImage >, itk::WindowedSincInterpolateImageFunction< TInputImage, VRadius, TWindowFunction, TBoundaryCondition, TCoordRep >, otb::ImageWidgetSquareTransferFunction< TPixel >, otb::PixelWiseBlockMatchingImageFilter< TInputImage, TOutputMetricImage, TOutputDisparityImage, TMaskImage, TBlockMatchingFunctor >, otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, Wavelet::INVERSE, FullyDecomposedWaveletPacketCost< TInputImage > >, otb::StreamingImageToOGRLayerSegmentationFilter< TImageType, TSegmentationFilter >, itk::QuadEdgeMesh< TPixel, VDimension, TTraits >, itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >, itk::SparseFieldLevelSetImageFilter< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >, itk::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, THistogram >, itk::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, Function::MorphologyHistogram< TInputImage::PixelType, std::less< TInputImage::PixelType > > >, itk::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, Function::MorphologyHistogram< TInputImage::PixelType, std::greater< TInputImage::PixelType > > >, itk::MRIBiasFieldCorrectionFilter< TInputImage, TOutputImage, TMaskImage >, otb::WaveletTransform< TInputImage, TOutputImage, TFilter, Wavelet::INVERSE >, itk::SimpleMemberCommand< T >, otb::BayesianFusionFilter< TInputMultiSpectralImage, TInputMultiSpectralInterpImage, TInputPanchroImage, TOutputImage >, itk::JoinImageFilter< TInputImage1, TInputImage2 >, otb::VariableLengthVectorConverter< itk::FixedArray< TInternalInputType, VArrayDimension >, TPrecisionType >, otb::ReciprocalHAlphaImageFilter< TInputImage, TOutputImage >, otb::StreamingHistogramVectorImageFilter< TInputImage >, otb::ShapeAttributesLabelMapFilter< TImage, TLabelImage >, otb::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >, itk::MovingHistogramMorphologicalGradientImageFilter< TInputImage, TOutputImage, TKernel >, otb::StreamingMatrixTransposeMatrixImageFilter< TInputImage1, TInputImage2 >, otb::MuellerToPolarisationDegreeAndPowerImageFilter< TInputImage, TOutputImage >, itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >, otb::StreamingStatisticsImageFilter< TInputImage >, otb::CommandLineArgumentParser, otb::ImageWidgetLogTransferFunction< TPixel >, otb::ViewerModel, otb::StreamingCompareImageFilter< TInputImage >, otb::StreamingMinMaxImageFilter< TInputImage >, otb::ConvexOrConcaveClassificationFilter< TInputImage, TOutputImage >, itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >, otb::StreamingStatisticsMapFromLabelImageFilter< TInputVectorImage, TLabelImage >, otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >, itk::WatershedImageFilter< TInputImage >, itk::OrientImageFilter< TInputImage, TOutputImage >, otb::SurfaceReflectanceToReflectanceFilter< TInputImage, TOutputImage >, otb::KullbackLeiblerProfileImageFilter< TInputImage1, TInputImage2, TOutputImage >, otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >, itk::KLMRegionGrowImageFilter< TInputImage, TOutputImage >, otb::StreamingMinMaxVectorImageFilter< TInputImage >, otb::PersistentShrinkImageFilter< TInputImage, TOutputImage >, otb::SurfaceAdjacencyEffect6SCorrectionSchemeFilter< TInputImage, TOutputImage >, otb::AtmosphericRadiativeTerms, itk::RawImageIOFactory< TPixel, VImageDimension >, itk::VectorFuzzyConnectednessImageFilter< TInputImage, TOutputImage >, otb::ShiftScaleVectorImageFilter< TInputImage, TOutputImage >, otb::StreamingInnerProductVectorImageFilter< TInputImage >, otb::UrbanAreaDetectionImageFilter< TInputImage, TOutputImage, TFunction >, otb::ImageSeriesFileReader< Image< TPixel, 2 >, Image< TInternalPixel, 2 > >, itk::ReceptorMemberCommand< T >, otb::GeometriesProjectionFilter, itk::NumberOfFacesCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >, otb::BandsStatisticsAttributesLabelMapFilter< TImage, TFeatureImage >, otb::LuminanceToReflectanceImageFilter< TInputImage, TOutputImage >, otb::ImageWidgetSquareRootTransferFunction< TPixel >, otb::MultiScaleConvexOrConcaveClassificationFilter< TInputImage, TOutputImage >, otb::ImageToReflectanceImageFilter< TInputImage, TOutputImage >, otb::KullbackLeiblerDistanceImageFilter< TInputImage1, TInputImage2, TOutputImage >, otb::MRFEnergy< TInput2, TInput2 >, itk::SymmetricEigenAnalysisImageFilter< TInputImage, TOutputImage >, itk::PhilipsPAR, otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::FORWARD >, itk::AutomaticTopologyMeshSource< TOutputMesh >, itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::SparseFieldLayer< TNodeType >, otb::VectorImageToMatrixImageFilter< TInputImage >, otb::WindowedSincInterpolateImageFunctionBase< TInputImage, TWindowFunction, TBoundaryCondition, TCoordRep >, otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::WelchWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::CosineWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::GaussianWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::BlackmanWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::LanczosWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::HammingWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, otb::PrintableImageFilter< TInputImage, TMaskImage >, otb::UnConstrainedLeastSquareImageFilter< TInputImage, TOutputImage, TPrecision >, otb::ReflectanceToSurfaceReflectanceImageFilter< TInputImage, TOutputImage >, itk::SpatialObject< TDimension >, itk::SpatialObject< 3 >, itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >, otb::MuellerToReciprocalCovarianceImageFilter< TInputImage, TOutputImage >, itk::VectorGradientMagnitudeImageFilter< TInputImage, TRealType, TOutputImage >, otb::StatisticsAttributesLabelMapFilter< TImage, TFeatureImage >, itk::MultiThreader, otb::NormalizeVectorImageFilter< TInputImage, TOutputImage >, otb::VariableLengthVectorConverter< std::vector< std::vector< TInternalInputType > >, TPrecisionType >, itk::KLMSegmentationBorder, otb::Functor::ScalarToRainbowRGBPixelFunctor< TScalar, TRGBPixel >, otb::NCLSUnmixingImageFilter< TInputImage, TOutputImage, TPrecision >, otb::ReciprocalLinearCovarianceToReciprocalCircularCovarianceImageFilter< TInputImage, TOutputImage >, itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, otb::ImageAndVectorImageOperationFilter< TInputImage, TVectorInputImage, TOutputImage >, otb::ISRAUnmixingImageFilter< TInputImage, TOutputImage, TPrecision >, itk::SigmoidImageFilter< TInputImage, TOutputImage >, otb::RenderingImageFilter< TInputImage, TOutputImage >, itk::MRFImageFilter< TInputImage, TClassifiedImage >, itk::ImageKmeansModelEstimator< TInputImage, TMembershipFunction >, itk::BinaryMorphologyImageFilter< TInputImage, TOutputImage, TKernel >, otb::BCOInterpolateImageFunction< TInputImage, TCoordRep >, itk::AdaptImageFilter< TInputImage, TOutputImage, TAccessor >, otb::KullbackLeiblerSupervizedDistanceImageFilter< TInputImage1, TInputImage2, TInputROIImage, TOutputImage >, itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >, itk::DiffusionTensor3DReconstructionImageFilter< TReferenceImagePixelType, TGradientImagePixelType, TTensorPixelType >, otb::MDMDNMFImageFilter< TInputImage, TOutputImage >, otb::ImageToLuminanceImageFilter< TInputImage, TOutputImage >, itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >, MyChangeDetectorImageFilter< TInputImage1, TInputImage2, TOutputImage >, otb::ReciprocalCovarianceToCoherencyDegreeImageFilter< TInputImage, TOutputImage >, otb::VectorImageToColorAnaglyphVectorImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::BinaryThresholdImageFilter< TInputImage, TOutputImage >, itk::FFTWComplexToComplexImageFilter< double, NDimension >, itk::GeodesicActiveContourLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::ShapeDetectionLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, otb::ReciprocalCovarianceToReciprocalCoherencyImageFilter< TInputImage, TOutputImage >, otb::ChangeLabelImageFilter< TInputImage, TOutputImage >, itk::IntensityWindowingImageFilter< TInputImage, TOutputImage >, itk::BinaryMorphologyImageFilter< TInputImage, TOutputImage, TKernel >, otb::ReciprocalCoherencyToReciprocalMuellerImageFilter< TInputImage, TOutputImage >, itk::STAPLEImageFilter< TInputImage, TOutputImage >, itk::watershed::Boundary< TScalarType, TDimension >, otb::RGBAPixelConverter< TInternalInputPixelType, itk::RGBPixel< TInternalOutputPixelType > >, itk::ChangeLabelImageFilter< TInputImage, TOutputImage >, itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >, itk::CannyEdgeDetectionImageFilter< TInputImage, TOutputImage >, itk::CannyEdgeDetectionImageFilter< ImageType, ImageType >, otb::ProjectiveProjectionImageFilter< TInputImage, TOutputImage, TPrecision >, itk::CurvesLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::NarrowBandCurvesLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::DisplacementFieldJacobianDeterminantFilter< TInputImage, TRealType, TOutputImage >, itk::Mesh< TPixelType, VDimension, TMeshTraits >, itk::Mesh< TCoordType, 2, DefaultDynamicMeshTraits< TCoordType, 2, 2, TCoordType > >, itk::Mesh< TPixel, VDimension, TTraits >, otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >, itk::LaplacianSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::ThresholdLabelerImageFilter< TInputImage, TOutputImage >, itk::BSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >, itk::MutexLock, otb::RelabelComponentImageFilter< TInputImage, TOutputImage >, itk::AntiAliasBinaryImageFilter< TInputImage, TOutputImage >, itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage >, itk::MaskNegatedImageFilter< TInputImage, TMaskImage, TOutputImage >, itk::RelabelComponentImageFilter< TInputImage, TOutputImage >, itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >, itk::WeightedAddImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::AffineTransform< TScalarType, NDimensions >, otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >, itk::Bruker2DSEQImageIO, otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, Wavelet::FORWARD, TCost >, itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage >, itk::VectorImageToImageAdaptor< TPixelType, Dimension >, itk::HistogramToEntropyImageFilter< THistogram, TOutputPixel >, otb::VectorDataToLabelMapWithAttributesFilter< TVectorData, TLabelMap >, otb::PersistentImageToOGRLayerSegmentationFilter< TImageType, TSegmentationFilter >, itk::Statistics::JointDomainImageToListAdaptor< TImage >, itk::Statistics::ScalarImageTextureCalculator< TImageType, THistogramFrequencyContainer >, otb::ImageToSIFTKeyPointSetFilter< TInputImage, TOutputPointSet >, itk::Octree< TPixel, ColorTableSize, MappingFunctionType >, otb::NormalizeAttributesLabelMapFilter< TImage >, otb::ImageSimulationMethod< TInputVectorData, TSpatialisation, TSimulationStep1, TSimulationStep2, TFTM, TOutputImage >, otb::WindowedSincInterpolateImageLanczosFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >, otb::VectorDataToLabelMapFilter< TVectorData, TLabelMap >, otb::SVMSampleListModelEstimator< TInputSampleList, TTrainingSampleList, TMeasurementFunctor >, otb::BlendingImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::watershed::Segmenter< TInputImage >, itk::GradientRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::LabelContourImageFilter< TInputImage, TOutputImage >, itk::watershed::Segmenter< InputImageType >, otb::MeanShiftImageFilter< TInputImage, TOutputImage, TLabeledOutput, TBufferConverter >, otb::StreamingShrinkStreamingManager< TInputImage >, otb::SOMbasedImageFilter< TInputImage, TOutputImage, TDistanceMetric, TMap >, itk::ConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage >, itk::ScalarConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage >, itk::SmoothingRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >, itk::NumberOfPointsCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >, otb::MeanShiftImageFilter< TInputImage, TOutputImage, TLabeledOutput, MeanShift::VectorBufferConverter >, otb::StereorectificationDeformationFieldSource< TInputImage, TOutputImage >, itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::GradientMagnitudeRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::Statistics::GreyLevelCooccurrenceMatrixTextureCoefficientsCalculator< THistogram >, itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >, itk::fem::FEMRegistrationFilter< TMovingImage, TFixedImage >, itk::HistogramToLogProbabilityImageFilter< THistogram, TOutputPixel >, itk::BinaryContourImageFilter< TInputImage, TOutputImage >, otb::WindowedSincInterpolateImageBlackmanFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >, otb::CommandLineArgumentParseResult, otb::VectorDataProjectionFilter< TInputVectorData, TOutputVectorData >, itk::NaryMaximumImageFilter< TInputImage, TOutputImage >, itk::QuadEdgeMeshParam< TInputMesh, TOutputMesh, TSolverTraits >, otb::ConcatenateScalarValueImageFilter< TInputImage, TOutputImage >, otb::DotProductImageFilter< TInputImage, TOutputImage >, otb::NonMaxRemovalByDirectionFilter< TInputModulus, TInputDirection, TOutputImage >, otb::WaveletTransform< TInputImage, TOutputImage, TFilter, Wavelet::FORWARD >, otb::ImageWidgetAffineTransferFunction< TPixel >, itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >, itk::ConnectedComponentFunctorImageFilter< TInputImage, TOutputImage, TFunctor, TMaskImage >, itk::PolyLineParametricPath< VDimension >, itk::AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, TFunction >, itk::ConnectedComponentFunctorImageFilter< TInputImage, TOutputImage, Functor::SimilarPixelsFunctor< TInputImage::ValueType >, TMaskImage >, itk::ConnectedComponentFunctorImageFilter< TInputImage, TOutputImage, Functor::SimilarVectorsFunctor< TInputImage::ValueType >, TMaskImage >, itk::AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, std::less< TInputImage::PixelType > >, itk::AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, std::greater< TInputImage::PixelType > >, itk::CurvatureRegistrationFilter< TFixedImage, TMovingImage, TDeformationField, TImageForceFunction >, itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >, itk::ContourExtractor2DImageFilter< TInputImage >, itk::FourierSeriesPath< VDimension >, itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >, itk::LaplacianRecursiveGaussianImageFilter< TInputImage, TOutputImage >, otb::WindowedSincInterpolateImageHammingFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >, otb::GreyLevelCooccurrenceMatrixAdvancedTextureCoefficientsCalculator< THistogram >, itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::AddImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::Hessian3DToVesselnessMeasureImageFilter< TPixel >, itk::MeanProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >, otb::WindowedSincInterpolateImageCosineFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >, otb::WindowedSincInterpolateImageGaussianFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >, otb::WindowedSincInterpolateImageWelchFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >, itk::ConstrainedValueAdditionImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::SpecialCoordinatesImage< TPixel, VImageDimension >, itk::HistogramToProbabilityImageFilter< THistogram, TOutputPixel >, itk::SpecialCoordinatesImage< TPixel, 3 >, itk::Statistics::NormalVariateGenerator, itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, TFunction1, TFunction2 >, itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::greater< TInputImage::PixelType >, std::greater< TOutputImage::PixelType > >, itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::less< TInputImage::PixelType >, std::less< TOutputImage::PixelType > >, itk::Statistics::ScalarImageToGreyLevelCooccurrenceMatrixGenerator< TImageType, THistogramFrequencyContainer >, itk::MagnitudeAndPhaseToComplexImageFilter< TInputPixel1, TInputPixel2, TOutputPixel, NDimension >, itk::RealAndImaginaryToComplexImageFilter< TInputPixel1, TInputPixel2, TOutputPixel, NDimension >, itk::Statistics::ScalarImageToGreyLevelCooccurrenceMatrixGenerator< TImage, THistogramFrequencyContainer >, otb::OSMDataToVectorDataGenerator, itk::HoughTransform2DLinesImageFilter< TInputPixelType, TOutputPixelType >, itk::ChainCodePath< VDimension >, itk::ChainCodePath< 2 >, otb::VariableLengthVectorConverter< itk::VariableLengthVector< TInternalInputType >, TPrecisionType >, otb::HoughTransform2DLinesImageFilter< TInputPixelType, TOutputPixelType >, otb::MeanShiftSegmentationFilter< TInputImage, TOutputLabelImage, TOutputClusteredImage, TKernel >, itk::SumProjectionImageFilter< TInputImage, TOutputImage >, itk::PhasedArray3DSpecialCoordinatesImage< TPixel >, itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >, itk::LevelSetMotionRegistrationFilter< TFixedImage, TMovingImage, TDeformationField >, itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >, itk::MedianProjectionImageFilter< TInputImage, TOutputImage >, itk::ChainCodePath2D, itk::AnalyzeImageIO, itk::ImageFileReader< TOutputImage, ConvertPixelTraits >, itk::MovingHistogramImageFilterBase< TInputImage, TOutputImage, TKernel >, itk::ImageFileReader< TOutputImage >, otb::MarkovRandomFieldFilter< TInputImage, TClassifiedImage >, itk::DivideImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::InvertIntensityImageFilter< TInputImage, TOutputImage >, itk::NaryAddImageFilter< TInputImage, TOutputImage >, itk::PointSet< TPixelType, VDimension, TMeshTraits >, itk::MorphologicalWatershedFromMarkersImageFilter< TInputImage, TLabelImage >, itk::MovingHistogramImageFilter< TInputImage, TOutputImage, TKernel, THistogram >, itk::PointSet< TPixel, VDimension, TTraits >, itk::PointSet< TCoordType, VDimension, DefaultDynamicMeshTraits< TCoordType, 2, 2, TCoordType > >, itk::MovingHistogramImageFilter< TInputImage, TOutputImage, TKernel, RankHistogram< TInputImage::PixelType > >, itk::MovingHistogramImageFilter< TInputImage, TOutputImage, TKernel, Function::MorphologyHistogram< TInputImage::PixelType, std::less< TInputImage::PixelType > > >, itk::MovingHistogramImageFilter< TInputImage, TOutputImage, TKernel, Function::MorphologyHistogram< TInputImage::PixelType, std::greater< TInputImage::PixelType > > >, itk::MovingHistogramImageFilter< TInputImage, TOutputImage, TKernel, Function::MorphologicalGradientHistogram< TInputImage::PixelType > >, otb::Function::StandardRenderingFunction< TPixel, TRGBPixel, TPixelRepresentationFunction, TTransferFunction >, itk::BayesianClassifierInitializationImageFilter< TInputImage, TProbabilityPrecisionType >, itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >, itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::GrayscaleGeodesicErodeImageFilter< TInputImage, TOutputImage >, itk::SignedDanielssonDistanceMapImageFilter< TInputImage, TOutputImage >, itk::VectorConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage >, itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDeformationField >, itk::GrayscaleGeodesicDilateImageFilter< TInputImage, TOutputImage >, itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >, itk::KLMSegmentationRegion, itk::Statistics::Histogram< TMeasurement, VMeasurementVectorSize, TFrequencyContainer >, itk::DivideByConstantImageFilter< TInputImage, TConstant, TOutputImage >, itk::MultiScaleHessianBasedMeasureImageFilter< TInputImage, THessianImage, TOutputImage >, itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >, itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >, itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >, otb::LocalActivityVectorImageFilter< TInputImage, TOutputImage >, otb::VCAImageFilter< TVectorImage >, otb::GCPsToRPCSensorModelImageFilter< TImage >, otb::TerraSarBrightnessImageFilter< TInputImage, TOutputImage >, itk::AnisotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >, itk::BayesianClassifierImageFilter< TInputVectorImage, TLabelsType, TPosteriorsPrecisionType, TPriorsPrecisionType >, itk::HoughTransform2DCirclesImageFilter< TInputPixelType, TOutputPixelType >, itk::SquaredDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::AzimuthElevationToCartesianTransform< TScalarType, NDimensions >, otb::LineSegmentDetector< TInputImage, TPrecision >, itk::HardConnectedComponentImageFilter< TInputImage, TOutputImage >, itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >, itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::WarpImageFilter< TInputImage, TOutputImage, TDeformationField >, itk::ImageBase< VImageDimension >, otb::LineSegmentDetector< TImageType, double >, itk::ImageBase< ::itk::GetImageDimension< TLabelObject >::ImageDimension >, itk::ImageBase< ::itk::GetImageDimension< VectorImage< TPixelType, Dimension > >::ImageDimension >, itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >, otb::ConfigurationFile, otb::LabelMapToSimulatedImageFilter< TInputLabelMap, TSimuStep1, TSimuStep2, TOutputImage >, itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >, itk::BinaryMagnitudeImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >, itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >, itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >, otb::MassOfBelief< TLabel, TMass >, otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >, itk::BinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >, itk::MinimumProjectionImageFilter< TInputImage, TOutputImage >, itk::ModulusImageFilter< TInputImage, TOutputImage >, itk::VectorExpandImageFilter< TInputImage, TOutputImage >, itk::VectorIndexSelectionCastImageFilter< TInputImage, TOutputImage >, itk::MatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >, itk::HistogramToIntensityImageFilter< THistogram, TOutputPixel >, itk::MatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >, itk::MatrixOffsetTransformBase< TScalarType, 2, 2 >, itk::MatrixOffsetTransformBase< TScalarType, 3, 3 >, otb::MeanShiftVectorImageFilter< TInputImage, TOutputImage, TLabeledOutput >, itk::ImageToSpatialObjectRegistrationMethod< TFixedImage, TMovingSpatialObject >, itk::MultiResolutionPDEDeformableRegistration< TFixedImage, TMovingImage, TDeformationField, TRealType >, itk::MatrixIndexSelectionImageFilter< TInputImage, TOutputImage >, itk::MemberCommand< T >, itk::OrthogonallyCorrected2DParametricPath, itk::Statistics::GoodnessOfFitMixtureModelCostFunction< TInputSample >, itk::SliceBySliceImageFilter< TInputImage, TOutputImage, TInputFilter, TOutputFilter, TInternalInputImage, TInternalOutputImage >, itk::VectorCentralDifferenceImageFunction< TInputImage, TCoordRep >, CommandIterationUpdate, otb::ImageToHessianDeterminantImageFilter< TInputImage, TOutputImage, TPrecision >, otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, TDirectionOfTransformation >, itk::Compose3DCovariantVectorImageFilter< TInputImage, TOutputImage >, itk::Compose3DVectorImageFilter< TInputImage, TOutputImage >, itk::ExpNegativeImageFilter< TInputImage, TOutputImage >, itk::MaximumProjectionImageFilter< TInputImage, TOutputImage >, itk::MorphologicalGradientImageFilter< TInputImage, TOutputImage, TKernel >, itk::OrImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >, itk::TensorRelativeAnisotropyImageFilter< TInputImage, TOutputImage >, itk::XorImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::AtanImageAdaptor< TImage, TOutputPixelType >, itk::VectorContainer< TElementIdentifier, TElement >, itk::DiffeomorphicDemonsRegistrationFilter< TFixedImage, TMovingImage, TDeformationField >, itk::VectorContainer< TElementIdentifier, TElementWrapper >, otb::RGBAPixelConverter< TInternalInputPixelType, itk::RGBAPixel< TInternalOutputPixelType > >, otb::HaralickTexturesImageFunction< TInputImage, TCoordRep >, otb::HessianToScalarImageFilter< TInputImage, TOutputImage >, otb::VectorDataFileReader< TOutputVectorData >, otb::GeodesicMorphologyDecompositionImageFilter< TInputImage, TOutputImage, TStructuringElement >, itk::ImageGaussianModelEstimator< TInputImage, TMembershipFunction, TTrainingImage >, itk::AndImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::NotImageFilter< TInputImage, TOutputImage >, itk::Image< TPixel, VImageDimension >, itk::ExhaustiveOptimizer, itk::Statistics::ImageToCooccurrenceListAdaptor< TImage >, itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >, itk::BinaryStatisticsKeepNObjectsImageFilter< TInputImage, TFeatureImage >, itk::LabelStatisticsKeepNObjectsImageFilter< TInputImage, TFeatureImage >, itk::LabelStatisticsOpeningImageFilter< TInputImage, TFeatureImage >, itk::MultiplyByConstantImageFilter< TInputImage, TConstant, TOutputImage >, itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::SubtractConstantFromImageFilter< TInputImage, TConstant, TOutputImage >, itk::BinaryNotImageFilter< TImage >, itk::Image< TInputPixel, VImageDimension >, itk::Image< TOutputPixelType, VImageDimension >, itk::Image< TOutputPixel, VImageDimension >, itk::Image< BloxCoreAtomPixel< NDimension >, TImageDimension >, itk::Image< TNode *, VImageDimension >, itk::Image< BloxBoundaryProfilePixel< TImageDimension >, TImageDimension >, itk::Image< TBloxPixelType, TImageDimension >, itk::Image< BloxBoundaryPointPixel< TImageDimension >, TImageDimension >, otb::DisparityMapMedianFilter< TInputImage, TOutputImage, TMask >, otb::ImageToGrayscaleAnaglyphImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::AsinImageFilter< TInputImage, TOutputImage >, itk::DeformationFieldJacobianDeterminantFilter< TInputImage, TRealType, TOutputImage >, itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >, itk::LaplacianImageFilter< TInputImage, TOutputImage >, itk::SignedMaurerDistanceMapImageFilter< TInputImage, TOutputImage >, itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >, itk::ZeroCrossingBasedEdgeDetectionImageFilter< TInputImage, TOutputImage >, itk::VectorImage< TPixel, VImageDimension >, itk::PolygonGroupSpatialObjectXMLFileWriter, itk::SimpleFuzzyConnectednessRGBImageFilter< TInputImage, TOutputImage >, itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >, itk::VectorImage< TOutputPixelType, VImageDimension >, itk::VectorImage< TNeuron::ComponentType, VImageDimension >, itk::VectorImage< TInputPixelType, VImageDimension >, itk::VectorImage< TPixelType, Dimension >, otb::BandMathImageFilter< TImage >, otb::Log10ThresholdedImageFilter< TInputImage, TOutputImage >, otb::GeodesicMorphologyLevelingFilter< TInputImage, TInputMaps, TOutputImage >, otb::LabelMapToGISTableFilter< TLabelMap, TGISTable >, itk::Compose2DCovariantVectorImageFilter< TInputImage, TOutputImage >, itk::Compose2DVectorImageFilter< TInputImage, TOutputImage >, itk::ComposeRGBImageFilter< TInputImage, TOutputImage >, itk::ExpandImageFilter< TInputImage, TOutputImage >, itk::LogImageAdaptor< TImage, TOutputPixelType >, itk::ImageSeriesWriter< TInputImage, TOutputImage >, itk::Statistics::RBFNetwork< TMeasurementVector, TTargetVector >, itk::ComposeRGBAImageFilter< TInputImage, TOutputImage >, itk::BinaryAttributeOpeningImageFilter< TInputImage, TLabelObject, TLabelObjectValuator, TAttributeAccessor >, itk::LabelAttributeOpeningImageFilter< TInputImage, TLabelObject, TLabelObjectValuator, TAttributeAccessor >, otb::CompositeExampleImageFilter< TImageType >, otb::StereoSensorModelToElevationFilter< TInputImage, TOutputHeight >, otb::VectorDataTransformFilter< TInputVectorData, TOutputVectorData >, itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >, itk::ScalarImageKmeansImageFilter< TInputImage, TOutputImage >, itk::AtanImageFilter< TInputImage, TOutputImage >, itk::InterpolateImagePointsFilter< TInputImage, TOutputImage, TCoordType, InterpolatorType >, itk::MaximumImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::VectorCastImageFilter< TInputImage, TOutputImage >, itk::ImageFileWriter< TInputImage >, itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >, itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >, itk::LabelShapeOpeningImageFilter< TInputImage >, itk::QuadEdgeMeshDelaunayConformingFilter< TInputMesh, TOutputMesh >, itk::BinaryAttributeKeepNObjectsImageFilter< TInputImage, TLabelObject, TLabelObjectValuator, TAttributeAccessor >, itk::BinaryReconstructionByDilationImageFilter< TInputImage >, itk::BinaryReconstructionByErosionImageFilter< TInputImage >, itk::BinaryStatisticsKeepNObjectsImageFilter< TInputImage, TFeatureImage >, itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >, itk::LabelAttributeKeepNObjectsImageFilter< TInputImage, TLabelObject, TLabelObjectValuator, TAttributeAccessor >, itk::LabelReconstructionByDilationImageFilter< TInputImage >, otb::LabelObjectOpeningMuParserFilter< TImage, TFunction >, otb::MultivariateAlterationDetectorImageFilter< TInputImage, TOutputImage >, otb::FlusserMomentsImageFunction< TInputImage, TCoordRep >, itk::AcosImageFilter< TInputImage, TOutputImage >, itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::ImplicitManifoldNormalVectorFilter< TInputImage, TSparseOutputImage >, itk::SobelEdgeDetectionImageFilter< TInputImage, TOutputImage >, itk::AsinImageAdaptor< TImage, TOutputPixelType >, itk::MapContainer< TElementIdentifier, TElement >, itk::FastSymmetricForcesDemonsRegistrationFilter< TFixedImage, TMovingImage, TDeformationField >, itk::LabelShapeKeepNObjectsImageFilter< TInputImage >, itk::ShapeRelabelImageFilter< TInputImage >, itk::TransformToDeformationFieldSource< TOutputImage, TTransformPrecisionType >, itk::LabelMapOverlayImageFilter< TInputImage, TFeatureImage, TOutputImage >, CommandIterationUpdate, otb::RemoveIsolatedByDirectionFilter< TInputModulus, TInputDirection, TOutputImage >, otb::MorphologicalProfilesSegmentationFilter< TInputImage, TOuputImage, TInternalPrecision, TStructuringElement >, otb::ogr::DataSource, itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >, itk::CosImageFilter< TInputImage, TOutputImage >, itk::Log10ImageAdaptor< TImage, TOutputPixelType >, itk::ActiveShapeModelCalculator< TImage >, itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >, itk::HessianToObjectnessMeasureImageFilter< TInputImage, TOutputImage >, itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >, otb::BasicApplicationModel, itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >, otb::AssociativeSymmetricalSumImageFilter< TInputImage1, TInputImage2, TOutputImage >, otb::LineRatioDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >, otb::MultiplyByScalarImageFilter< TInputImage, TOutputImage >, otb::PolarimetricSynthesisFilter< TInputImageHH, TInputImageHV, TInputImageVH, TInputImageVV, TOutputImage, TFunction >, otb::VectorDataGlComponent< TVectorData >, itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >, itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >, itk::ThresholdMaximumConnectedComponentsImageFilter< TInputImage, TOutputImage >, itk::OpeningByReconstructionImageFilter< TInputImage, TOutputImage, TKernel >, itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >, itk::SimpleFuzzyConnectednessScalarImageFilter< TInputImage, TOutputImage >, itk::BinaryShapeOpeningImageFilter< TInputImage >, otb::ConvolutionImageFilter< TInputImage, TOutputImage, TBoundaryCondition, TFilterPrecision >, otb::SobelVectorImageFilter< TInputImage, TOutputImage >, otb::SVMModel< TValue, TLabel >, otb::GeometriesSource, otb::ImageViewerBase< TPixel, TLabel >, itk::LabelVotingImageFilter< TInputImage, TOutputImage >, itk::watershed::SegmentTreeGenerator< TScalarType >, itk::HMaximaImageFilter< TInputImage, TOutputImage >, itk::TernaryMagnitudeImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >, itk::TobogganImageFilter< TInputImage >, itk::ComplexToImaginaryImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToRealImageAdaptor< TImage, TOutputPixelType >, itk::RGBToLuminanceImageAdaptor< TImage, TOutputPixelType >, itk::ValarrayImageContainer< TElementIdentifier, TElement >, itk::Statistics::ListSampleToHistogramGenerator< TListSample, THistogramMeasurement, TFrequencyContainer, TMeasurementVectorLength >, itk::Statistics::SampleClassifier< TSample >, itk::LabelGeometryImageFilter< TLabelImage, TIntensityImage >, itk::QuadEdgeMeshBorderTransform< TInputMesh, TOutputMesh >, itk::watershed::SegmentTreeGenerator< ScalarType >, itk::Statistics::SampleClassifier< itk::Statistics::ListSample< TInputImage::PixelType > >, otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >, otb::PipelineMemoryPrintCalculator, otb::GenericRoadExtractionFilter< TInputImage, TOutputPath >, otb::HuMomentsImageFunction< TInputImage, TCoordRep >, otb::VectorDataToDSValidatedVectorDataFilter< TVectorData, TPrecision >, otb::OGRLayerStreamStitchingFilter< TInputImage >, itk::AdaptiveHistogramEqualizationImageFilter< TImageType >, itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >, itk::GaussianImageSource< TOutputImage >, itk::GrayscaleFillholeImageFilter< TInputImage, TOutputImage >, itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >, itk::AbsImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToPhaseImageAdaptor< TImage, TOutputPixelType >, itk::CosImageAdaptor< TImage, TOutputPixelType >, itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >, itk::TanImageAdaptor< TImage, TOutputPixelType >, itk::ShapeLabelMapFilter< TImage, TLabelImage >, itk::AttributeRelabelImageFilter< TInputImage, TLabelObject, TLabelObjectValuator, TAttributeAccessor >, itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >, itk::BinaryShapeOpeningImageFilter< TInputImage >, otb::ImageUniqueValuesCalculator< TImage >, itk::ShapeLabelMapFilter< TImage, Image< TImage::PixelType,::itk::GetImageDimension< TImage >::ImageDimension > >, otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage >, otb::RemoveWrongDirectionFilter< TInputModulus, TInputDirection, TOutputImage >, otb::ScalarImageToHigherOrderTexturesFilter< TInpuImage, TOutputImage >, itk::ImagePCAShapeModelEstimator< TInputImage, TOutputImage >, itk::MatchCardinalityImageToImageMetric< TFixedImage, TMovingImage >, itk::PDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDeformationField >, itk::CastImageFilter< TInputImage, TOutputImage >, itk::ClosingByReconstructionImageFilter< TInputImage, TOutputImage, TKernel >, itk::HMinimaImageFilter< TInputImage, TOutputImage >, itk::AcosImageAdaptor< TImage, TOutputPixelType >, itk::ExpImageAdaptor< TImage, TOutputPixelType >, itk::ExpNegativeImageAdaptor< TImage, TOutputPixelType >, itk::SinImageAdaptor< TImage, TOutputPixelType >, itk::Statistics::VariableDimensionHistogram< TMeasurement, TFrequencyContainer >, itk::BinaryImageToStatisticsLabelMapFilter< TInputImage, TFeatureImage, TOutputImage >, itk::BSplineScatteredDataPointSetToImageFilter< TInputPointSet, TOutputImage >, itk::LabelImageToStatisticsLabelMapFilter< TInputImage, TFeatureImage, TOutputImage >, CommandIterationUpdate, itk::CastImageFilter< FeatureImageType, ImageType >, itk::CastImageFilter< TImage, TImage >, otb::RealAndImaginaryImageToComplexImageFilter< TInputImageRealPart, TInputImageImaginaryPart, TOutputImage >, otb::DataNode< TPrecision, VDimension, TValuePrecision >, otb::ImageRegionSquareTileSplitter< VImageDimension >, otb::ImageRegionTileMapSplitter< VImageDimension >, otb::HistogramOfOrientedGradientCovariantImageFunction< TInputImage, TOutputPrecision, TCoordRep >, otb::ScalarImageToTexturesFilter< TInpuImage, TOutputImage >, otb::LmvmPanSharpeningFusionImageFilter< TPanImageType, TXsImageType, TOutputImageType, TInternalPrecision >, otb::KMeansAttributesLabelMapFilter< TInputImage >, otb::AeronetFileReader, itk::BinaryMask3DMeshSource< TInputImage, TOutputMesh >, itk::ImageClassifierBase< TInputImage, TClassifiedImage >, itk::KullbackLeiblerCompareHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::UnsharpMaskLevelSetImageFilter< TInputImage, TOutputImage >, itk::GradientToMagnitudeImageFilter< TInputImage, TOutputImage >, itk::InverseDeformationFieldImageFilter< TInputImage, TOutputImage >, itk::TernaryAddImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >, itk::SqrtImageAdaptor< TImage, TOutputPixelType >, itk::Statistics::KdTreeGenerator< TSample >, itk::LabelImageToShapeLabelMapFilter< TInputImage, TOutputImage >, itk::LabelOverlayImageFilter< TInputImage, TLabelImage, TOutputImage >, otb::GaborFilterGenerator< TPrecision >, otb::LocalGradientVectorImageFilter< TInputImage, TOutputImage >, otb::MapProjectionDeprecated< TMapProj, TTransform >, otb::SpectralResponse< TPrecision, TValuePrecision >, itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >, itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >, itk::SymmetricForcesDemonsRegistrationFilter< TFixedImage, TMovingImage, TDeformationField >, itk::ExpImageFilter< TInputImage, TOutputImage >, itk::IsolatedConnectedImageFilter< TInputImage, TOutputImage >, itk::MinimumImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::BoundingBox< TPointIdentifier, VPointDimension, TCoordRep, TPointsContainer >, itk::LightProcessObject, itk::RegularExpressionSeriesFileNames, itk::HistogramToImageFilter< THistogram, TFunction >, itk::Statistics::ScalarImageToListAdaptor< TImage >, itk::AnchorOpenCloseImageFilter< TImage, TKernel, LessThan, GreaterThan, LessEqual, GreaterEqual >, itk::AreaClosingImageFilter< TInputImage, TOutputImage, TAttribute >, itk::InPlaceLabelMapFilter< TInputImage >, otb::Wrapper::ExampleApplication, itk::HistogramToImageFilter< THistogram, Function::HistogramIntensityFunction< unsigned long, TOutputPixel > >, itk::HistogramToImageFilter< THistogram, Function::HistogramEntropyFunction< unsigned long, TOutputPixel > >, itk::HistogramToImageFilter< THistogram, Function::HistogramProbabilityFunction< unsigned long, TOutputPixel > >, itk::HistogramToImageFilter< THistogram, Function::HistogramLogProbabilityFunction< unsigned long, TOutputPixel > >, itk::AnchorOpenCloseImageFilter< TImage, TKernel, std::greater< TImage::PixelType >, std::less< TImage::PixelType >, std::greater_equal< TImage::PixelType >, std::less_equal< TImage::PixelType > >, itk::AnchorOpenCloseImageFilter< TImage, TKernel, std::less< TImage::PixelType >, std::greater< TImage::PixelType >, std::less_equal< TImage::PixelType >, std::greater_equal< TImage::PixelType > >, itk::InPlaceLabelMapFilter< TImage >, itk::InPlaceLabelMapFilter< TLabelMap >, itk::InPlaceLabelMapFilter< TInputLabelMap >, otb::VectorDataToGISTableFilter< TVectorData, TGISTable >, otb::NCCRegistrationFilter< TFixedImage, TMovingImage, TDeformationField >, otb::DEMToImageGenerator< TDEMImage >, otb::LabelMapToVectorDataFilter< TLabelMap, TVectorData, TFieldsFunctor >, itk::ApproximateSignedDistanceMapImageFilter< TInputImage, TOutputImage >, itk::BilateralImageFilter< TInputImage, TOutputImage >, itk::BSplineDecompositionImageFilter< TInputImage, TOutputImage >, itk::OnePlusOneEvolutionaryOptimizer, itk::Statistics::WeightedCentroidKdTreeGenerator< TSample >, itk::BinaryImageToShapeLabelMapFilter< TInputImage, TOutputImage >, itk::NeuralNetworkFileWriter< TNetwork >, itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >, otb::FineRegistrationImageFilter< TInputImage, T0utputCorrelation, TOutputDeformationField >, otb::FourierMellinDescriptorsImageFunction< TInputImage, TCoordRep >, otb::PersistentConnectedComponentSegmentationOBIAToVectorDataFilter< TVImage, TLabelImage, TMaskImage, TOutputVectorData >, otb::ImageToEnvelopeVectorDataFilter< TInputImage, TOutputVectorData >, otb::HooverInstanceFilter< TLabelMap >, otb::LabelToProSailParameters< TLabel >, otb::SpatialisationFilter< TLabelMap >, itk::BlackTopHatImageFilter< TInputImage, TOutputImage, TKernel >, itk::BoundedReciprocalImageFilter< TInputImage, TOutputImage >, itk::EdgePotentialImageFilter< TInputImage, TOutputImage >, itk::LaplacianSharpeningImageFilter< TInputImage, TOutputImage >, itk::SubtractImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::WhiteTopHatImageFilter< TInputImage, TOutputImage, TKernel >, itk::Statistics::ImageToListAdaptor< TImage, TMeasurementVector >, itk::MatchCardinalityImageToImageMetric< TFixedImage, TMovingImage >, itk::LabelMapMaskImageFilter< TInputImage, TOutputImage >, itk::Statistics::ImageToListAdaptor< TImage, FixedArray< TImage::PixelType, 2 > >, itk::Statistics::ImageToListAdaptor< TImage, ImageJointDomainTraits< TImage >::MeasurementVectorType >, itk::Statistics::ImageToListAdaptor< TImage, FixedArray< TImage::PixelType, 1 > >, otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >, otb::OverlapSaveConvolutionImageFilter< TInputImage, TOutputImage, TBoundaryCondition >, otb::RealImageToComplexImageFilter< TInputImageRealPart, TOutputImage >, otb::KeyPointSetsMatchingFilter< TPointSet, TDistance >, otb::SinclairImageFilter< TInputImageHH, TInputImageHV, TInputImageVH, TInputImageVV, TOutputImage, TFunction >, otb::CircleGlComponent, itk::MRASlabIdentifier< TInputImage >, itk::RGBToLuminanceImageFilter< TInputImage, TOutputImage >, itk::SimpleContourExtractorImageFilter< TInputImage, TOutputImage >, itk::KernelTransform< TScalarType, NDimensions >, itk::ArchetypeSeriesFileNames, itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >, otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >, otb::MaximumAutocorrelationFactorImageFilter< TInputImage, TOutputImage >, otb::NeighborhoodMajorityVotingImageFilter< TInputImage, TOutputImage, TKernel >, otb::GenericRSTransform< TScalarType, NInputDimensions, NOutputDimensions >, otb::ReduceSpectralResponse< TSpectralResponse, TRSR >, itk::GradientImageFilter< TInputImage, TOperatorValueType, TOutputValueType >, itk::MultiplyImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::ZeroCrossingImageFilter< TInputImage, TOutputImage >, itk::GDCMImageIO, itk::NeuralNetworkFileReader< TNetwork >, itk::AdaptiveHistogramEqualizationImageFilter< TImageType >, otb::HorizontalSobelVectorImageFilter< TInputImage, TOutputImage >, otb::VerticalSobelVectorImageFilter< TInputImage, TOutputImage >, otb::JoinHistogramMIImageFilter< TInputImage1, TInputImage2, TOutputImage >, otb::FlusserPathFunction< TInputPath, TOutput, TPrecision >, otb::MapFileProductWriter< TInputImage >, otb::GenericMapProjection< TDirectionOfMapping, TScalarType, NInputDimensions, NOutputDimensions >, itk::MedianImageFilter< TInputImage, TOutputImage >, itk::NoiseImageFilter< TInputImage, TOutputImage >, itk::ImageRegionSplitter< VImageDimension >, itk::Transform< TScalarType, NInputDimensions, NOutputDimensions >, itk::BinaryImageToLabelMapFilter< TInputImage, TOutputImage >, itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >, otb::GenericMapProjection< TTransform >, itk::ImageRegionSplitter< 2 >, itk::Transform< TScalarType, NDimensions, NDimensions >, itk::Transform< TScalarType, NInputDimensions, NOutputDimensions >, itk::Transform< TScalarType, 2, 2 >, itk::Transform< TScalarType, 3, 2 >, itk::Transform< double, NInputDimensions, NOutputDimensions >, otb::CBAMIChangeDetector< TInputImage1, TInputImage2, TOutputImage >, otb::LHMIChangeDetector< TInputImage1, TInputImage2, TOutputImage >, otb::SubPixelDisparityImageFilter< TInputImage, TOutputMetricImage, TDisparityImage, TMaskImage, TBlockMatchingFunctor >, otb::ForwardFourierMellinTransformImageFilter< TPixel, TInterpol, Dimension >, otb::ImageToSURFKeyPointSetFilter< TInputImage, TOutputPointSet >, otb::TouziEdgeDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection >, otb::DEMCaracteristicsExtractor< TInputImage, TOutputImage >, otb::SinclairReciprocalImageFilter< TInputImageHH, TInputImageHV_VH, TInputImageVV, TOutputImage, TFunction >, otb::CrossGlComponent, itk::ComplexToModulusImageFilter< TInputImage, TOutputImage >, itk::ContourDirectedMeanDistanceImageFilter< TInputImage1, TInputImage2 >, itk::ContourMeanDistanceImageFilter< TInputImage1, TInputImage2 >, itk::GrayscaleConnectedOpeningImageFilter< TInputImage, TOutputImage >, itk::ActiveShapeModelGradientSearchMethod< TImage >, itk::RegionalMinimaImageFilter< TInputImage, TOutputImage >, otb::InnerProductPCAImageFilter< TInputImage, TOutputImage >, otb::RasterizeVectorDataFilter< TVectorData, TInputImage, TOutputImage >, otb::CorrelationChangeDetector< TInputImage1, TInputImage2, TOutputImage >, otb::ImageRegionNonUniformMultidimensionalSplitter< VImageDimension >, otb::PointSetToDeformationFieldGenerator< TPointSet, TDeformationField >, otb::GeodesicMorphologyIterativeDecompositionImageFilter< TImage, TStructuringElement >, otb::LeastSquareAffineTransformEstimator< TPoint >, otb::MeanShiftConnectedComponentSegmentationFilter< TVInputImage, TMaskImage, TLabelImage >, otb::ReduceSpectralResponseClassifierRAndNIR< TReduceSpectralResponse, TFunction >, itk::DemonsRegistrationFilter< TFixedImage, TMovingImage, TDeformationField >, itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >, itk::watershed::BoundaryResolver< TPixelType, TDimension >, itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >, itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >, itk::ComplexToPhaseImageFilter< TInputImage, TOutputImage >, itk::ComplexToRealImageFilter< TInputImage, TOutputImage >, itk::ExtractImageFilter< TInputImage, TOutputImage >, itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >, itk::VectorResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >, itk::Similarity2DTransform< TScalarType >, itk::PowellOptimizer, itk::LabelImageToLabelMapFilter< TInputImage, TOutputImage >, itk::LabelMapToBinaryImageFilter< TInputImage, TOutputImage >, itk::MorphologicalWatershedImageFilter< TInputImage, TOutputImage >, itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >, itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >, otb::VectorImageToAmplitudeImageFilter< TInputImage, TOutputImage >, otb::MeanDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >, otb::ImageRegionAdaptativeSplitter< VImageDimension >, otb::AdhesionCorrectionFilter< TImage, TMask >, otb::PersistentStreamingLineSegmentDetector< TImageType >, otb::ImageSeriesFileReaderBase< TImage, TInternalImage >, otb::OrthoRectificationFilter< TInputImage, TOutputImage, TMapProjection, TInterpolatorPrecision >, itk::ImageRegistrationMethod< TFixedImage, TMovingImage >, itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >, itk::watershed::Relabeler< TScalarType, TImageDimension >, itk::DirectedHausdorffDistanceImageFilter< TInputImage1, TInputImage2 >, itk::HConcaveImageFilter< TInputImage, TOutputImage >, itk::HConvexImageFilter< TInputImage, TOutputImage >, itk::MeanImageFilter< TInputImage, TOutputImage >, itk::SquareImageFilter< TInputImage, TOutputImage >, itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >, itk::CenteredTransformInitializer< TTransform, TFixedImage, TMovingImage >, itk::FFTWComplexToComplexImageFilter< float, NDimension >, itk::LabelToRGBImageFilter< TLabelImage, TOutputImage >, otb::ImageSeriesFileReaderBase< VectorImage< TPixel, 2 >, VectorImage< TInternalPixel, 2 > >, otb::ImageSeriesFileReaderBase< Image< TPixel, 2 >, Image< TInternalPixel, 2 > >, otb::ImageSeriesFileReaderBase< Image< TPixel, 2 >, VectorImage< TInternalPixel, 2 > >, itk::watershed::Relabeler< ScalarType, itkGetStaticConstMacro(ImageDimension)>, itk::CenteredTransformInitializer< VersorRigid3DTransform< double >, TFixedImage, TMovingImage >, otb::RadiometryHomogenousWithNeighborhoodDataNodeFeatureFunction< TImage, TCoordRep, TPrecision >, otb::MeanRatioImageFilter< TInputImage1, TInputImage2, TOutputImage >, otb::GISTableToLabelMapFilter< TGISTable, TLabelMap >, otb::GISTableToVectorDataFilter< TGISTable, TVectorData >, otb::HarrisImageFilter< TInputImage, TOutputImage >, otb::HuPathFunction< TInputPath, TOutput, TPrecision >, otb::LineDetectorImageFilterBase< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >, otb::RoadExtractionFilter< TInputImage, TOutputPath >, otb::VectorDataFileWriter< TInputVectorData >, otb::Statistics::ModelComponentBase< TSample >, otb::SOMWithMissingValue< TListSample, TMap, TSOMLearningBehaviorFunctor, TSOMNeighborhoodBehaviorFunctor >, otb::RCC8GraphFileWriter< TInputGraph >, itk::CollidingFrontsImageFilter< TInputImage, TOutputImage >, itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >, itk::HistogramMatchingImageFilter< TInputImage, TOutputImage, THistogramMeasurement >, itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >, itk::VoronoiSegmentationRGBImageFilter< TInputImage, TOutputImage >, itk::AbsImageFilter< TInputImage, TOutputImage >, itk::BloxImage< TBloxPixelType, TImageDimension >, itk::DataObjectDecorator< T >, itk::LandmarkBasedTransformInitializer< TTransform, TFixedImage, TMovingImage >, itk::Rigid2DTransform< TScalarType >, itk::SimpleDataObjectDecorator< T >, itk::Statistics::SampleClassifierWithMask< TSample, TMaskSample >, itk::BlackTopHatImageFilter< TInputImage, TOutputImage, TKernel >, itk::LabelMapToAttributeImageFilter< TInputImage, TOutputImage, TAttributeAccessor >, itk::LabelMapToRGBImageFilter< TInputImage, TOutputImage >, otb::VectorDataFileWriter< VectorDataType >, itk::BloxImage< BloxCoreAtomPixel< NDimension >, NDimension >, itk::BloxImage< BloxBoundaryProfilePixel< TImageDimension >, TImageDimension >, itk::BloxImage< BloxBoundaryPointPixel< TImageDimension >, TImageDimension >, otb::ContinuousMinimumMaximumImageCalculator< TInputImage >, otb::VectorDataToMapFilter< TVectorData, TImage >, otb::DisparityMapToDEMFilter< TDisparityImage, TInputImage, TOutputDEMImage, TEpipolarGridImage, TMaskImage >, otb::ComplexMomentsImageFunction< TInputImage, TCoordRep >, otb::KmzProductWriter< TInputImage >, otb::PeriodicSOM< TListSample, TMap, TSOMLearningBehaviorFunctor, TSOMNeighborhoodBehaviorFunctor >, otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >, otb::StandardImageViewer< TImage, TVectorData, TWidgetManager >, otb::ViewerController, itk::watershed::EquivalenceRelabeler< TScalarType, TImageDimension >, itk::DerivativeImageFilter< TInputImage, TOutputImage >, itk::HausdorffDistanceImageFilter< TInputImage1, TInputImage2 >, itk::Log10ImageFilter< TInputImage, TOutputImage >, itk::LogImageFilter< TInputImage, TOutputImage >, itk::SinImageFilter< TInputImage, TOutputImage >, itk::SqrtImageFilter< TInputImage, TOutputImage >, itk::ImageAdaptor< TImage, TAccessor >, itk::ImageRegionMultidimensionalSplitter< VImageDimension >, itk::NonUniformBSpline< TDimension >, itk::DiscreteGaussianDerivativeImageFilter< TInputImage, TOutputImage >, itk::ImageSpatialObject< TDimension, TPixelType >, itk::AttributeSelectionLabelMapFilter< TImage, TAttributeAccessor >, CommandIterationUpdate, itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, otb::Accessor::VectorImageToASPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, Accessor::TanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToModulusPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AbsPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ShiftScalePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToPhasePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< VectorImage< TPixelType, Dimension >, Accessor::VectorImageToImagePixelAccessor< TPixelType > >, itk::ImageAdaptor< TImage, Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToRealPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpNegativePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AcosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::RGBToLuminancePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AddPixelAccessor< TImage::PixelType > >, itk::ImageSpatialObject< TDimension, unsigned char >, itk::AttributeSelectionLabelMapFilter< TImage, Functor::LabelLabelObjectAccessor< TImage::LabelObjectType > >, otb::Wrapper::Parameter, otb::FrostImageFilter< TInputImage, TOutputImage >, otb::RemoveCarvingPathFilter< TInputImage, TInputPath, TOutputImage >, otb::SimpleRcsPanSharpeningFusionImageFilter< TPanImageType, TXsImageType, TOutputImageType, TInternalPrecision >, otb::SVMModelEstimator< InputPixelType, LabelPixelType >, otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation, TCost >, otb::LabelMapToLabelImageFilter< TInputImage, TOutputImage >, otb::ImageViewer< TPixel, TLabel >, itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >, itk::ImageMomentsCalculator< TImage >, itk::ImagePCADecompositionCalculator< TInputImage, TBasisImage >, itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >, itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >, itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage >, itk::MinimumMaximumImageFilter< TInputImage >, itk::RecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::NthElementImageAdaptor< TImage, TOutputPixelType >, itk::ObjectStore< TObjectType >, itk::LBFGSBOptimizer, itk::FFTShiftImageFilter< TInputImage, TOutputImage >, itk::GaborImageSource< TOutputImage >, itk::LabelMapToLabelImageFilter< TInputImage, TOutputImage >, itk::ValuedRegionalMaximaImageFilter< TInputImage, TOutputImage >, itk::PolygonGroupSpatialObject< TDimension >, otb::SVMModelEstimator< TInputImage::InternalPixelType, TTrainingImage::PixelType >, otb::SVMModelEstimator< TInputSampleList::MeasurementType, TTrainingSampleList::MeasurementType >, otb::SVMModelEstimator< TInputPointSet::PixelType::value_type, TTrainingPointSet::PixelType >, itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >, itk::DanielssonDistanceMapImageFilter< ImageType, ImageType >, otb::DrawLineSpatialObjectListFilter< TInputImage, TOutputImage >, otb::AddCarvingPathFilter< TInputImage, TInputPath, TOutputImage >, otb::ExtractSegmentsImageFilter< TInputImage, TOutputImage >, otb::LocalHistogramImageFunction< TInputImage, TCoordRep >, otb::RCC8GraphFileReader< TOutputGraph >, otb::Function::NoStretchRenderingFunction< TPixel, TRGBPixel, TPixelRepresentationFunction, TTransferFunction >, otb::VectorDataEditionModel, itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >, itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >, itk::OtsuMultipleThresholdsCalculator< TInputHistogram >, itk::SimplexMeshVolumeCalculator< TInputMesh >, itk::BinaryMedianImageFilter< TInputImage, TOutputImage >, itk::BloxBoundaryPointImageToBloxBoundaryProfileImageFilter< TSourceImage >, itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >, itk::SimilarityIndexImageFilter< TInputImage1, TInputImage2 >, itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >, itk::TanImageFilter< TInputImage, TOutputImage >, itk::VectorConfidenceConnectedImageFilter< TInputImage, TOutputImage >, itk::VotingBinaryIterativeHoleFillingImageFilter< TImage >, itk::PointLocator< TPointIdentifier, VPointDimension, TCoordRep, TPointsContainer >, itk::Statistics::MeanShiftModeCacheMethod< TMeasurementVector >, itk::Statistics::MembershipSample< TSample >, itk::DirectFourierReconstructionImageToImageFilter< TInputPixelType, TOutputPixelType >, itk::GridForwardWarpImageFilter< TDeformationField, TOutputImage >, itk::GridImageSource< TOutputImage >, itk::LabelMap< TLabelObject >, itk::MaskedRankImageFilter< TInputImage, TMaskImage, TOutputImage, TKernel >, itk::QuadEdgeMeshDiscreteGaussianCurvatureEstimator< TInputMesh, TOutputMesh >, itk::RankImageFilter< TInputImage, TOutputImage, TKernel >, itk::StatisticsLabelMapFilter< TImage, TFeatureImage >, itk::BinaryFillholeImageFilter< TInputImage >, itk::BinaryGrindPeakImageFilter< TInputImage >, itk::LabelSelectionLabelMapFilter< TImage >, otb::MatrixImageFilter< TInputImage, TOutputImage, TMatrix >, otb::ImageFileWriter< TInputImage >, otb::DecisionTree< AttributeValueType, LabelType >, otb::SOM< TListSample, TMap, TSOMLearningBehaviorFunctor, TSOMNeighborhoodBehaviorFunctor >, otb::LabelMapSVMClassifier< TInputLabelMap >, otb::PhysicalToRPCSensorModelImageFilter< TImage >, otb::RationalTransform< TScalarType, Dimension >, otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >, otb::Function::GaussianRenderingFunction< TPixel, TRGBPixel, TPixelRepresentationFunction, TTransferFunction >, otb::ViewerViewGUI, itk::VoronoiDiagram2D< TCoordType >, itk::ConfidenceConnectedImageFilter< TInputImage, TOutputImage >, itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleMorphologicalOpeningImageFilter< TInputImage, TOutputImage, TKernel >, itk::CenteredSimilarity2DTransform< TScalarType >, itk::CreateObjectFunction< T >, itk::Statistics::OneHiddenLayerBackPropagationNeuralNetwork< TMeasurementVector, TTargetVector >, itk::Statistics::ChiSquareDistribution, itk::Statistics::EuclideanDistance< TVector >, itk::Statistics::ImageToListGenerator< TImage, TMaskImage >, itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >, itk::Statistics::SampleToHistogramProjectionFilter< TInputSample, THistogramMeasurement >, itk::Statistics::TDistribution, itk::SimpleFuzzyConnectednessImageFilterBase< TInputImage, TOutputImage >, itk::AnchorErodeDilateImageFilter< TImage, TKernel, TFunction1, TFunction2 >, itk::CoxDeBoorBSplineKernelFunction< VSplineOrder >, itk::DiscreteHessianGaussianImageFunction< TInputImage, TOutput >, itk::SimpleContourExtractorImageFilter< TInputImage, TOutputImage >, itk::WhiteTopHatImageFilter< TInputImage, TOutputImage, TKernel >, itk::ShapeKeepNObjectsLabelMapFilter< TImage >, itk::StatisticsKeepNObjectsLabelMapFilter< TImage >, itk::Statistics::EuclideanDistance< ParameterType >, itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::less< TImage::PixelType >, std::less_equal< TImage::PixelType > >, itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::greater< TImage::PixelType >, std::greater_equal< TImage::PixelType > >, otb::StreamingResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, otb::OGRDataSourceToLabelImageFilter< TOutputImage >, otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision >, otb::PixelSuppressionByDirectionImageFilter< TInputImage, TOutputImage >, itk::BinaryThinningImageFilter< TInputImage, TOutputImage >, itk::LevelSetNeighborhoodExtractor< TLevelSet >, itk::VoronoiSegmentationImageFilter< TInputImage, TOutputImage, TBinaryPriorImage >, itk::CurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >, itk::DiscreteGaussianImageFilter< TInputImage, TOutputImage >, itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >, itk::VectorGradientAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >, itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >, itk::AutoPointerDataObjectDecorator< T >, itk::Brains2MaskImageIO, itk::IPLCommonImageIO, itk::Statistics::GaussianDensityFunction< TMeasurementVector >, itk::Statistics::GaussianDistribution, itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >, itk::HeavisideStepFunction< TInput, TOutput >, itk::RelabelLabelMapFilter< TImage >, itk::ShapeOpeningLabelMapFilter< TImage >, itk::StatisticsOpeningLabelMapFilter< TImage >, itk::StatisticsRelabelLabelMapFilter< TImage >, itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >, itk::TubeSpatialObject< TDimension, TTubePointType >, itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MinFunctor< TImage::PixelType > >, itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MaxFunctor< TImage::PixelType > >, itk::TubeSpatialObject< TDimension, VesselTubeSpatialObjectPoint< TDimension > >, itk::TubeSpatialObject< TDimension, DTITubeSpatialObjectPoint< TDimension > >, otb::Statistics::FlexibleDistanceWithMissingValue< TVector >, otb::SpectralAngleDataNodeFeatureFunction< TImage, TCoordRep, TPrecision >, otb::VectorData< TPrecision, VDimension, TValuePrecision >, otb::ImageToCarvingPathFilter< TInputImage, TOutputPath >, otb::RadiometricMomentsImageFunction< TInputImage, TCoordRep >, otb::SFSTexturesImageFilter< TInputImage, TOutputImage >, otb::StandardDSCostFunction< TDSValidationFilter >, otb::MRFSamplerRandomMAP< TInput1, TInput2 >, otb::MorphologicalPyramidSegmentationFilter< TInputImage, TOutputImage >, otb::PersistentObjectDetectionClassifier< TInputImage, TOutputVectorData, TLabel, TFunctionType >, otb::GroundSpacingImageFunction< TInputImage, TCoordRep >, otb::SensorModelBase< TScalarType, NInputDimensions, NOutputDimensions >, itk::BalloonForceFilter< TInputMesh, TOutputMesh >, itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >, itk::ReinitializeLevelSetImageFilter< TLevelSet >, itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >, itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >, itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >, itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >, itk::ShrinkImageFilter< TInputImage, TOutputImage >, itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDeformationField >, itk::CentralDifferenceImageFunction< TInputImage, TCoordRep >, itk::IdentityTransform< TScalarType, NDimensions >, itk::LinearInterpolateImageFunction< TInputImage, TCoordRep >, itk::VectorMeanImageFunction< TInputImage, TCoordRep >, itk::CumulativeGaussianOptimizer, itk::Statistics::GaussianGoodnessOfFitComponent< TInputSample >, itk::Statistics::MaskedScalarImageToGreyLevelCooccurrenceMatrixGenerator< TImageType, THistogramFrequencyContainer >, itk::LabelPerimeterEstimationCalculator< TInputImage >, itk::MergeLabelMapFilter< TImage >, itk::MINC2ImageIO, itk::MedianImageFilter< TInputImage, TOutputImage >, itk::NoiseImageFilter< TInputImage, TOutputImage >, itk::QuadEdgeMeshDiscreteMeanCurvatureEstimator< TInputMesh, TOutputMesh >, itk::ShapeRelabelLabelMapFilter< TImage >, itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::MeanAccumulator< TInputImage::PixelType, TAccumulate > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::MinimumAccumulator< TInputImage::PixelType > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::MaximumAccumulator< TInputImage::PixelType > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::SumAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::StandardDeviationAccumulator< TInputImage::PixelType, TAccumulate > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::MedianAccumulator< TInputImage::PixelType > >, itk::Statistics::MaskedScalarImageToGreyLevelCooccurrenceMatrixGenerator< TImage, THistogramFrequencyContainer >, otb::ListSampleToVariableDimensionHistogramGenerator< TListSample, THistogramMeasurement, TFrequencyContainer >, otb::PersistentInnerProductVectorImageFilter< TInputImage >, otb::PersistentMatrixTransposeMatrixImageFilter< TInputImage, TInputImage2 >, otb::TileImageFilter< TImage >, otb::VectorDataModel, itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >, itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >, itk::BSplineResampleImageFunction< TImageType, TCoordRep >, itk::DoubleThresholdImageFilter< TInputImage, TOutputImage >, itk::VTKImageExport< TInputImage >, itk::VTKImageImport< TOutputImage >, itk::Rigid3DPerspectiveTransform< TScalarType >, itk::StimulateImageIO, itk::Statistics::TwoHiddenLayerBackPropagationNeuralNetwork< TMeasurementVector, TTargetVector >, itk::Statistics::CovarianceCalculator< TSample >, itk::Statistics::ExpectationMaximizationMixtureModelEstimator< TSample >, itk::Statistics::MixtureModelComponentBase< TSample >, itk::DiscreteGaussianDerivativeImageFunction< TInputImage, TOutput >, itk::DiscreteGradientMagnitudeGaussianImageFunction< TInputImage, TOutput >, itk::LabelMapFilter< TInputImage, TOutputImage >, itk::QuadEdgeMeshEulerOperatorJoinVertexFunction< TMesh, TQEType >, itk::VectorLinearInterpolateNearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >, itk::DTITubeSpatialObject< TDimension >, itk::GaussianSpatialObject< TDimension >, itk::SpatialObjectTreeContainer< TDimension >, itk::VesselTubeSpatialObject< TDimension >, itk::AttributeRelabelLabelMapFilter< TImage, TAttributeAccessor >, itk::LabelMapFilter< TInputImage, TInputImage >, itk::LabelMapFilter< TLabelMap, TLabelMap >, itk::LabelMapFilter< LabelMapWithAdjacency< TLabelObject >, LabelMapWithAdjacency< TLabelObject > >, itk::LabelMapFilter< TInputLabelMap, TOutputImage >, itk::LabelMapFilter< TImage, TImage >, itk::LabelMapFilter< TInputLabelMap, TInputLabelMap >, otb::FunctionToImageFilter< TInputImage, TOutputImage, TFunction >, otb::LabelizeNeighborhoodConnectedImageFilter< TInputImage, TOutputImage >, otb::LeeImageFilter< TInputImage, TOutputImage >, otb::PersistentHistogramVectorImageFilter< TInputImage >, otb::PersistentMinMaxVectorImageFilter< TInputImage >, otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >, otb::PersistentVectorImageToMatrixFilter< TInputImage >, otb::ImageFunctionAdaptor< TInternalImageFunctionType, TOutputPrecision >, otb::ImageToEdgePathFilter< TInputImage, TOutputPath >, otb::VectorDataToRoadDescriptionFilter< TVectorData, TOpticalImage >, otb::SparseUnmixingImageFilter< TInputImage, TOutputImage, VNbInputImage, TPrecision, TMotherWaveletOperator >, otb::StreamingImageVirtualWriter< TInputImage >, otb::ConfusionMatrixCalculator< TRefListLabel, TProdListLabel >, otb::MRFEnergyGaussian< TInput1, TInput2 >, otb::MorphologicalClosingProfileFilter< TInputImage, TOutputImage, TStructuringElement >, otb::MorphologicalOpeningProfileFilter< TInputImage, TOutputImage, TStructuringElement >, otb::PersistentDescriptorsListSampleGenerator< TInputImage, TVectorData, TFunctionType, TListSample, TLabelListSample >, otb::ForwardSensorModel< TScalarType, NInputDimensions, NOutputDimensions >, otb::InverseSensorModel< TScalarType, NInputDimensions, NOutputDimensions >, otb::PolarimetricData, otb::AtmosphericEffects< TSpectralResponse, TRSR >, otb::RPCProjectionAdapter, otb::Function::SquareRootRenderingFunction< TPixel, TRGBPixel, TPixelRepresentationFunction, TTransferFunction >, itk::ConnectedRegionsMeshFilter< TInputMesh, TOutputMesh >, itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >, itk::KappaStatisticImageToImageMetric< TFixedImage, TMovingImage >, itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >, itk::AccumulateImageFilter< TInputImage, TOutputImage >, itk::BloxCoreAtomImage< NDimension >, itk::CenteredRigid2DTransform< TScalarType >, itk::CovarianceImageFunction< TInputImage, TCoordRep >, itk::Rigid3DTransform< TScalarType >, itk::ScatterMatrixImageFunction< TInputImage, TCoordRep >, itk::CumulativeGaussianCostFunction, itk::AggregateLabelMapFilter< TImage >, itk::QuadEdgeMeshDiscreteMaxCurvatureEstimator< TInputMesh, TOutputMesh >, itk::QuadEdgeMeshDiscreteMinCurvatureEstimator< TInputMesh, TOutputMesh >, itk::StochasticFractalDimensionImageFilter< TInputImage, TMaskImage, TOutputImage >, itk::BlobSpatialObject< TDimension >, itk::ContourSpatialObject< TDimension >, itk::ImageMaskSpatialObject< TDimension >, itk::AttributeKeepNObjectsLabelMapFilter< TImage, TAttributeAccessor >, itk::AttributeOpeningLabelMapFilter< TImage, TAttributeAccessor >, otb::FunctionToImageFilter< TInputImage, TOutputImage, SarBrightnessFunction< TInputImage > >, otb::FunctionToImageFilter< TInputImage, TOutputImage, SarRadiometricCalibrationFunction< TInputImage > >, itk::AttributeOpeningLabelMapFilter< TImage, Functor::AttributesMapLabelObjectAccessor< TImage::LabelObjectType > >, otb::Statistics::EuclideanDistanceWithMissingValue< TVector >, otb::PersistentStreamingStatisticsMapFromLabelImageFilter< TInputVectorImage, TLabelImage >, otb::VarianceImageFilter< TInputImage, TOutputImage >, otb::DrawLineSpatialObjectFilter< TInputImage, TOutputImage >, otb::VectorDataProperties< TVectorData >, otb::DisparityMapEstimationMethod< TFixedImage, TMovingImage, TPointSet >, otb::SVMClassifier< TSample, TLabel >, otb::WaveletTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation >, otb::LabelMapWithClassLabelToClassLabelImageFilter< TInputImage, TOutputImage >, otb::GenericRSResampleImageFilter< TInputImage, TOutputImage >, otb::ImageToGenericRSOutputParameters< TImage >, otb::WatershedSegmentationFilter< TInputImage, TOutputLabelImage >, itk::BinaryPruningImageFilter< TInputImage, TOutputImage >, itk::VoronoiDiagram2DGenerator< TCoordType >, itk::DeformationFieldSource< TOutputImage >, itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >, itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >, itk::BSplineInterpolationWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >, itk::VersorTransform< TScalarType >, itk::FRPROptimizer, itk::Statistics::MembershipSampleGenerator< TInputSample, TClassMaskSample >, itk::ChangeLabelLabelMapFilter< TImage >, itk::MRCImageIO, itk::MeanImageFilter< TInputImage, TOutputImage >, itk::ShapeUniqueLabelMapFilter< TImage >, itk::ShiftScaleLabelMapFilter< TImage >, itk::MeshSpatialObject< TMesh >, otb::Statistics::EuclideanDistanceWithMissingValuePow2< TVector >, otb::VectorDataToLabelImageFilter< TVectorData, TOutputImage >, otb::ListSampleGenerator< TImage, TVectorData >, otb::SOMMap< TNeuron, TDistance, VMapDimension >, otb::MRFEnergyPotts< TInput1, TInput2 >, otb::ImageToLabelMapWithAttributesFilter< TInputImage, TLabeledImage, TLabel, TLabelObject >, otb::MinMaxAttributesLabelMapFilter< TInputImage >, otb::LabeledSampleLocalizationGenerator< TVectorData >, otb::SarBrightnessFunction< TInputImage, TCoordRep >, otb::SarRadiometricCalibrationFunction< TInputImage, TCoordRep >, otb::Function::AlphaBlendingFunction< TInputRGBPixel1, TInputRGBPixel2, TOutputRGBPixel >, otb::Wrapper::CommandLineLauncher, itk::MedialNodePairCorrespondenceProcess< TSourceImage >, itk::MedialNodeTripletCorrespondenceProcess< TSourceImage >, itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >, itk::PointSetToSpatialObjectDemonsRegistration< TFixedPointSet, TMovingSpatialObject >, itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >, itk::MeanImageFunction< TInputImage, TCoordRep >, itk::SparseImage< TNode, VImageDimension >, itk::Statistics::WeightedMeanCalculator< TSample >, itk::AtanRegularizedHeavisideStepFunction< TInput, TOutput >, itk::KappaSigmaThresholdImageFilter< TInputImage, TMaskImage, TOutputImage >, itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleMorphologicalOpeningImageFilter< TInputImage, TOutputImage, TKernel >, itk::MorphologicalGradientImageFilter< TInputImage, TOutputImage, TKernel >, itk::PhilipsRECImageIO, itk::SinRegularizedHeavisideStepFunction< TInput, TOutput >, itk::BinaryReconstructionLabelMapFilter< TImage, TMarkerImage, TAttributeAccessor >, itk::LabelReconstructionLabelMapFilter< TImage, TMarkerImage, TAttributeAccessor >, otb::BinaryImageDensityFunction< TInputImage, TCoordRep >, otb::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >, otb::AssymmetricFusionOfLineDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >, otb::ParallelLinePathListFilter< TPath >, otb::SVMImageModelEstimator< TInputImage, TTrainingImage >, otb::SubsampleImageFilter< TInputImage, TOutputImage, TDirectionOfTransformation >, otb::GeographicalDistance< TVector >, otb::WaterSqrtSpectralAngleImageFilter< TInputVectorImage, TOutputImage, TFunction >, otb::RCC8Graph< TVertex >, otb::SensorModelAdapter, itk::MRIBiasEnergyFunction< TImage, TImageMask, TBiasField >, itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >, itk::RandomImageSource< TOutputImage >, itk::FastMutexLock, itk::MahalanobisDistanceThresholdImageFunction< TInputImage, TCoordRep >, itk::GDCMSeriesFileNames, itk::QuaternionRigidTransformGradientDescentOptimizer, itk::VersorTransformOptimizer, itk::Statistics::NeighborhoodSampler< TSample >, itk::Statistics::SelectiveSubsampleGenerator< TInputSample, TClassMaskSample >, itk::ComplexBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >, itk::StatisticsUniqueLabelMapFilter< TImage >, itk::VoxBoCUBImageIO, itk::SurfaceSpatialObject< TDimension >, otb::FunctionWithNeighborhoodToImageFilter< TInputImage, TOutputImage, TFunction >, otb::KeyPointDensityImageFilter< TInputImage, TOutputImage, TDetector >, otb::LabelizeImageFilterBase< TInputImage, TOutputImage, TFilter >, otb::ListSampleToHistogramListGenerator< TListSample, THistogramMeasurement, TFrequencyContainer >, otb::SpectralAngleDistanceImageFilter< TInputImage, TOutputImage >, otb::PersistentMinMaxImageFilter< TInputImage >, otb::PersistentStatisticsImageFilter< TInputImage >, otb::TransformPointSetFilter< TInputPointSet, TOutputPointSet, TTransform >, otb::VectorDataExtractROI< TVectorData >, otb::NeighborhoodScalarProductFilter< TInputImage, TOutputModulus, TOutputDirection >, otb::TileMapImageIO, otb::Statistics::ListSampleToBalancedListSampleFilter< TInputSampleList, TLabelSampleList, TOutputSampleList >, otb::SVMCrossValidationCostFunction< TModel >, otb::SVMPointSetModelEstimator< TInputPointSet, TTrainingPointSet >, otb::MRFSamplerRandom< TInput1, TInput2 >, otb::MorphologicalPyramidAnalysisFilter< TInputImage, TOutputImage, TMorphoFilter >, otb::GluPolygonDrawingHelper, otb::ImageLayerGenerator< TImageLayer >, otb::ImageLayerRenderingModel< TOutputImage, TLayer >, itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >, itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::FlipImageFilter< TImage >, itk::GradientAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >, itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleFunctionErodeImageFilter< TInputImage, TOutputImage, TKernel >, itk::JoinSeriesImageFilter< TInputImage, TOutputImage >, itk::RegionOfInterestImageFilter< TInputImage, TOutputImage >, itk::VotingBinaryHoleFillingImageFilter< TInputImage, TOutputImage >, itk::ScaleSkewVersor3DTransform< TScalarType >, itk::StdStreamLogOutput, itk::GE5ImageIO, itk::AmoebaOptimizer, itk::VersorRigid3DTransformOptimizer, itk::Statistics::GaussianMixtureModelComponent< TSample >, itk::Statistics::ImageToHistogramGenerator< TImageType >, itk::BSplineDeformableTransformInitializer< TTransform, TImage >, itk::CropLabelMapFilter< TInputImage >, itk::PadLabelMapFilter< TInputImage >, itk::RegionFromReferenceLabelMapFilter< TInputImage >, itk::LandmarkSpatialObject< TDimension >, itk::LineSpatialObject< TDimension >, itk::SceneSpatialObject< TSpaceDimension >, otb::LabelizeImageFilterBase< TInputImage, TOutputImage, itk::ConnectedThresholdImageFilter< TInputImage, TOutputImage > >, otb::LabelizeImageFilterBase< TInputImage, TOutputImage, itk::NeighborhoodConnectedImageFilter< TInputImage, TOutputImage > >, otb::LabelizeImageFilterBase< TInputImage, TOutputImage, itk::ConfidenceConnectedImageFilter< TInputImage, TOutputImage > >, itk::LineSpatialObject< 2 >, otb::ImportImageFilter< TOutputImageType >, otb::ImportVectorImageFilter< TOutputImageType >, otb::MNFImageFilter< TInputImage, TOutputImage, TNoiseImageFilter, TDirectionOfTransformation >, otb::NDVIDataNodeFeatureFunction< TImage, TCoordRep, TPrecision >, otb::PersistentCompareImageFilter< TInputImage >, otb::RealMomentsImageFunction< TInputImage, TCoordRep >, otb::ScalarImageToPanTexTextureFilter< TInpuImage, TOutputImage >, otb::FusionImageBase< TInputMultiSpectralImage, TInputMultiSpectralInterpImage, TInputPanchroImage, TOutputImage, TFunctor >, otb::ImageSeriesFileReader< TImage, TInternalImage >, otb::SEMClassifier< TInputImage, TOutputImage >, otb::MultiChannelsPolarimetricSynthesisFilter< TInputImage, TOutputImage, TFunction >, otb::ImageToImageRCC8Calculator< TInputImage >, otb::ImageLayer< TImage, TOutputImage >, itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >, itk::watershed::SegmentTable< TScalarType >, itk::ChangeInformationImageFilter< TInputImage >, itk::BinaryThresholdSpatialFunction< TFunction >, itk::ImageDuplicator< TInputImage >, itk::ImportImageContainer< TElementIdentifier, TElement >, itk::QuaternionRigidTransform< TScalarType >, itk::Similarity3DTransform< TScalarType >, itk::SumOfSquaresImageFunction< TInputImage, TCoordRep >, itk::TreeContainer< TValueType >, itk::GradientDescentOptimizer, itk::SymmetricEigenSystem< TMatrixElement, VNumberOfRows >, itk::Statistics::ListSample< TMeasurementVector >, itk::Statistics::MeanCalculator< TSample >, itk::Statistics::SampleMeanShiftBlurringFilter< TSample >, itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >, itk::QuadEdgeMeshBoundaryEdgesMeshFunction< TMesh >, itk::QuadEdgeMeshTopologyChecker< TMesh >, otb::FusionImageBase< TInputMultiSpectralImage, TInputMultiSpectralInterpImage, TInputPanchroImage, TOutputImage, Functor::BayesianFunctor< TInputMultiSpectralImage::PixelType, TInputMultiSpectralInterpImage::PixelType, TInputPanchroImage::PixelType, TOutputImage::PixelType > >, itk::TreeContainer< itk::SpatialObject< TDimension > * >, itk::Statistics::ListSample< TInputImage::PixelType >, otb::LabelizeConfidenceConnectedImageFilter< TInputImage, TOutputImage >, otb::ParserConditionDataNodeFeatureFunction< TImage, TCoordRep, TPrecision >, otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >, otb::VectorImageToIntensityImageFilter< TInputImage, TOutputImage >, otb::StreamingWarpImageFilter< TInputImage, TOutputImage, TDeformationField >, otb::LocalHoughFilter< TInputImage >, otb::SiftFastImageFilter< TInputImage, TOutputPointSet >, otb::ImageFileReader< TOutputImage >, otb::MRFEnergy< TInput1, TInput2 >, otb::MRFEnergyGaussianClassification< TInput1, TInput2 >, otb::MRFOptimizerMetropolis, otb::MRFSamplerMAP< TInput1, TInput2 >, otb::GeometricSarSensorModelAdapter, otb::MapProjectionAdapter, otb::ImageViewerFullWidget< TPixel, TLabel >, itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >, itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >, itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::RGBGibbsPriorFilter< TInputImage, TClassifiedImage >, itk::DifferenceOfGaussiansGradientImageFilter< TInputImage, TDataType >, itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >, itk::NonThreadedShrinkImageFilter< TInputImage, TOutputImage >, itk::PermuteAxesImageFilter< TImage >, itk::PolylineMask2DImageFilter< TInputImage, TPolyline, TOutputImage >, itk::VotingBinaryImageFilter< TInputImage, TOutputImage >, itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >, itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >, itk::Euler3DTransform< TScalarType >, itk::GaussianDerivativeImageFunction< TInputImage, TOutput >, itk::LoggerManager, itk::MedianImageFunction< TInputImage, TCoordRep >, itk::VarianceImageFunction< TInputImage, TCoordRep >, itk::VersorRigid3DTransform< TScalarType >, itk::GE4ImageIO, itk::GEAdwImageIO, itk::RawImageIO< TPixel, VImageDimension >, itk::BinaryMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >, itk::BinaryMorphologicalOpeningImageFilter< TInputImage, TOutputImage, TKernel >, itk::GaborKernelFunction, itk::ArrowSpatialObject< TDimension >, otb::BoxAndWhiskerImageFilter< TInputImage >, otb::ImageListToSingleImageFilter< TInputImageType >, otb::NAPCAImageFilter< TInputImage, TOutputImage, TNoiseImageFilter, TDirectionOfTransformation >, otb::PCAImageFilter< TInputImage, TOutputImage, TDirectionOfTransformation >, otb::PersistentVectorizationImageFilter< TInputImage, TOutputPath >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, TFunction >, otb::VectorDataToRandomLineGenerator< TVectorData >, otb::RAMDrivenAdaptativeStreamingManager< TImage >, otb::VariableLengthVectorConverter< TInputType, TPrecisionType >, otb::ImageToModulusAndDirectionImageFilter< TInputImage, TOutputImage, TOutputImageDirection >, otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >, otb::ModulusAndDirectionImageToImageFilter< TInputImage, TInputImageDirection, TOutputImage >, otb::MRFEnergyEdgeFidelity< TInput1, TInput2 >, otb::PolygonToPolygonRCC8Calculator< TInputPolygon >, otb::PlatformPositionAdapter, otb::ImageViewerZoomWidget< TPixel, TLabel >, otb::GlWidget, otb::Function::UniformAlphaBlendingFunction< TInputRGBPixel1, TInputRGBPixel2, TOutputRGBPixel >, itk::OtsuMultipleThresholdsImageFilter< TInputImage, TOutputImage >, itk::CheckerBoardImageFilter< TImage >, itk::EigenAnalysis2DImageFilter< TInputImage, TEigenValueImage, TEigenVectorImage >, itk::GetAverageSliceImageFilter< TInputImage, TOutputImage >, itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >, itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >, itk::BloxBoundaryProfileImage< TImageDimension >, itk::MaximumRatioDecisionRule, itk::ThreadLogger, itk::Version, itk::XMLFileOutputWindow, itk::DICOMSeriesFileNames, itk::ImageSeriesReader< TOutputImage >, itk::SiemensVisionImageIO, itk::Statistics::LogLikelihoodGoodnessOfFitFunction< TInputHistogram >, itk::Statistics::PointSetToListAdaptor< TPointSet >, itk::BasicDilateImageFilter< TInputImage, TOutputImage, TKernel >, itk::LinearInterpolateImageFunction< TInputImage, TCoordRep >, itk::PlaneSpatialObject< TDimension >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::ReflectanceToSurfaceReflectanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::ImageToLuminanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::ImageToReflectanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::LuminanceToReflectanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >, otb::ImageToModulusAndDirectionImageFilter< TInputImage, TOutputModulus, TOutputDirection >, otb::ModulusAndDirectionImageToImageFilter< TInputModulus, TInputDirection, TOutputImage >, otb::ConcatenateVectorDataFilter< TVectorData >, otb::DrawPathListFilter< TInputImage, TInputPath, TOutputImage >, otb::MetaImageFunction< TOutputPrecision, TCoordRep >, otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >, otb::GDALImageIO, otb::Statistics::GaussianAdditiveNoiseSampleListFilter< TInputSampleList, TOutputSampleList >, otb::Statistics::GaussianModelComponent< TSample >, otb::Statistics::ShiftScaleSampleListFilter< TInputSampleList, TOutputSampleList >, otb::MRFEnergyFisherClassification< TInput1, TInput2 >, otb::MorphologicalPyramid::Segmenter< TInputImage, TOutputImage >, otb::SarParametricMapFunction< TInputImage, TCoordRep >, otb::SatelliteRSR< TPrecision, TValuePrecision >, otb::ImageAlternateViewer< TPixel >, otb::ImageViewerScrollWidget< TPixel, TLabel >, itk::FFTWRealToComplexConjugateImageFilter< TPixel, VDimension >, itk::GradientVectorFlowImageFilter< TInputImage, TOutputImage, TInternalPixel >, itk::BloxBoundaryPointToCoreAtomImageFilter< dim >, itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >, itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >, itk::ImportImageFilter< TPixel, VImageDimension >, itk::InterpolateImageFilter< TInputImage, TOutputImage >, itk::MirrorPadImageFilter< TInputImage, TOutputImage >, itk::NormalizedCorrelationImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >, itk::ShiftScaleInPlaceImageFilter< TInputImage >, itk::WrapPadImageFilter< TInputImage, TOutputImage >, itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >, itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >, itk::SphereSignedDistanceFunction< TCoordRep, VSpaceDimension >, itk::NiftiImageIO, itk::SpatialObjectReader< NDimensions, PixelType, TMeshTraits >, itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >, itk::Statistics::MahalanobisDistanceMembershipFunction< TVector >, itk::AutoCropLabelMapFilter< TInputImage >, itk::WarpHarmonicEnergyCalculator< TInputImage >, itk::EllipseSpatialObject< TDimension >, otb::Wrapper::DocExampleStructure, otb::ImageListToImageListApplyFilter< TInputImageList, TOutputImageList, TFilter >, otb::LabelizeConnectedThresholdImageFilter< TInputImage, TOutputImage >, otb::PerBandVectorImageFilter< TInputImage, TOutputImage, TFilter >, otb::QuaternaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TInputImage4, TOutputImage, TFunction >, otb::GenericInterpolateImageFunction< TInputImage, TFunction, TBoundaryCondition, TCoordRep >, otb::ImageToLineSpatialObjectListFilter< TInputImage >, otb::PathListToHistogramGenerator< TPath, TFunction >, otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType >, otb::CompacityPathFunction< TInputPath, TOutput >, otb::LinkPathListFilter< TPath >, otb::VectorDataToRightAngleVectorDataFilter< TVectorData >, otb::AtmosphericCorrectionParameters, otb::ImageWidgetPolygonForm< TValue >, otb::Function::MultiplyBlendingFunction< TInputRGBPixel1, TInputRGBPixel2, TOutputRGBPixel >, itk::PyCommand, itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::watershed::SegmentTree< TScalarType >, itk::StatisticsImageFilter< TInputImage >, itk::TileImageFilter< TInputImage, TOutputImage >, itk::EquivalencyTable, itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >, itk::GaussianBlurImageFunction< TInputImage, TOutput >, itk::LoggerOutput, itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >, itk::OneWayEquivalencyTable, itk::ScalableAffineTransform< TScalarType, NDimensions >, itk::ScaleVersor3DTransform< TScalarType >, itk::SegmentationRegion, itk::TreeNode< TValueType >, itk::NumericSeriesFileNames, itk::PolygonGroupSpatialObjectXMLFileReader, itk::SPSAOptimizer, itk::Statistics::DistanceToCentroidMembershipFunction< TVector >, itk::BasicErodeImageFilter< TInputImage, TOutputImage, TKernel >, itk::VanHerkGilWermanDilateImageFilter< TImage, TKernel >, itk::PointBasedSpatialObject< TDimension >, otb::QuaternaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, TOutputImage, TOutputImage, Functor::MultiScaleConvexOrConcaveDecisionRule< TInputImage::PixelType, TOutputImage::PixelType > >, otb::QuaternaryFunctorImageFilter< TInputImageHH, TInputImageHV, TInputImageVH, TInputImageVV, TOutputImage, TFunction >, otb::GenericInterpolateImageFunction< TInputImage, Function::WelchWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, otb::GenericInterpolateImageFunction< TInputImage, Function::CosineWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, otb::GenericInterpolateImageFunction< TInputImage, TWindowFunction, TBoundaryCondition, TCoordRep >, otb::GenericInterpolateImageFunction< TInputImage, Function::GaussianWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, otb::GenericInterpolateImageFunction< TInputImage, Function::ProlateFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, otb::GenericInterpolateImageFunction< TInputImage, Function::BlackmanWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, otb::GenericInterpolateImageFunction< TInputImage, Function::LanczosWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, otb::GenericInterpolateImageFunction< TInputImage, Function::HammingWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, itk::TreeNode< SpatialObject< TDimension > * >, itk::TreeNode< ValueType >, itk::PointBasedSpatialObject< VDimension >, otb::AngularProjectionSetImageFilter< TInputImage, TOutputImage, TAngleList, TPrecision >, otb::ClosingOpeningMorphologicalFilter< TInputImage, TOutputImage, TKernel >, otb::HillShadingFilter< TInputImage, TOutputImage >, otb::LabelImageRegionPruningFilter< TInputLabelImage, TInputSpectralImage, TOutputLabelImage, TOutputClusteredImage >, otb::LogPolarTransform< TScalarType >, otb::OpeningClosingMorphologicalFilter< TInputImage, TOutputImage, TKernel >, otb::RandomPointSetSource< TOutputPointSet >, otb::ExtractROIBase< TInputImage, TOutputImage >, otb::HistogramStatisticsFunction< TInputHistogram, TOutput >, otb::LabelImageToOGRDataSourceFilter< TInputImage >, otb::TileDimensionTiledStreamingManager< TImage >, otb::VectorizationPathListFilter< TInputModulus, TInputDirection, TOutputPath >, otb::KMLVectorDataIO, otb::OGRIOHelper, otb::ExhaustiveExponentialOptimizer, otb::SOMClassifier< TSample, TSOMMap, TLabel >, otb::SVMImageClassificationWithRuleFilter< TInputImage, TOutputImage, TMaskImage >, otb::MorphologicalPyramid::Resampler< TInputImage, TOutputImage >, otb::MorphologicalPyramidSynthesisFilter< TInputImage, TOutputImage >, otb::TileMapTransform< TTransformDirection, TScalarType, NInputDimensions, NOutputDimensions >, otb::AtmosphericCorrectionParametersTo6SAtmosphericRadiativeTerms, otb::MultiChannelRAndBAndNIRIndexImageFilter< TInputImage, TOutputImage, TFunction >, otb::MultiChannelRAndGAndNIRIndexImageFilter< TInputImage, TOutputImage, TFunction >, otb::RAndBAndNIRIndexImageFilter< TInputImageR, TInputImageB, TInputImageNIR, TOutputImage, TFunction >, otb::RAndGAndNIRIndexImageFilter< TInputImageR, TInputImageG, TInputImageNIR, TOutputImage, TFunction >, otb::ProspectModel, otb::SailModel, otb::GeometriesSet, otb::ImageViewerHistogramAndTransferFunctionWidget< THistogram, TPixel, TLabel >, otb::ImageWidget< TInputImage >, itk::bio::CellularAggregate< NSpaceDimension >, itk::NormalizedCorrelationImageToImageMetric< TFixedImage, TMovingImage >, itk::ImageToVectorImageFilter< TInputImage >, itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >, itk::StreamingImageFilter< TInputImage, TOutputImage >, itk::TwoOutputExampleImageFilter< TImage >, itk::AddImageAdaptor< TImage >, itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >, itk::GaussianDerivativeSpatialFunction< TOutput, VImageDimension, TInput >, itk::GaussianSpatialFunction< TOutput, VImageDimension, TInput >, itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >, itk::SegmentationBorder, itk::Win32OutputWindow, itk::Statistics::ErrorBackPropagationLearningFunctionBase< LayerType, TTargetVector >, itk::Statistics::DenseFrequencyContainer, itk::Statistics::GoodnessOfFitFunctionBase< TInputHistogram >, itk::Statistics::SampleMeanShiftClusteringFilter< TSample >, itk::Statistics::WeightedCovarianceCalculator< TSample >, itk::ChangeRegionLabelMapFilter< TInputImage >, itk::Functor::CustomColormapFunctor< TScalar, TRGBPixel >, itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >, itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >, itk::MovingHistogramErodeImageFilter< TInputImage, TOutputImage, TKernel >, itk::RobustAutomaticThresholdImageFilter< TInputImage, TGradientImage, TOutputImage >, itk::VanHerkGilWermanErodeImageFilter< TImage, TKernel >, itk::BoxSpatialObject< TDimension >, itk::GroupSpatialObject< TDimension >, otb::ExtractROIBase< VectorImage< TInputPixelType, 2 >, VectorImage< TOutputPixelType, 2 > >, otb::ExtractROIBase< Image< TInputPixel, 2 >, Image< TOutputPixel, 2 > >, otb::ExtractROIBase< VectorImage< TInputPixelType, 2 >, Image< TOutputPixelType, 2 > >, itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< ::itk::GetImageDimension< TInputImage >::ImageDimension > > >, otb::InverseLogPolarTransform< TScalarType >, otb::LabelImageRegionMergingFilter< TInputLabelImage, TInputSpectralImage, TOutputLabelImage, TOutputClusteredImage >, otb::SpatialObjectToImageDrawingFilter< TInputSpatialObject, TOutputImage >, otb::BinaryFunctorNeighborhoodImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >, otb::MultiToMonoChannelExtractROI< TInputPixelType, TOutputPixelType >, otb::PersistentFilterStreamingDecorator< TFilter >, otb::BSplinesInterpolateTransformDeformationFieldGenerator< TPointSet, TDeformationField >, otb::VectorDataToSpecificDescriptionFilterBase< TVectorData >, otb::LocalRxDetectorFilter< TInputImage, TOutputImage >, otb::LocalRxDetectorNonThreadFilter< TInputImage, TOutputImage >, otb::ImageToOSMVectorDataGenerator< TImage >, otb::KMeansImageClassificationFilter< TInputImage, TOutputImage, VMaxSampleDimension, TMaskImage >, otb::ImageToProfileFilter< TInputImage, TOutputImage, TFilter, TParameter >, otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >, otb::AttributesMapOpeningLabelMapFilter< TImage >, otb::GeocentricTransform< TDirectionOfMapping, TScalarType, NInputDimensions, NOutputDimensions >, otb::MultiChannelGAndRIndexImageFilter< TInputImage, TOutputImage, TFunction >, otb::MultiChannelRAndNIRIndexImageFilter< TInputImage, TOutputImage, TFunction >, otb::TestHelper, otb::ImageWidgetFormBase, itk::FFTWComplexConjugateToRealImageFilter< TPixel, VDimension >, itk::IsolatedWatershedImageFilter< TInputImage, TOutputImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::OtsuThresholdImageCalculator< TInputImage >, itk::OtsuThresholdImageFilter< TInputImage, TOutputImage >, itk::ChainCodeToFourierSeriesPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >, itk::ExtractOrthogonalSwath2DImageFilter< TImage >, itk::PadImageFilter< TInputImage, TOutputImage >, itk::ScalarToArrayCastImageFilter< TInputImage, TOutputImage >, itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >, itk::SpatialObjectToImageFilter< TInputSpatialObject, TOutputImage >, itk::ThresholdImageFilter< TImage >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >, itk::EllipsoidInteriorExteriorSpatialFunction< VDimension, TInput >, itk::Euler2DTransform< TScalarType >, itk::MeshSource< TOutputMesh >, itk::MultipleLogOutput, itk::PathSource< TOutputPath >, itk::ProgressAccumulator, itk::ScaleTransform< TScalarType, NDimensions >, itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >, itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >, itk::VectorNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >, itk::TransformFileReader, itk::Statistics::ErrorBackPropagationLearningWithMomentum< LayerType, TTargetVector >, itk::CylinderSpatialObject, itk::BinaryClosingByReconstructionImageFilter< TInputImage, TKernel >, itk::BinaryOpeningByReconstructionImageFilter< TInputImage, TKernel >, otb::BinaryFunctorNeighborhoodImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::LHMI< itk::ConstNeighborhoodIterator< TInputImage1 >, itk::ConstNeighborhoodIterator< TInputImage2 >, TOutputImage::PixelType > >, otb::BinaryFunctorNeighborhoodImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::KullbackLeiblerSupervizedDistance< itk::ConstNeighborhoodIterator< TInputImage1 >, itk::ConstNeighborhoodIterator< TInputImage2 >, TInputROIImage, TOutputImage::PixelType > >, otb::BinaryFunctorNeighborhoodImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::KullbackLeiblerDistance< itk::ConstNeighborhoodIterator< TInputImage1 >, itk::ConstNeighborhoodIterator< TInputImage2 >, TOutputImage::PixelType > >, otb::BinaryFunctorNeighborhoodImageFilter< TInputImage1, TInputImage2, TOutputImage, MyChangeDetector< itk::ConstNeighborhoodIterator< TInputImage1 >, itk::ConstNeighborhoodIterator< TInputImage2 >, TOutputImage::PixelType > >, otb::BinaryFunctorNeighborhoodImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::MeanDifference< itk::ConstNeighborhoodIterator< TInputImage1 >, itk::ConstNeighborhoodIterator< TInputImage2 >, TOutputImage::PixelType > >, otb::BinaryFunctorNeighborhoodImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::MeanRatio< itk::ConstNeighborhoodIterator< TInputImage1 >, itk::ConstNeighborhoodIterator< TInputImage2 >, TOutputImage::PixelType > >, otb::BinaryFunctorNeighborhoodImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::CrossCorrelation< itk::ConstNeighborhoodIterator< TInputImage1 >, itk::ConstNeighborhoodIterator< TInputImage2 >, TOutputImage::PixelType > >, otb::BinaryFunctorNeighborhoodImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::CBAMI< itk::ConstNeighborhoodIterator< TInputImage1 >, itk::ConstNeighborhoodIterator< TInputImage2 >, TOutputImage::PixelType > >, otb::PersistentFilterStreamingDecorator< PersistentMatrixTransposeMatrixImageFilter< TInputImage1, TInputImage2 > >, otb::PersistentFilterStreamingDecorator< PersistentStreamingStatisticsMapFromLabelImageFilter< TInputVectorImage, TLabelImage > >, otb::PersistentFilterStreamingDecorator< PersistentInnerProductVectorImageFilter< TInputImage > >, otb::PersistentFilterStreamingDecorator< PersistentHistogramVectorImageFilter< TInputImage > >, otb::PersistentFilterStreamingDecorator< PersistentMinMaxVectorImageFilter< TInputImage > >, otb::PersistentFilterStreamingDecorator< PersistentShrinkImageFilter< TInputImage, TOutputImage > >, otb::PersistentFilterStreamingDecorator< PersistentMinMaxImageFilter< TInputImage > >, otb::PersistentFilterStreamingDecorator< PersistentDescriptorsListSampleGenerator< TInputImage, TVectorData, itk::FunctionBase< itk::Point< TCoordRep, 2 >, DefaultDescriptorsType< TOutputPrecision >::Type >, TListSample, TLabelListSample > >, otb::PersistentFilterStreamingDecorator< PersistentImageToOGRLayerSegmentationFilter< TImageType, TSegmentationFilter > >, otb::PersistentFilterStreamingDecorator< PersistentVectorImageToMatrixFilter< TInputImage > >, otb::PersistentFilterStreamingDecorator< PersistentObjectDetectionClassifier< TInputImage, TOutputVectorData, TLabel, itk::FunctionBase< itk::Point< TCoordRep, 2 >, DefaultDescriptorType< TFunctionPrecision >::Type > > >, otb::PersistentFilterStreamingDecorator< PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision > >, otb::PersistentFilterStreamingDecorator< PersistentStatisticsImageFilter< TInputImage > >, otb::PersistentFilterStreamingDecorator< PersistentCompareImageFilter< TInputImage > >, otb::ImageToProfileFilter< TInputImage, TOutputImage, itk::OpeningByReconstructionImageFilter< TInputImage, TOutputImage, TStructuringElement >, unsigned int >, otb::ImageToProfileFilter< TInputImage, TOutputImage, itk::ClosingByReconstructionImageFilter< TInputImage, TOutputImage, TStructuringElement >, unsigned int >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Atan< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cos< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Acos< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ChangeLabel< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ProjectiveProjectionFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< FeatureImageType, ImageType, Functor::Cast< FeatureImageType::PixelType, ImageType::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SubtractConstantFrom< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TLabelImage, TOutputImage, Functor::LabelToRGBFunctor< TLabelImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Abs< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorAffineTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputVectorImage, TOutputImage, TFunction >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Exp< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToReal< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::BoundedReciprocal< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputVectorImage, Functor::VectorCast< TInputImage::PixelType, TOutputVectorImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorCast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::RenderingFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorMagnitudeLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImageImaginaryPart, TOutputImage, Function::ImaginaryToComplex< TInputImageImaginaryPart::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::UnConstrainedLeastSquareFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::HessianToScalar< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToModulus< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorToAmplitudeFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NOT< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Tan< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ExpNegative< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ComplexToVector< TInputImage::PixelType, TOutputImage::PixelType >::FunctorType >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TerraSarBrightnessFunctor< itk::NumericTraits< TInputImage::InternalPixelType >::ValueType, itk::NumericTraits< TOutputImage::InternalPixelType >::ValueType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DivideByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToPhase< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCoherencyToReciprocalMuellerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ThresholdLabeler< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SymmetricEigenAnalysisFunction< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sin< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::RGBToLuminance< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorShiftScale< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorRelativeAnisotropyFunction< TInputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sqrt< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToReciprocalCoherencyFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NCLSUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ConcatenateScalarValueFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ISRAUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByScalar< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DotProductFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log10< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::AccessorFunctor< TInputImage::PixelType, TAccessor > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToReciprocalCovarianceFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorFractionalAnisotropyFunction< TInputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToIntensity< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SOMbasedImageFilterFunctor< TInputImage::PixelType, TOutputImage::PixelType, TDistanceMetric, TMap > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Asin< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TImage, TImage, Functor::Cast< TImage::PixelType, TImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::EdgePotential< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImageRealPart, TOutputImage, Function::RealToComplex< TInputImageRealPart::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Square< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Log10Thresholded< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalLinearCovarianceToReciprocalCircularCovarianceFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToPolarisationDegreeAndPowerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorChangeLabel< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::GradientMagnitude< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToImaginary< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TImage, TImage, Functor::BinaryNot< TImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::AddConstantTo< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalHAlphaFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::MeshSource< TOutputPointSet >, itk::MeshSource< TOutput >, itk::MeshSource< VoronoiDiagram2D< TCoordType > >, itk::PathSource< PolyLineParametricPath< 2 > >, itk::PathSource< OrthogonallyCorrected2DParametricPath >, itk::PathSource< TOutputChainCodePath >, itk::PathSource< TOutputFourierSeriesPath >, otb::BSplineDecompositionImageFilter< TInputImage, TOutputImage >, otb::ClampImageFilter< TInputImage, TOutputImage >, otb::ClampVectorImageFilter< TInputImage, TOutputImage >, otb::DBOverlapDataNodeFeatureFunction< TCoordRep, TPrecision >, otb::EdgeDensityImageFilter< TInputImage, TOutputImage, TEdgeDetector, TDensityCount >, otb::MultiChannelExtractROI< TInputPixelType, TOutputPixelType >, otb::ObjectListSource< TOutputList >, otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >, otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >, otb::BSQImageIO, otb::OGRVectorDataIO, otb::Statistics::ListSampleSource< TInputSampleList, TOutputSampleList >, otb::SOMImageClassificationFilter< TInputImage, TOutputImage, TSOMMap, TMaskImage >, otb::LabelMapToSampleListFilter< TInputLabelMap, TOutputSampleList, TMeasurementFunctor >, otb::StatisticsXMLFileWriter< TMeasurementVector >, otb::SarBrightnessToImageFilter< TInputImage, TOutputImage >, otb::SarRadiometricCalibrationToImageFilter< TInputImage, TOutputImage >, otb::ImageWidgetBase< TPixel >, otb::RegionGlComponent, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >, itk::NormalizeImageFilter< TInputImage, TOutputImage >, itk::CenteredAffineTransform< TScalarType, NDimensions >, itk::CenteredEuler3DTransform< TScalarType >, itk::DynamicLoader, itk::FrustumSpatialFunction< VImageDimension, TInput >, itk::NearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >, itk::NeighborhoodOperatorImageFunction< TInputImage, TOutput >, itk::RGBToVectorImageAdaptor< TImage >, itk::VectorToRGBImageAdaptor< TImage >, itk::SpatialObjectWriter< NDimensions, PixelType, TMeshTraits >, itk::Statistics::SampleAlgorithmBase< TInputSample >, itk::Statistics::Subsample< TSample >, itk::Functor::CoolColormapFunctor< TScalar, TRGBPixel >, itk::Functor::CopperColormapFunctor< TScalar, TRGBPixel >, itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >, itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >, itk::VTKImageIO2, otb::ObjectListSource< ObjectList< TPath > >, otb::ObjectListSource< ObjectList< Landmark< TPointSet::PointType, TPointSet::PixelType, double > > >, otb::ObjectListSource< ObjectList< TOutputPath > >, otb::Statistics::ListSampleSource< TSampleList >, otb::Statistics::ListSampleSource< TOutputSampleList >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Add1< TInputImage::PixelType, TInputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ComposeRGBA< TInputImage::PixelType > >, itk::NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Maximum1< TInputImage::PixelType, TInputImage::PixelType > >, itk::Statistics::SampleAlgorithmBase< TSample >, itk::Statistics::SampleAlgorithmBase< TInputHistogram >, otb::Wrapper::ApplicationFactory< TApplication >, otb::FastICAInternalOptimizerVectorImageFilter< TInputImage, TOutputImage >, otb::ImportGeoInformationImageFilter< TImage, TSourceImage >, otb::PointSetToDensityImageFilter< TInputPointSet, TOutputImage, TDensityFunction >, otb::ThresholdVectorImageFilter< TInputImage, TOutputImage >, otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >, otb::VectorImageToImageListFilter< TVectorImageType, TImageList >, otb::BinaryFunctorNeighborhoodJoinHistogramImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >, otb::DrawPathFilter< TInputImage, TInputPath, TOutputImage >, otb::ObjectListToObjectListFilter< TInputList, TOutputList >, otb::RAMDrivenStrippedStreamingManager< TImage >, otb::RAMDrivenTiledStreamingManager< TImage >, otb::VectorImageToASImageAdaptor< TImage >, otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >, otb::OrientationPathFunction< TInputPath, TOutput >, otb::FuzzyVariable< TLabel, TPrecision >, otb::CoordinateToName, otb::LUMImageIO, otb::MWImageIO, otb::RADImageIO, otb::ProfileDerivativeToMultiScaleCharacteristicsFilter< TInputImage, TOutputImage, TLabeledImage >, otb::LabelMapToAttributeImageFilter< TInputImage, TOutputImage, TAttributeAccessor >, otb::AtmosphericRadiativeTermsSingleChannel, otb::FilterFunctionValues, otb::PixelDescriptionModel< TOutputImage >, itk::GradientImageToBloxBoundaryPointImageFilter< TInputImage >, itk::BSplineDerivativeKernelFunction< VSplineOrder >, itk::BSplineKernelFunction< VSplineOrder >, itk::FiniteCylinderSpatialFunction< VDimension, TInput >, itk::SymmetricEllipsoidInteriorExteriorSpatialFunction< VDimension, TInput >, itk::TranslationTransform< TScalarType, NDimensions >, itk::TransformFileWriter, itk::Statistics::QuickPropLearningRule< LayerType, TTargetVector >, itk::Statistics::ListSampleToHistogramFilter< TListSample, THistogram >, itk::Functor::AutumnColormapFunctor< TScalar, TRGBPixel >, itk::Functor::BlueColormapFunctor< TScalar, TRGBPixel >, itk::BoxImageFilter< TInputImage, TOutputImage >, itk::Functor::GreenColormapFunctor< TScalar, TRGBPixel >, itk::Functor::GreyColormapFunctor< TScalar, TRGBPixel >, itk::Functor::HotColormapFunctor< TScalar, TRGBPixel >, itk::Functor::HSVColormapFunctor< TScalar, TRGBPixel >, itk::Functor::JetColormapFunctor< TScalar, TRGBPixel >, itk::Functor::OverUnderColormapFunctor< TScalar, TRGBPixel >, itk::Functor::RedColormapFunctor< TScalar, TRGBPixel >, itk::ScalarToRGBColormapImageFilter< TInputImage, TOutputImage >, itk::Functor::SpringColormapFunctor< TScalar, TRGBPixel >, itk::Functor::SummerColormapFunctor< TScalar, TRGBPixel >, itk::Functor::WinterColormapFunctor< TScalar, TRGBPixel >, itk::SpatialObjectTreeNode< TDimension >, otb::BinaryFunctorNeighborhoodJoinHistogramImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::JoinHistogramMI< itk::ConstNeighborhoodIterator< TInputImage1 >, itk::ConstNeighborhoodIterator< TInputImage2 >, TOutputImage::PixelType > >, otb::ObjectListToObjectListFilter< ObjectList< TPath >, ObjectList< TPath > >, itk::BoxImageFilter< TImageType, TImageType >, otb::DecimateImageFilter< TInputImage, TOutputImage >, otb::EdgeDetectorImageFilter< TInputImage, TOutputImage, TEdgeDetection >, otb::FastICAImageFilter< TInputImage, TOutputImage, TDirectionOfTransformation >, otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >, otb::GISTable< TConnectionImplementation, TPrecision, TSpatialDimension >, otb::LabelImageToVectorDataFilter< TInputImage, TPrecision >, otb::NumberOfDivisionsStrippedStreamingManager< TImage >, otb::NumberOfDivisionsTiledStreamingManager< TImage >, otb::NumberOfLinesStrippedStreamingManager< TImage >, otb::PathListSource< TOutputPath >, otb::PointSetSource< TOutputPointSet >, otb::Polygon< TValue >, otb::LineSpatialObjectListToRightAnglePointSetFilter< TImage, TLinesList, TPointSet >, otb::MaskedScalarImageToGreyLevelRunLengthMatrixGenerator< TImage, THistogramFrequencyContainer >, otb::ExtendedFilenameToReaderOptions, otb::JPEG2000ImageIO, otb::Statistics::ConcatenateSampleListFilter< TSampleList >, otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList >, otb::LabelMapWithClassLabelToLabeledSampleListFilter< TInputLabelMap, TOutputSampleList, TOutputTrainingSampleList, TMeasurementFunctor >, otb::GAndRIndexImageFilter< TInputImageG, TInputImageR, TOutputImage, TFunction >, otb::HistogramAndTransferFunctionWidget< THistogram, TPixel >, otb::ImageWidgetPolylineForm< TValue >, otb::ChangeScaleActionHandler< TModel, TView, TViewToUpdate >, otb::Function::ChannelSelectorFunctor< TInputPixel >, otb::LayerBasedModel< TLayer >, itk::RegularSphereMeshSource< TOutputMesh >, itk::SphereMeshSource< TOutputMesh >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >, itk::BloxBoundaryProfileImageToBloxCoreAtomImageFilter< TInputImage, TOutputImage, TSourceImage >, itk::ConstantPadImageFilter< TInputImage, TOutputImage >, itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >, itk::DifferenceImageFilter< TInputImage, TOutputImage >, itk::RealTimeClock, itk::ScaleLogarithmicTransform< TScalarType, NDimensions >, itk::BioRadImageIO, itk::GiplImageIO, itk::VTKImageIO, otb::PointSetSource< TPointSet >, otb::Statistics::ListSampleToListSampleFilter< TSampleList, TSampleList >, otb::LayerBasedModel< ImageLayerBase< TOutputImage > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::ConstrainedValueDifference< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< Image< TInputPixel1, NDimension >, Image< TInputPixel2, NDimension >, Image< std::complex< TOutputPixel >, NDimension >, Functor::MagnitudeAndPhaseToComplex< TInputPixel1, TInputPixel2, TOutputPixel > >, itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Function::Compose2DVector< TInputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::AND< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Function::Minimum< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< Image< TInputPixel1, NDimension >, Image< TInputPixel2, NDimension >, Image< std::complex< TOutputPixel >, NDimension >, Functor::RealAndImaginaryToComplex< TInputPixel1, TInputPixel2, TOutputPixel > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::ColorAnaglyphFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Functor::ConvexOrConcaveDecisionRule< TInputImage::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Function::Div< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::GrayscaleAnaglyphFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImageRealPart, TInputImageImaginaryPart, TOutputImage, Function::RealAndImaginaryToComplex< TInputImageRealPart::PixelType, TInputImageImaginaryPart::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Function::Sub2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Function::Maximum< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage, TLabelImage, TOutputImage, Functor::LabelOverlayFunctor< TInputImage::PixelType, TLabelImage::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Function::Mult< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage, TVectorInputImage, TOutputImage, Functor::ImageAndVectorImageOperationFunctor< TInputImage::PixelType, TVectorInputImage::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImageR, TInputImageNIR, TOutputImage, TFunction >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::ConstrainedValueAddition< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Atan2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::AbsoluteValueDifference2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::OR< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImageG, TInputImageR, TOutputImage, TFunction >, itk::BinaryFunctorImageFilter< TInputImage, TMaskImage, TOutputImage, Functor::MaskNegatedInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::AssociativeSymmetricalSum< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::WeightedAdd2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Add2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage, TMaskImage, TOutputImage, Functor::MaskInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::SquaredDifference2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::BlendingFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, Functor::MakeJoin< TInputImage1, TInputImage2 >::ImageType, Functor::MakeJoin< TInputImage1, TInputImage2 >::FunctorType >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Modulus2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage, TInputImage, TOutputImage, Function::Compose2DCovariantVector< TInputImage::PixelType > >, itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::XOR< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >, itk::TernaryFunctorImageFilter< TInputImageR, TInputImageB, TInputImageNIR, TOutputImage, TFunction >, itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Function::ComposeRGB< TInputImage::PixelType > >, itk::TernaryFunctorImageFilter< TInputImageHH, TInputImageHV_VH, TInputImageVV, TOutputImage, TFunction >, itk::TernaryFunctorImageFilter< TInputMultiSpectralImage, TInputMultiSpectralInterpImage, TInputPanchroImage, TOutputImage, Functor::BayesianFunctor< TInputMultiSpectralImage::PixelType, TInputMultiSpectralInterpImage::PixelType, TInputPanchroImage::PixelType, TOutputImage::PixelType > >, itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Function::Compose3DCovariantVector< TInputImage::PixelType > >, itk::TernaryFunctorImageFilter< TInputImageR, TInputImageG, TInputImageNIR, TOutputImage, TFunction >, itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, Function::Add3< TInputImage1::PixelType, TInputImage2::PixelType, TInputImage3::PixelType, TOutputImage::PixelType > >, itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Function::Compose3DVector< TInputImage::PixelType > >, itk::TernaryFunctorImageFilter< TInputImage, TInputImage, TInputImage, TOutputImage, Functor::LevelingFunctor< TInputImage::PixelType, TInputMaps::PixelType, TOutputImage::PixelType > >, itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, Function::Modulus3< TInputImage1::PixelType, TInputImage2::PixelType, TInputImage3::PixelType, TOutputImage::PixelType > >, itk::TernaryFunctorImageFilter< TInputMultiSpectralImage, TInputMultiSpectralInterpImage, TInputPanchroImage, TOutputImage, TFunctor >, itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, Function::ModulusSquare3< TInputImage1::PixelType, TInputImage2::PixelType, TInputImage3::PixelType, TOutputImage::PixelType > >, itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunctor >, otb::BinaryImageMinimalBoundingRegionCalculator< TInputImage >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >, otb::BinaryFunctorNeighborhoodVectorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >, otb::GISTableSource< TOutputGISTable >, otb::ImageListToVectorImageFilter< TImageList, TVectorImage >, otb::Rectangle< TValue >, otb::UnaryFunctorNeighborhoodImageFilter< TInputImage, TOutputImage, TFunction >, otb::UnaryFunctorNeighborhoodWithOffsetImageFilter< TInputImage, TOutputImage, TFunction >, otb::VectorDataSource< TOutputVectorData >, otb::VectorDataToImageFilter< TVectorData, TImage >, otb::RegionImageToRectangularPathListFilter< TInputImage, TOutputPath >, otb::ONERAImageIO, otb::MorphologicalPyramid::MRToMSConverter< TInputImage, TOutputImage >, otb::FullyDecomposedWaveletPacketCost< TImage >, otb::StatisticsXMLFileReader< TMeasurementVector >, otb::MultiChannelRadiometricImageFilter< TInputImage, TOutputImage, TFunction >, otb::RAndNIRIndexImageFilter< TInputImageR, TInputImageNIR, TOutputImage, TFunction >, otb::HooverMatrixFilter< TLabelMap >, otb::ImageWidgetActionHandler, otb::Wrapper::CommandLineParser, itk::BinomialBlurImageFilter< TInputImage, TOutputImage >, itk::CropImageFilter< TInputImage, TOutputImage >, itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >, itk::ShiftScaleImageFilter< TInputImage, TOutputImage >, itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >, itk::BloxBoundaryPointImage< TImageDimension >, itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >, itk::Logger, itk::MeshToMeshFilter< TInputMesh, TOutputMesh >, itk::BMPImageIO, itk::DicomImageIO, itk::MultipleValuedNonLinearOptimizer, itk::Bruker2DSEQImageIOFactory, itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >, itk::PhilipsRECImageIOFactory, itk::VoxBoCUBImageIOFactory, itk::Statistics::ScalarImageToGreyLevelRunLengthMatrixGenerator< TImageType, THistogramFrequencyContainer >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ProjectiveProjectionFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::UnConstrainedLeastSquareFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCoherencyToReciprocalMuellerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToReciprocalCoherencyFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NCLSUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ISRAUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToReciprocalCovarianceFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToPolarisationDegreeAndPowerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalHAlphaFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::BinaryFunctorNeighborhoodVectorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::KullbackLeiblerProfile< itk::ConstNeighborhoodIterator< TInputImage1 >, itk::ConstNeighborhoodIterator< TInputImage2 >, TOutputImage::PixelType > >, otb::GISTableSource< TGISTable >, otb::UnaryFunctorNeighborhoodImageFilter< TInputImage, TOutputImage, Functor::ComputeNeighborhoodContributionFunctor< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodImageFilter< TInputImage, TOutputImage, Functor::HillShadingFunctor< itk::ConstNeighborhoodIterator< TInputImage >, TInputImage, TOutputImage::PixelType > >, otb::VectorDataSource< otb::VectorData< TPrecision > >, otb::VectorDataSource< otb::VectorData<> >, otb::VectorDataSource< TInputVectorData >, otb::VectorDataSource< TVectorData >, otb::VectorDataSource< otb::VectorData< double > >, itk::ImageAndPathToImageFilter< TImage, ParametricPath< 2 >, TImage >, itk::MeshToMeshFilter< TInput, TOutput >, itk::Statistics::ScalarImageToGreyLevelRunLengthMatrixGenerator< TImage, THistogramFrequencyContainer >, otb::PointSetDensityEpanechnikovFunction< TPointSet, TOutput >, otb::PointSetDensityFunction< TPointSet, TOutput >, otb::PointSetDensityGaussianFunction< TPointSet, TOutput >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, TFunction >, otb::UnaryFunctorWithIndexWithOutputSizeImageFilter< TInputImage, TOutputImage, TFunction >, otb::ExtractROI< TInputPixel, TOutputPixel >, otb::GISTableToGISTableFilter< TInputGISTable, TOutputGISTable >, otb::ImageList< TImage >, otb::PointSetAndValuesFunction< TPointSet, TValue, TCoordRep >, otb::PolyLineParametricPathWithValue< TValue, VDimension >, otb::UnaryFunctorWithIndexImageFilter< TInputImage, TOutputImage, TFunction >, otb::VectorDataToVectorDataFilter< TInputVectorData, TOutputVectorData >, otb::PointSetWithTransformToDeformationFieldGenerator< TPointSet, TDeformationField >, otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >, otb::MaskedScalarImageToGreyLevelCooccurrenceMatrixGenerator< TImage, THistogramFrequencyContainer >, otb::JointMassOfBeliefFilter< TMassFunction >, otb::ExtendedFilenameToWriterOptions, otb::ScalarBufferToImageFileWriter< TBufferType, TOutputPixelType >, otb::SVMImageClassificationFilter< TInputImage, TOutputImage, TMaskImage >, otb::LabelMapSource< TOutputLabelMap >, otb::EllipsoidAdapter, otb::ImageView< TViewerModel >, otb::ImageWidgetController, otb::PixelDescriptionView< TModel >, itk::GradientMagnitudeImageFilter< TInputImage, TOutputImage >, itk::GaussianKernelFunction, itk::MinimumDecisionRule, itk::PathAndImageToPathFilter< TInputPath, TInputImage, TOutputPath >, itk::TransformFactoryBase, itk::NrrdImageIO, itk::QuadEdgeMeshEulerOperatorFlipEdgeFunction< TMesh, TQEType >, itk::QuadEdgeMeshScalarDataVTKPolyDataWriter< TMesh >, itk::VTKPolyDataReader< TOutputMesh >, itk::SpatialObjectFactoryBase, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::LocalGradientOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::HorizontalSobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::VerticalSobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::SobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::LocalActivityOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::PolyLineParametricPathWithValue< TValue, 2 >, otb::VectorDataToVectorDataFilter< TInputVectorData, TInputVectorData >, otb::VectorDataToVectorDataFilter< TVectorData, TVectorData >, otb::LabelMapSource< TLabelMap >, itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >, otb::Wrapper::InputImageListParameter, otb::Wrapper::InputVectorDataListParameter, otb::Wrapper::ListViewParameter, otb::AngularProjectionImageFilter< TInputImage, TOutputImage, TAngleArray, TPrecision >, otb::UnaryFunctorObjectListBooleanFilter< TInputList, TOutputList, TFunction >, otb::UnaryFunctorObjectListFilter< TInputList, TOutputList, TFunction >, otb::LineSpatialObjectListToPointSetFilter< TLinesList, TPointSet >, otb::ObjectList< TObject >, otb::LikelihoodPathListFilter< TPath, TImage >, otb::Image< TPixel, VImageDimension >, otb::SpectralSensitivityReader, otb::StreamingImageFileWriter< TInputImage >, otb::TileMapImageIOHelper, otb::VectorImage< TPixel, VImageDimension >, otb::WavelengthSpectralBands, otb::ROIdataConversion< TInputImage, TInputROIImage >, otb::SOMActivationBuilder< TListSample, TInputMap, TOutputImage >, otb::LabelMapWithAdjacency< TLabelObject >, otb::UtmMapProjection< TTransform >, otb::ProSailParameters, otb::ImageWidgetBoxForm, otb::ImageWidgetCircleForm, otb::HistogramActionHandler< TModel, TView, TRenderingFunction >, otb::MsgReporter, otb::Wrapper::QtWidgetParameterFactory, itk::bio::CellularAggregateBase, itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >, itk::ConnectedThresholdImageFilter< TInputImage, TOutputImage >, itk::PointSetToImageFilter< TInputPointSet, TOutputImage >, itk::PolylineMaskImageFilter< TInputImage, TPolyline, TVector, TOutputImage >, itk::SpatialObjectToImageStatisticsCalculator< TInputImage, TInputSpatialObject, TSampleDimension >, itk::CorrespondenceDataStructure< TItemType, VCliqueSize >, itk::PathToPathFilter< TInputPath, TOutputPath >, itk::ThinPlateR2LogRSplineKernelTransform< TScalarType, NDimensions >, itk::LSMImageIO, itk::MetaImageIO, itk::TIFFImageIO, itk::Optimizer, itk::Statistics::SquaredDifferenceErrorFunction< TMeasurementVector, ScalarType >, itk::Statistics::ScalarImageToHistogramGenerator< TImageType >, itk::Statistics::SparseFrequencyContainer, itk::MaskedMovingHistogramImageFilter< TInputImage, TMaskImage, TOutputImage, TKernel, THistogram >, itk::MatlabTransformIOFactory, itk::QuadEdgeMeshCleanFilter< TInput, TOutput >, otb::MsgReporter, otb::UnaryFunctorObjectListBooleanFilter< ObjectList< TPath >, ObjectList< TPath >, PathMeanDistanceFunctor< TPath::Pointer > >, otb::UnaryFunctorObjectListFilter< ObjectList< TPath >, ObjectList< TPath >, SimplifyPathFunctor< TPath, TPath > >, otb::ObjectList< TImage >, otb::Image< TOutputPixel, 2 >, otb::Image< TInputPixel, 2 >, otb::Image< TOutputPixelType, 2 >, otb::VectorImage< TInputPixelType, 2 >, otb::VectorImage< TNeuron::ComponentType, VMapDimension >, otb::VectorImage< TOutputPixelType, 2 >, itk::CorrespondenceDataStructure< InputNodeType, 2 >, itk::CorrespondenceDataStructure< NodeType, 2 >, itk::CorrespondenceDataStructure< OutputNodeType, 3 >, itk::PathToPathFilter< TInputPath, TOutputChainCodePath >, itk::PathToPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >, itk::PathToPathFilter< TFourierSeriesPath, OrthogonallyCorrected2DParametricPath >, itk::MaskedMovingHistogramImageFilter< TInputImage, TMaskImage, TOutputImage, TKernel, MaskedRankHistogram< TInputImage::PixelType > >, otb::Wrapper::ChoiceParameter, otb::Wrapper::OutputImageParameter, otb::NormalizeInnerProductPCAImageFilter< TInputImage, TOutputImage >, otb::UnaryFunctorVectorImageFilter< TInputImage, TOutputImage, TFunction >, otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >, otb::ImageToPathListFilter< TInputImage, TOutputPath >, otb::LineSpatialObjectList, otb::PostGISTable< TConnectionImplementation, TPrecision, TSpatialDimension >, otb::ImageFittingPolygonListFilter< TPath, TImage >, otb::Landmark< TPoint, TPointData, TLandmarkData >, otb::PlaceNameToLonLat, otb::PointSetFileReader< TOutputPointSet >, otb::TerraSarImageMetadataInterface, otb::WorldFile, otb::MRFOptimizerICM, otb::Eckert4MapProjection< TTransform >, otb::SinusoidalMapProjection< TTransform >, otb::TransMercatorMapProjection< TTransform >, otb::LeafParameters, otb::RCC8VertexBase< TPath >, otb::FullResolutionImageWidget< TPixel >, otb::ImageWidgetPointForm, otb::ImageWidgetRectangleForm, otb::ZoomableImageWidget< TPixel >, otb::SelectAreaActionHandler< TModel, TWidget >, otb::QtLogOutput, itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::NeighborhoodConnectedImageFilter< TInputImage, TOutputImage >, itk::FileOutputWindow, itk::MatrixResizeableDataObject< TItemType >, itk::OrientedImage< TPixel, VImageDimension >, itk::UnaryCorrespondenceMatrix< TItemType >, itk::VolumeSplineKernelTransform< TScalarType, NDimensions >, itk::AnalyzeImageIOFactory, itk::DICOMImageIO2Factory, itk::DicomImageIOFactory, itk::GE4ImageIOFactory, itk::GE5ImageIOFactory, itk::GEAdwImageIOFactory, itk::JPEGImageIOFactory, itk::NiftiImageIOFactory, itk::PNGImageIOFactory, itk::SiemensVisionImageIOFactory, itk::TIFFImageIOFactory, itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >, itk::Statistics::RBFLayer< TMeasurementVector, TTargetVector >, itk::TxtTransformIOFactory, itk::AffineGeometryFrame< TScalarType, NDimensions >, otb::BasicApplicationView, otb::UnaryFunctorVectorImageFilter< TInputImage, TOutputImage, Functor::NormalizeVectorImageFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::RCC8VertexBase< TLabel >, otb::Wrapper::ComplexInputImageParameter, otb::Wrapper::ComplexOutputImageParameter, otb::Wrapper::DirectoryParameter, otb::Wrapper::InputImageParameter, otb::Wrapper::StringListParameter, otb::ImageListSource< TOutputImage >, otb::ImageListToImageFilter< TInputImage, TOutputImage >, otb::LineSpatialObject< VDimension >, otb::PostGISConnectionImplementation, otb::NNearestTransformsLinearInterpolateDeformationFieldGenerator< TPointSet, TDeformationField >, otb::ImageToPathListAlignFilter< TInputImage, TOutputPath >, otb::SVMMarginSampler< TSample, TModel >, otb::Lambert3CartoSudProjection< TTransform >, otb::LambertConformalConicMapProjection< TTransform >, otb::SVY21MapProjection< TTransform >, otb::PolygonListToRCC8GraphFilter< TPolygonList, TOutputGraph >, otb::FixedSizeFullImageWidget< TPixel >, otb::Function::AmplitudeFunctor< TInputPixel >, otb::ArrowKeyMoveActionHandler< TModel, TView >, otb::ChangeExtractRegionActionHandler< TModel, TView >, otb::ChangeScaledExtractRegionActionHandler< TModel, TView >, otb::Curves2DWidget, otb::DragFullWindowActionHandler< TModel, TView >, otb::HistogramCurve< THistogram >, otb::MouseClickActionHandler< TModel, TView >, otb::Function::PhaseFunctor< TInputPixel >, otb::PixelDescriptionActionHandler< TModel, TView >, otb::VerticalAsymptoteCurve, otb::WidgetResizingActionHandler< TModel, TView >, itk::MinimumMaximumImageCalculator< TInputImage >, itk::PathToImageFilter< TInputPath, TOutputImage >, itk::MaximumDecisionRule, itk::SphereSpatialFunction< VImageDimension, TInput >, itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >, itk::BioRadImageIOFactory, itk::JPEGImageIO, itk::LSMImageIOFactory, itk::PNGImageIO, itk::StimulateImageIOFactory, itk::VTKImageIOFactory, itk::NonLinearOptimizer, itk::Statistics::RBFBackPropagationLearningFunction< LayerType, TTargetVector >, itk::MRCImageIOFactory, itk::QuadEdgeMeshEulerOperatorSplitFacetFunction< TMesh, TQEType >, itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >, itk::QuadEdgeMeshQuadricDecimation< TInput, TOutput, TCriterion >, itk::QuadEdgeMeshSmoothing< TInputMesh, TOutputMesh >, itk::QuadEdgeMeshZipMeshFunction< TMesh, TQEType >, itk::VTKImageIO2Factory, itk::Statistics::GreyLevelRunLengthMatrixTextureCoefficientsCalculator< THistogram >, otb::BasicApplicationController, otb::ImageListSource< TImage >, otb::ImageListSource< TImageList::ImageType >, otb::ImageListSource< Image< TPixel, 2 > >, otb::ImageListSource< TOutputImageList::ImageType >, otb::ImageListSource< VectorImage< TPixel, 2 > >, otb::ImageListToImageFilter< TImageList::ImageType, TVectorImage >, otb::ImageListToImageFilter< TInputImageType, TInputImageType >, otb::Wrapper::OutputVectorDataParameter, otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >, otb::GISConnectionImplementation< TransactorType >, otb::ImageToImageListFilter< TInputImage, TOutputImage >, otb::BreakAngularPathListFilter< TPath >, otb::ScalarImageToAdvancedTexturesFilter< TInpuImage, TOutputImage >, otb::DefaultImageMetadataInterfaceFactory, otb::MSTARImageIO, otb::OpticalDefaultImageMetadataInterfaceFactory, otb::SarDefaultImageMetadataInterfaceFactory, otb::TileMapImageIOFactory, otb::VectorDataAdapter< TInputVectorData, TOutputVectorData >, otb::MollweidMapProjection< TTransform >, otb::AeronetData, otb::CurlHelper, otb::PackedWidgetManager, otb::AutoScaleActionHandler< TWidgetType >, itk::ReflectImageFilter< TInputImage, TOutputImage >, itk::SingleValuedNonLinearOptimizer, itk::Statistics::GaussianRadialBasisFunction< ScalarType >, itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >, itk::Statistics::SigmoidTransferFunction< ScalarType >, itk::Statistics::SumInputFunction< TMeasurementVector, ScalarType >, itk::Statistics::TrainingFunctionBase< TSample, TTargetVector, ScalarType >, itk::BoxMeanImageFilter< TInputImage, TOutputImage >, itk::BoxSigmaImageFilter< TInputImage, TOutputImage >, itk::QuadEdgeMeshSquaredEdgeLengthDecimation< TInput, TOutput, TCriterion >, itk::TransformFileWriter, otb::GISConnectionImplementation< pqxx::transactor< pqxx::nontransaction > >, otb::ImageToImageListFilter< TImage, TImage >, otb::ImageToImageListFilter< TVectorImageType, TImageList::ImageType >, otb::Wrapper::InputFilenameParameter, otb::Wrapper::OutputFilenameParameter, otb::Wrapper::StringParameter, otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >, otb::StreamingShrinkImageRegionSplitter, otb::SpatialObjectSource< TSpatialObject >, otb::BSplinesInterpolateDeformationFieldGenerator< TPointSet, TDeformationField >, otb::NearestPointDeformationFieldGenerator< TPointSet, TDeformationField >, otb::NearestTransformDeformationFieldGenerator< TPointSet, TDeformationField >, otb::BSQImageIOFactory, otb::DefaultImageMetadataInterface, otb::ExtendedFilenameHelper, otb::FormosatImageMetadataInterfaceFactory, otb::GDALImageIOFactory, otb::IkonosImageMetadataInterfaceFactory, otb::JPEG2000ImageIOFactory, otb::LUMImageIOFactory, otb::MSTARImageIOFactory, otb::MWImageIOFactory, otb::ONERAImageIOFactory, otb::OpticalDefaultImageMetadataInterface, otb::PleiadesImageMetadataInterfaceFactory, otb::QuickBirdImageMetadataInterfaceFactory, otb::RADImageIOFactory, otb::SarDefaultImageMetadataInterface, otb::SpotImageMetadataInterfaceFactory, otb::TerraSarImageMetadataInterfaceFactory, otb::WorldView2ImageMetadataInterfaceFactory, otb::RCC8VertexWithCompacity< TPath, TPrecision >, otb::RCC8VertexWithRegionCenter< TLabel, TPrecision >, otb::VectorDataActionHandler< TModel, TView >, otb::VectorDataEditVertexActionHandler< TModel, TView >, otb::VectorDataTranslateGeometryActionHandler< TModel, TView >, itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, VDimension >, itk::ColorTable< TPixel >, itk::MetaArrayWriter, itk::ConjugateGradientOptimizer, itk::Statistics::GaussianTransferFunction< ScalarType >, itk::Statistics::IdentityTransferFunction< ScalarType >, itk::Statistics::IterativeSupervisedTrainingFunction< TSample, TTargetVector, ScalarType >, itk::Statistics::LogSigmoidTransferFunction< ScalarType >, itk::Statistics::SignedHardLimitTransferFunction< ScalarType >, itk::Statistics::TanSigmoidTransferFunction< ScalarType >, itk::ConvolutionImageFilter< TInputImage, TOutputImage >, itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >, itk::QuadEdgeMeshDiscreteCurvatureTensorEstimator< TInputMesh, TOutputMesh >, itk::QuadEdgeMeshEulerOperatorSplitEdgeFunction< TMesh, TQEType >, itk::VTKPolyDataWriter< TInputMesh >, itk::PolygonSpatialObject< TDimension >, itk::VTKPolyDataWriter< TMesh >, otb::Wrapper::EmptyParameter, otb::Wrapper::InputVectorDataParameter, otb::Wrapper::NumericalParameter< T >, otb::Wrapper::ParameterGroup, otb::Wrapper::RadiusParameter, otb::ConcatenateVectorImageFilter< TInputImage1, TInputImage2, TOutputImage >, otb::ImageListToImageListFilter< TInputImage, TOutputImage >, otb::ImageToPathFilter< TInputImage, TOutputPath >, otb::CloudDetectionFilter< TInputImage, TOutputImage, TFunction >, otb::KMLVectorDataIOFactory, otb::OGRVectorDataIOFactory, otb::CurlHelperStub, otb::SplittedWidgetManager, itk::BMPImageIOFactory, itk::Brains2MaskImageIOFactory, itk::DICOMImageIO2, itk::GDCMImageIOFactory, itk::GiplImageIOFactory, itk::MetaArrayReader, itk::MetaImageIOFactory, itk::NrrdImageIOFactory, itk::LBFGSOptimizer, itk::LevenbergMarquardtOptimizer, itk::RegularStepGradientDescentOptimizer, itk::Statistics::BatchSupervisedTrainingFunction< TSample, TTargetVector, ScalarType >, itk::Statistics::MultilayerNeuralNetworkBase< TMeasurementVector, TTargetVector, TLearningLayer >, itk::Statistics::MultiquadricRadialBasisFunction< ScalarType >, itk::Statistics::SymmetricSigmoidTransferFunction< ScalarType >, itk::Statistics::TanHTransferFunction< ScalarType >, itk::AnchorCloseImageFilter< TImage, TKernel >, itk::AnchorDilateImageFilter< TImage, TKernel >, itk::AnchorErodeImageFilter< TImage, TKernel >, itk::AnchorOpenImageFilter< TImage, TKernel >, itk::MINC2ImageIOFactory, itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >, itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >, itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >, itk::TransformFileReader, otb::ImageListToImageListFilter< TInputImageList::ImageType, TOutputImageList::ImageType >, itk::Statistics::MultilayerNeuralNetworkBase< TMeasurementVector, TTargetVector, BackPropagationLayer< TMeasurementVector, TTargetVector > >, otb::Wrapper::RAMParameter, otb::PathListToPathListFilter< TPath >, otb::NNearestPointsLinearInterpolateDeformationFieldGenerator< TPointSet, TDeformationField >, otb::FillGapsFilter, otb::Lambert2EtenduProjection< TTransform >, otb::Lambert93Projection< TTransform >, otb::ImageMultiSegmentationToRCC8GraphFilter< TInputImage, TOutputGraph >, otb::RCC8Edge, itk::RegularStepGradientDescentBaseOptimizer, itk::Statistics::HardLimitTransferFunction< ScalarType >, itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >, otb::CommandProgressUpdate< TFilter >, otb::FormosatImageMetadataInterface, otb::IkonosImageMetadataInterface, otb::PleiadesImageMetadataInterface, otb::QuickBirdImageMetadataInterface, otb::SpotImageMetadataInterface, otb::WorldView2ImageMetadataInterface, otb::ImageListToRCC8GraphFilter< TInputImage, TOutputGraph >, otb::RCC8GraphSource< TOutputGraph >, itk::VnlFFTRealToComplexConjugateImageFilter< TPixel, VDimension >, itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >, itk::SpatialObjectDuplicator< TInputSpatialObject >, itk::WatershedMiniPipelineProgressCommand, itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >, otb::DEMConvertAdapter, itk::TextOutput, otb::DifferenceImageFilter< TInputImage, TOutputImage >, itk::MatlabTransformIO, and itk::TxtTransformIO.

Definition at line 231 of file itkObject.cxx.

References itk::SmartPointer< TObjectType >::GetPointer(), and itk::Object::New().

template<class TInputImage, class TOutputImage>
virtual void itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::CreateNarrowBand ( )
inlinevirtual

This is the virtual method called by Initialize to set the band of operation. It is left to the subclasses to define this functionality. This function can make use of above InsertNarrowBandNode function to create a band.

Reimplemented in itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, TOutputImage >, and itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >.

Definition at line 184 of file itkNarrowBandImageFilterBase.h.

void itk::Object::DebugOff ( ) const
virtualinherited

Turn debugging output off.

Definition at line 253 of file itkObject.cxx.

void itk::Object::DebugOn ( ) const
virtualinherited

Turn debugging output on.

Definition at line 242 of file itkObject.cxx.

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.

virtual void itk::ProcessObject::EnlargeOutputRequestedRegion ( DataObject )
inlinevirtualinherited

Give the process object a chance to indictate that it will produce more output than it was requested to produce. For example, many imaging filters must compute the entire output at once or can only produce output in complete slices. Such filters cannot handle smaller requested regions. These filters must provide an implementation of this method, setting the output requested region to the size they will produce. By default, a process object does not modify the size of the output requested region.

Reimplemented in itk::MRFImageFilter< TInputImage, TClassifiedImage >, otb::MarkovRandomFieldFilter< TInputImage, TClassifiedImage >, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >, itk::KLMRegionGrowImageFilter< TInputImage, TOutputImage >, itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >, otb::ShapeAttributesLabelMapFilter< TImage, TLabelImage >, itk::OrientImageFilter< TInputImage, TOutputImage >, itk::MultiResolutionPDEDeformableRegistration< TFixedImage, TMovingImage, TDeformationField, TRealType >, itk::WatershedImageFilter< TInputImage >, itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >, itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >, otb::HoughTransform2DLinesImageFilter< TInputPixelType, TOutputPixelType >, itk::IsolatedConnectedImageFilter< TInputImage, TOutputImage >, itk::BinaryImageToStatisticsLabelMapFilter< TInputImage, TFeatureImage, TOutputImage >, itk::BinaryStatisticsKeepNObjectsImageFilter< TInputImage, TFeatureImage >, itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >, otb::BandsStatisticsAttributesLabelMapFilter< TImage, TFeatureImage >, itk::BinaryStatisticsKeepNObjectsImageFilter< TInputImage, TFeatureImage >, itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >, itk::ConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage >, itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >, itk::LabelStatisticsKeepNObjectsImageFilter< TInputImage, TFeatureImage >, itk::LabelStatisticsOpeningImageFilter< TInputImage, TFeatureImage >, itk::HoughTransform2DLinesImageFilter< TInputPixelType, TOutputPixelType >, itk::LabelImageToStatisticsLabelMapFilter< TInputImage, TFeatureImage, TOutputImage >, itk::HoughTransform2DCirclesImageFilter< TInputPixelType, TOutputPixelType >, itk::BinaryContourImageFilter< TInputImage, TOutputImage >, itk::BinaryImageToLabelMapFilter< TInputImage, TOutputImage >, otb::StereorectificationDeformationFieldSource< TInputImage, TOutputImage >, itk::GradientRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >, otb::MeanShiftImageFilter< TInputImage, TOutputImage, TLabeledOutput, TBufferConverter >, itk::LabelContourImageFilter< TInputImage, TOutputImage >, otb::MeanShiftImageFilter< TInputImage, TOutputImage, TLabeledOutput, MeanShift::VectorBufferConverter >, itk::BinaryReconstructionByDilationImageFilter< TInputImage >, itk::BinaryReconstructionByErosionImageFilter< TInputImage >, itk::GrayscaleGeodesicErodeImageFilter< TInputImage, TOutputImage >, itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >, otb::ImportVectorImageFilter< TOutputImageType >, itk::GrayscaleGeodesicDilateImageFilter< TInputImage, TOutputImage >, itk::MorphologicalWatershedFromMarkersImageFilter< TInputImage, TLabelImage >, itk::SliceBySliceImageFilter< TInputImage, TOutputImage, TInputFilter, TOutputFilter, TInternalInputImage, TInternalOutputImage >, itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::BinaryShapeOpeningImageFilter< TInputImage >, itk::BinaryShapeOpeningImageFilter< TInputImage >, otb::ImportImageFilter< TOutputImageType >, itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >, itk::GradientMagnitudeRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >, itk::VectorConfidenceConnectedImageFilter< TInputImage, TOutputImage >, itk::BinaryAttributeOpeningImageFilter< TInputImage, TLabelObject, TLabelObjectValuator, TAttributeAccessor >, itk::SmoothingRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, TFunction >, itk::AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, std::less< TInputImage::PixelType > >, itk::AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, std::greater< TInputImage::PixelType > >, itk::BinaryAttributeKeepNObjectsImageFilter< TInputImage, TLabelObject, TLabelObjectValuator, TAttributeAccessor >, itk::StatisticsImageFilter< TInputImage >, itk::MultiScaleHessianBasedMeasureImageFilter< TInputImage, THessianImage, TOutputImage >, itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, TFunction1, TFunction2 >, itk::LabelMapMaskImageFilter< TInputImage, TOutputImage >, itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::greater< TInputImage::PixelType >, std::greater< TOutputImage::PixelType > >, itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::less< TInputImage::PixelType >, std::less< TOutputImage::PixelType > >, itk::ContourDirectedMeanDistanceImageFilter< TInputImage1, TInputImage2 >, itk::DoubleThresholdImageFilter< TInputImage, TOutputImage >, itk::LabelShapeOpeningImageFilter< TInputImage >, itk::ImportImageFilter< TPixel, VImageDimension >, itk::LabelReconstructionByDilationImageFilter< TInputImage >, itk::ReinitializeLevelSetImageFilter< TLevelSet >, itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >, itk::LabelShapeKeepNObjectsImageFilter< TInputImage >, itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >, itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >, itk::DirectedHausdorffDistanceImageFilter< TInputImage1, TInputImage2 >, itk::ImageSeriesReader< TOutputImage >, itk::ConfidenceConnectedImageFilter< TInputImage, TOutputImage >, itk::ConnectedThresholdImageFilter< TInputImage, TOutputImage >, itk::SimilarityIndexImageFilter< TInputImage1, TInputImage2 >, itk::BinaryImageToShapeLabelMapFilter< TInputImage, TOutputImage >, itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >, itk::ShapeRelabelImageFilter< TInputImage >, itk::ImagePCAShapeModelEstimator< TInputImage, TOutputImage >, itk::ContourMeanDistanceImageFilter< TInputImage1, TInputImage2 >, itk::ImageFileReader< TOutputImage, ConvertPixelTraits >, itk::LabelAttributeOpeningImageFilter< TInputImage, TLabelObject, TLabelObjectValuator, TAttributeAccessor >, itk::ImageFileReader< TOutputImage >, otb::RelabelComponentImageFilter< TInputImage, TOutputImage >, itk::HMaximaImageFilter< TInputImage, TOutputImage >, itk::LabelAttributeKeepNObjectsImageFilter< TInputImage, TLabelObject, TLabelObjectValuator, TAttributeAccessor >, itk::HMinimaImageFilter< TInputImage, TOutputImage >, itk::LaplacianRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >, itk::GrayscaleMorphologicalOpeningImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >, itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >, itk::HausdorffDistanceImageFilter< TInputImage1, TInputImage2 >, itk::RegionalMinimaImageFilter< TInputImage, TOutputImage >, itk::LabelMapOverlayImageFilter< TInputImage, TFeatureImage, TOutputImage >, itk::OpeningByReconstructionImageFilter< TInputImage, TOutputImage, TKernel >, itk::IsolatedWatershedImageFilter< TInputImage, TOutputImage >, itk::ClosingByReconstructionImageFilter< TInputImage, TOutputImage, TKernel >, itk::MinimumMaximumImageFilter< TInputImage >, itk::NeighborhoodConnectedImageFilter< TInputImage, TOutputImage >, itk::LabelImageToShapeLabelMapFilter< TInputImage, TOutputImage >, itk::GrayscaleFillholeImageFilter< TInputImage, TOutputImage >, itk::HConcaveImageFilter< TInputImage, TOutputImage >, itk::HConvexImageFilter< TInputImage, TOutputImage >, itk::AttributeRelabelImageFilter< TInputImage, TLabelObject, TLabelObjectValuator, TAttributeAccessor >, itk::GrayscaleConnectedOpeningImageFilter< TInputImage, TOutputImage >, itk::LabelMapToBinaryImageFilter< TInputImage, TOutputImage >, itk::BSplineDecompositionImageFilter< TInputImage, TOutputImage >, itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >, itk::WhiteTopHatImageFilter< TInputImage, TOutputImage, TKernel >, otb::LabelImageToLabelMapWithAdjacencyFilter< TInputImage, TOutputImage >, itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >, otb::LabelObjectOpeningMuParserFilter< TImage, TFunction >, itk::BinaryGrindPeakImageFilter< TInputImage >, itk::MorphologicalWatershedImageFilter< TInputImage, TOutputImage >, itk::RecursiveSeparableImageFilter< TInputImage, TOutputImage >, otb::LabelImageRegionMergingFilter< TInputLabelImage, TInputSpectralImage, TOutputLabelImage, TOutputClusteredImage >, otb::LabelImageRegionPruningFilter< TInputLabelImage, TInputSpectralImage, TOutputLabelImage, TOutputClusteredImage >, itk::ExtractOrthogonalSwath2DImageFilter< TImage >, itk::BinaryFillholeImageFilter< TInputImage >, otb::VCAImageFilter< TVectorImage >, itk::BlackTopHatImageFilter< TInputImage, TOutputImage, TKernel >, itk::RegionOfInterestImageFilter< TInputImage, TOutputImage >, itk::LabelImageToLabelMapFilter< TInputImage, TOutputImage >, itk::LabelMapToAttributeImageFilter< TInputImage, TOutputImage, TAttributeAccessor >, itk::ChangeRegionLabelMapFilter< TInputImage >, itk::LabelMapFilter< TInputImage, TOutputImage >, itk::LabelMapFilter< TInputImage, TInputImage >, itk::LabelMapFilter< TLabelMap, TLabelMap >, itk::LabelMapFilter< LabelMapWithAdjacency< TLabelObject >, LabelMapWithAdjacency< TLabelObject > >, itk::LabelMapFilter< TInputLabelMap, TOutputImage >, itk::LabelMapFilter< TImage, TImage >, itk::LabelMapFilter< TInputLabelMap, TInputLabelMap >, itk::TobogganImageFilter< TInputImage >, otb::ImageFileReader< TOutputImage >, itk::FFTComplexConjugateToRealImageFilter< TPixel, VDimension >, otb::MorphologicalPyramid::Resampler< TInputImage, TOutputImage >, otb::LabelMapToLabelImageFilter< TInputImage, TOutputImage >, and itk::FFTRealToComplexConjugateImageFilter< TPixel, VDimension >.

Definition at line 224 of file itkProcessObject.h.

template<class TInputImage , class TOutputImage >
void itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::GenerateData ( void  )
protectedvirtual
template<class TInputImage , class TOutputImage >
void itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::GenerateInputRequestedRegion ( void  )
protectedvirtualinherited

FiniteDifferenceImageFilter needs a larger input requested region than the output requested region. As such, we need to provide an implementation for GenerateInputRequestedRegion() in order to inform the pipeline execution model.

The filter will ask for a padded region to perform its neighborhood calculations. If no such region is available, the boundaries will be handled as described in the FiniteDifferenceFunction defined by the subclass.
See also:
ProcessObject::GenerateInputRequestedRegion()

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Reimplemented in itk::PDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDeformationField >, itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >, and otb::NCCRegistrationFilter< TFixedImage, TMovingImage, TDeformationField >.

Definition at line 121 of file itkFiniteDifferenceImageFilter.txx.

References itk::DataObjectError::SetDataObject(), itk::ExceptionObject::SetDescription(), and itk::ExceptionObject::SetLocation().

void itk::ProcessObject::GenerateOutputInformation ( void  )
protectedvirtualinherited

Generate the information decribing the output data. The default implementation of this method will copy information from the input to the output. A filter may override this method if its output will have different information than its input. For instance, a filter that shrinks an image will need to provide an implementation for this method that changes the spacing of the pixels. Such filters should call their superclass' implementation of this method prior to changing the information values they need (i.e. GenerateOutputInformation() should call Superclass::GenerateOutputInformation() prior to changing the information.

Default implementation - copy information from first input to all outputs

Reimplemented in otb::MeanShiftSmoothingImageFilter< TInputImage, TOutputImage, TKernel, TOutputIterationImage >, otb::TernaryFunctorImageFilterWithNBands< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunctor >, otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >, itk::MRFImageFilter< TInputImage, TClassifiedImage >, otb::MarkovRandomFieldFilter< TInputImage, TClassifiedImage >, otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, Wavelet::INVERSE, FullyDecomposedWaveletPacketCost< TInputImage > >, itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >, otb::WaveletTransform< TInputImage, TOutputImage, TFilter, Wavelet::INVERSE >, otb::SurfaceAdjacencyEffect6SCorrectionSchemeFilter< TInputImage, TOutputImage >, otb::GenericRSResampleImageFilter< TInputImage, TOutputImage >, otb::SurfaceReflectanceToReflectanceFilter< TInputImage, TOutputImage >, itk::OrientImageFilter< TInputImage, TOutputImage >, itk::PDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDeformationField >, itk::MultiResolutionPDEDeformableRegistration< TFixedImage, TMovingImage, TDeformationField, TRealType >, otb::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >, otb::ReflectanceToSurfaceReflectanceImageFilter< TInputImage, TOutputImage >, itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, otb::PrintableImageFilter< TInputImage, TMaskImage >, otb::PersistentShrinkImageFilter< TInputImage, TOutputImage >, otb::GeometriesProjectionFilter, otb::ImageAndVectorImageOperationFilter< TInputImage, TVectorInputImage, TOutputImage >, otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::FORWARD >, itk::BayesianClassifierImageFilter< TInputVectorImage, TLabelsType, TPosteriorsPrecisionType, TPriorsPrecisionType >, otb::SFSTexturesImageFilter< TInputImage, TOutputImage >, otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >, otb::DEMToImageGenerator< TDEMImage >, itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >, itk::ChangeInformationImageFilter< TInputImage >, itk::WarpImageFilter< TInputImage, TOutputImage, TDeformationField >, otb::HoughTransform2DLinesImageFilter< TInputPixelType, TOutputPixelType >, otb::MDMDNMFImageFilter< TInputImage, TOutputImage >, otb::ShiftScaleVectorImageFilter< TInputImage, TOutputImage >, itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDeformationField >, otb::VectorDataToMapFilter< TVectorData, TImage >, otb::FineRegistrationImageFilter< TInputImage, T0utputCorrelation, TOutputDeformationField >, otb::VectorDataProjectionFilter< TInputVectorData, TOutputVectorData >, itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage >, otb::VectorDataToLabelMapWithAttributesFilter< TVectorData, TLabelMap >, itk::VectorResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, otb::StreamingResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::HoughTransform2DLinesImageFilter< TInputPixelType, TOutputPixelType >, otb::GCPsToRPCSensorModelImageFilter< TImage >, otb::ImageSimulationMethod< TInputVectorData, TSpatialisation, TSimulationStep1, TSimulationStep2, TFTM, TOutputImage >, otb::PCAImageFilter< TInputImage, TOutputImage, TDirectionOfTransformation >, otb::StereorectificationDeformationFieldSource< TInputImage, TOutputImage >, itk::TransformToDeformationFieldSource< TOutputImage, TTransformPrecisionType >, otb::VectorDataToImageFilter< TVectorData, TImage >, otb::MultiChannelsPolarimetricSynthesisFilter< TInputImage, TOutputImage, TFunction >, otb::ChangeLabelImageFilter< TInputImage, TOutputImage >, otb::PersistentHistogramVectorImageFilter< TInputImage >, itk::VTKImageImport< TOutputImage >, otb::MNFImageFilter< TInputImage, TOutputImage, TNoiseImageFilter, TDirectionOfTransformation >, itk::VectorExpandImageFilter< TInputImage, TOutputImage >, otb::DisparityMapMedianFilter< TInputImage, TOutputImage, TMask >, otb::FastICAImageFilter< TInputImage, TOutputImage, TDirectionOfTransformation >, otb::PersistentObjectDetectionClassifier< TInputImage, TOutputVectorData, TLabel, TFunctionType >, otb::MultivariateAlterationDetectorImageFilter< TInputImage, TOutputImage >, otb::VectorDataToLabelMapFilter< TVectorData, TLabelMap >, otb::AdhesionCorrectionFilter< TImage, TMask >, otb::PersistentDescriptorsListSampleGenerator< TInputImage, TVectorData, TFunctionType, TListSample, TLabelListSample >, otb::ImportVectorImageFilter< TOutputImageType >, itk::InverseDeformationFieldImageFilter< TInputImage, TOutputImage >, itk::HistogramToImageFilter< THistogram, TFunction >, itk::HistogramToImageFilter< THistogram, Function::HistogramIntensityFunction< unsigned long, TOutputPixel > >, itk::HistogramToImageFilter< THistogram, Function::HistogramEntropyFunction< unsigned long, TOutputPixel > >, itk::HistogramToImageFilter< THistogram, Function::HistogramProbabilityFunction< unsigned long, TOutputPixel > >, itk::HistogramToImageFilter< THistogram, Function::HistogramLogProbabilityFunction< unsigned long, TOutputPixel > >, otb::PolarimetricSynthesisFilter< TInputImageHH, TInputImageHV, TInputImageVH, TInputImageVV, TOutputImage, TFunction >, itk::LabelMapMaskImageFilter< TInputImage, TOutputImage >, otb::ProjectiveProjectionImageFilter< TInputImage, TOutputImage, TPrecision >, otb::ImportImageFilter< TOutputImageType >, otb::DisparityMapToDEMFilter< TDisparityImage, TInputImage, TOutputDEMImage, TEpipolarGridImage, TMaskImage >, itk::BayesianClassifierInitializationImageFilter< TInputImage, TProbabilityPrecisionType >, itk::Statistics::ImageToListGenerator< TImage, TMaskImage >, otb::PersistentStatisticsImageFilter< TInputImage >, otb::RasterizeVectorDataFilter< TVectorData, TInputImage, TOutputImage >, otb::OGRDataSourceToLabelImageFilter< TOutputImage >, itk::ExpandImageFilter< TInputImage, TOutputImage >, itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >, itk::ImportImageFilter< TPixel, VImageDimension >, itk::ImageSeriesReader< TOutputImage >, otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >, otb::ConcatenateScalarValueImageFilter< TInputImage, TOutputImage >, otb::VectorImageToColorAnaglyphVectorImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::SpatialObjectToImageFilter< TInputSpatialObject, TOutputImage >, otb::MorphologicalPyramidSegmentationFilter< TInputImage, TOutputImage >, itk::DeformationFieldSource< TOutputImage >, otb::SpatialObjectToImageDrawingFilter< TInputSpatialObject, TOutputImage >, otb::VectorDataToLabelImageFilter< TVectorData, TOutputImage >, itk::InterpolateImagePointsFilter< TInputImage, TOutputImage, TCoordType, InterpolatorType >, otb::InnerProductPCAImageFilter< TInputImage, TOutputImage >, otb::MaximumAutocorrelationFactorImageFilter< TInputImage, TOutputImage >, otb::UnaryFunctorWithIndexWithOutputSizeImageFilter< TInputImage, TOutputImage, TFunction >, itk::BinaryMask3DMeshSource< TInputImage, TOutputMesh >, itk::PointSetToImageFilter< TInputPointSet, TOutputImage >, otb::BinaryFunctorNeighborhoodVectorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >, otb::BinaryFunctorNeighborhoodVectorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::KullbackLeiblerProfile< itk::ConstNeighborhoodIterator< TInputImage1 >, itk::ConstNeighborhoodIterator< TInputImage2 >, TOutputImage::PixelType > >, itk::ExtractImageFilter< TInputImage, TOutputImage >, itk::ExtractOrthogonalSwath2DImageFilter< TImage >, itk::GridImageSource< TOutputImage >, itk::ImageFileReader< TOutputImage, ConvertPixelTraits >, itk::ImageFileReader< TOutputImage >, otb::PersistentCompareImageFilter< TInputImage >, otb::GeodesicMorphologyIterativeDecompositionImageFilter< TImage, TStructuringElement >, itk::GaussianImageSource< TOutputImage >, otb::PersistentMatrixTransposeMatrixImageFilter< TInputImage, TInputImage2 >, otb::PersistentMinMaxImageFilter< TInputImage >, otb::MorphologicalPyramidSynthesisFilter< TInputImage, TOutputImage >, itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >, itk::TileImageFilter< TInputImage, TOutputImage >, otb::SOM< TListSample, TMap, TSOMLearningBehaviorFunctor, TSOMNeighborhoodBehaviorFunctor >, otb::PersistentMinMaxVectorImageFilter< TInputImage >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, TFunction >, otb::PointSetToDeformationFieldGenerator< TPointSet, TDeformationField >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::LocalGradientOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::HorizontalSobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::VerticalSobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::SobelOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, Functor::LocalActivityOperator< itk::ConstNeighborhoodIterator< TInputImage >, TOutputImage::PixelType > >, otb::MultiChannelExtractROI< TInputPixelType, TOutputPixelType >, otb::PhysicalToRPCSensorModelImageFilter< TImage >, otb::VCAImageFilter< TVectorImage >, otb::ForwardFourierMellinTransformImageFilter< TPixel, TInterpol, Dimension >, otb::ImageToPathListAlignFilter< TInputImage, TOutputPath >, otb::SubsampleImageFilter< TInputImage, TOutputImage, TDirectionOfTransformation >, otb::LabelMapToSimulatedImageFilter< TInputLabelMap, TSimuStep1, TSimuStep2, TOutputImage >, otb::ClampVectorImageFilter< TInputImage, TOutputImage >, itk::AccumulateImageFilter< TInputImage, TOutputImage >, otb::ExtractROIBase< TInputImage, TOutputImage >, otb::VectorDataFileReader< TOutputVectorData >, otb::SpatialisationFilter< TLabelMap >, otb::ExtractROIBase< VectorImage< TInputPixelType, 2 >, VectorImage< TOutputPixelType, 2 > >, otb::ExtractROIBase< Image< TInputPixel, 2 >, Image< TOutputPixel, 2 > >, otb::ExtractROIBase< VectorImage< TInputPixelType, 2 >, Image< TOutputPixelType, 2 > >, otb::ClampImageFilter< TInputImage, TOutputImage >, otb::MorphologicalPyramidAnalysisFilter< TInputImage, TOutputImage, TMorphoFilter >, itk::DirectFourierReconstructionImageToImageFilter< TInputPixelType, TOutputPixelType >, itk::RandomImageSource< TOutputImage >, otb::LabelImageRegionMergingFilter< TInputLabelImage, TInputSpectralImage, TOutputLabelImage, TOutputClusteredImage >, otb::MatrixImageFilter< TInputImage, TOutputImage, TMatrix >, otb::ThresholdVectorImageFilter< TInputImage, TOutputImage >, itk::RegionFromReferenceLabelMapFilter< TInputImage >, otb::LabelImageRegionPruningFilter< TInputLabelImage, TInputSpectralImage, TOutputLabelImage, TOutputClusteredImage >, otb::RemoveCarvingPathFilter< TInputImage, TInputPath, TOutputImage >, otb::AddCarvingPathFilter< TInputImage, TInputPath, TOutputImage >, itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::MeanAccumulator< TInputImage::PixelType, TAccumulate > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::MinimumAccumulator< TInputImage::PixelType > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::MaximumAccumulator< TInputImage::PixelType > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::SumAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::StandardDeviationAccumulator< TInputImage::PixelType, TAccumulate > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::MedianAccumulator< TInputImage::PixelType > >, itk::ShrinkImageFilter< TInputImage, TOutputImage >, otb::UnaryFunctorVectorImageFilter< TInputImage, TOutputImage, TFunction >, otb::VectorDataToVectorDataFilter< TInputVectorData, TOutputVectorData >, itk::RegionOfInterestImageFilter< TInputImage, TOutputImage >, itk::GaborImageSource< TOutputImage >, otb::UnaryFunctorVectorImageFilter< TInputImage, TOutputImage, Functor::NormalizeVectorImageFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::VectorDataToVectorDataFilter< TInputVectorData, TInputVectorData >, otb::VectorDataToVectorDataFilter< TVectorData, TVectorData >, otb::PersistentInnerProductVectorImageFilter< TInputImage >, otb::PersistentStreamingStatisticsMapFromLabelImageFilter< TInputVectorImage, TLabelImage >, otb::SinclairImageFilter< TInputImageHH, TInputImageHV, TInputImageVH, TInputImageVV, TOutputImage, TFunction >, otb::PersistentVectorImageToMatrixFilter< TInputImage >, otb::SinclairReciprocalImageFilter< TInputImageHH, TInputImageHV_VH, TInputImageVV, TOutputImage, TFunction >, itk::CropLabelMapFilter< TInputImage >, itk::PadLabelMapFilter< TInputImage >, otb::BSplinesInterpolateTransformDeformationFieldGenerator< TPointSet, TDeformationField >, itk::PadImageFilter< TInputImage, TOutputImage >, itk::CropImageFilter< TInputImage, TOutputImage >, otb::LineSpatialObjectListToRightAnglePointSetFilter< TImage, TLinesList, TPointSet >, otb::LabelMapToAttributeImageFilter< TInputImage, TOutputImage, TAttributeAccessor >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Atan< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cos< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Acos< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ChangeLabel< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ProjectiveProjectionFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< FeatureImageType, ImageType, Functor::Cast< FeatureImageType::PixelType, ImageType::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SubtractConstantFrom< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TLabelImage, TOutputImage, Functor::LabelToRGBFunctor< TLabelImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Abs< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorAffineTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputVectorImage, TOutputImage, TFunction >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Exp< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToReal< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::BoundedReciprocal< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputVectorImage, Functor::VectorCast< TInputImage::PixelType, TOutputVectorImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorCast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::RenderingFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorMagnitudeLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImageImaginaryPart, TOutputImage, Function::ImaginaryToComplex< TInputImageImaginaryPart::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::UnConstrainedLeastSquareFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::HessianToScalar< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToModulus< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorToAmplitudeFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NOT< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Tan< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ExpNegative< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ComplexToVector< TInputImage::PixelType, TOutputImage::PixelType >::FunctorType >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TerraSarBrightnessFunctor< itk::NumericTraits< TInputImage::InternalPixelType >::ValueType, itk::NumericTraits< TOutputImage::InternalPixelType >::ValueType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DivideByConstant< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToPhase< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCoherencyToReciprocalMuellerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ThresholdLabeler< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SymmetricEigenAnalysisFunction< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sin< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::RGBToLuminance< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorShiftScale< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorRelativeAnisotropyFunction< TInputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Sqrt< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToReciprocalCoherencyFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NCLSUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ConcatenateScalarValueFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ISRAUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByScalar< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DotProductFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log10< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::AccessorFunctor< TInputImage::PixelType, TAccessor > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToReciprocalCovarianceFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorFractionalAnisotropyFunction< TInputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToIntensity< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SOMbasedImageFilterFunctor< TInputImage::PixelType, TOutputImage::PixelType, TDistanceMetric, TMap > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Asin< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TImage, TImage, Functor::Cast< TImage::PixelType, TImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::EdgePotential< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImageRealPart, TOutputImage, Function::RealToComplex< TInputImageRealPart::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Square< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Log10Thresholded< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalLinearCovarianceToReciprocalCircularCovarianceFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToPolarisationDegreeAndPowerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorChangeLabel< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::GradientMagnitude< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToImaginary< TInputImage::PixelType, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TImage, TImage, Functor::BinaryNot< TImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::AddConstantTo< TInputImage::PixelType, TConstant, TOutputImage::PixelType > >, itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalHAlphaFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::OrthoRectificationFilter< TInputImage, TOutputImage, TMapProjection, TInterpolatorPrecision >, otb::GISTableToLabelMapFilter< TGISTable, TLabelMap >, itk::JoinSeriesImageFilter< TInputImage, TOutputImage >, itk::AutoCropLabelMapFilter< TInputImage >, otb::PointSetToDensityImageFilter< TInputPointSet, TOutputImage, TDensityFunction >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, TFunction >, otb::MultiToMonoChannelExtractROI< TInputPixelType, TOutputPixelType >, otb::RegionImageToRectangularPathListFilter< TInputImage, TOutputPath >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::ReflectanceToSurfaceReflectanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::ImageToLuminanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::ImageToReflectanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >, otb::UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, Functor::LuminanceToReflectanceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > >, itk::PathToImageFilter< TInputPath, TOutputImage >, itk::FlipImageFilter< TImage >, itk::FFTComplexToComplexImageFilter< TPixel, NDimension >, itk::FFTComplexToComplexImageFilter< double, NDimension >, itk::FFTComplexToComplexImageFilter< float, NDimension >, otb::BoxAndWhiskerImageFilter< TInputImage >, otb::SVMImageClassificationWithRuleFilter< TInputImage, TOutputImage, TMaskImage >, otb::ImageToEnvelopeVectorDataFilter< TInputImage, TOutputVectorData >, itk::ChangeRegionLabelMapFilter< TInputImage >, otb::FastICAInternalOptimizerVectorImageFilter< TInputImage, TOutputImage >, otb::ImageToGrayscaleAnaglyphImageFilter< TInputImage1, TInputImage2, TOutputImage >, otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >, otb::ImageToVectorImageCastFilter< TInputImage, TOutputVectorImage >, itk::VoronoiDiagram2DGenerator< TCoordType >, otb::PerBandVectorImageFilter< TInputImage, TOutputImage, TFilter >, otb::ImageToCarvingPathFilter< TInputImage, TOutputPath >, otb::RadiometricMomentsImageFilter< TInputImage, TOutputImage >, otb::PeriodicSOM< TListSample, TMap, TSOMLearningBehaviorFunctor, TSOMNeighborhoodBehaviorFunctor >, otb::NormalizeInnerProductPCAImageFilter< TInputImage, TOutputImage >, otb::ImageToProfileFilter< TInputImage, TOutputImage, TFilter, TParameter >, itk::GradientImageToBloxBoundaryPointImageFilter< TInputImage >, itk::PermuteAxesImageFilter< TImage >, otb::ImageToProfileFilter< TInputImage, TOutputImage, itk::OpeningByReconstructionImageFilter< TInputImage, TOutputImage, TStructuringElement >, unsigned int >, otb::ImageToProfileFilter< TInputImage, TOutputImage, itk::ClosingByReconstructionImageFilter< TInputImage, TOutputImage, TStructuringElement >, unsigned int >, otb::DecimateImageFilter< TInputImage, TOutputImage >, otb::ConcatenateVectorImageFilter< TInputImage1, TInputImage2, TOutputImage >, otb::DifferenceImageFilter< TInputImage, TOutputImage >, itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >, itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >, otb::TileImageFilter< TImage >, otb::ProfileDerivativeToMultiScaleCharacteristicsFilter< TInputImage, TOutputImage, TLabeledImage >, otb::ExtractROI< TInputPixel, TOutputPixel >, otb::ImageToEdgePathFilter< TInputImage, TOutputPath >, otb::ImportGeoInformationImageFilter< TImage, TSourceImage >, otb::EstimateInnerProductPCAImageFilter< TInputImage, TOutputImage >, otb::ROIdataConversion< TInputImage, TInputROIImage >, otb::SOMWithMissingValue< TListSample, TMap, TSOMLearningBehaviorFunctor, TSOMNeighborhoodBehaviorFunctor >, itk::ImageToVectorImageFilter< TInputImage >, itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >, otb::ImageListToImageListApplyFilter< TInputImageList, TOutputImageList, TFilter >, otb::ImageFileReader< TOutputImage >, otb::MorphologicalPyramid::Resampler< TInputImage, TOutputImage >, otb::ImageToPointSetFilter< TInputImage, TOutputPointSet >, otb::ProfileToProfileDerivativeFilter< TInputImage, TOutputImage >, otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >, itk::ImageToMeshFilter< TInputImage, TOutputMesh >, otb::ImageListToVectorImageFilter< TImageList, TVectorImage >, otb::VectorImageToImageListFilter< TVectorImageType, TImageList >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >, otb::PointSetFileReader< TOutputPointSet >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ProjectiveProjectionFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::UnConstrainedLeastSquareFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCoherencyToReciprocalMuellerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToReciprocalCoherencyFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NCLSUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ISRAUnmixingFunctor< TInputImage::PixelType, TOutputImage::PixelType, TPrecision > >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToReciprocalCovarianceFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalCovarianceToCoherencyDegreeFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MuellerToPolarisationDegreeAndPowerFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, otb::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ReciprocalHAlphaFunctor< TInputImage::PixelType, TOutputImage::PixelType > >, itk::FFTComplexConjugateToRealImageFilter< TPixel, VDimension >, and itk::FFTRealToComplexConjugateImageFilter< TPixel, VDimension >.

Examples:
Fusion/BayesianFusionImageFilter.cxx.

Definition at line 1095 of file itkProcessObject.cxx.

Referenced by main().

void itk::ProcessObject::GenerateOutputRequestedRegion ( DataObject output)
protectedvirtualinherited

Given one output whose requested region has been set, how should the requested regions for the remaining outputs of the process object be set? By default, all the outputs are set to the same requested region. If a filter needs to produce different requested regions for each output, for instance an image processing filter producing several outputs at different resolutions, then that filter may override this method and set the requested regions appropriatedly.

Note that a filter producing multiple outputs of different types is required to override this method. The default implementation can only correctly handle multiple outputs of the same type.

By default we set all the output requested regions to be the same.

Reimplemented in itk::watershed::Segmenter< TInputImage >, itk::watershed::Segmenter< InputImageType >, itk::watershed::SegmentTreeGenerator< TScalarType >, itk::watershed::SegmentTreeGenerator< ScalarType >, itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage >, itk::watershed::Relabeler< TScalarType, TImageDimension >, itk::watershed::Relabeler< ScalarType, itkGetStaticConstMacro(ImageDimension)>, itk::watershed::BoundaryResolver< TPixelType, TDimension >, itk::watershed::EquivalenceRelabeler< TScalarType, TImageDimension >, and itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >.

Definition at line 846 of file itkProcessObject.cxx.

virtual const bool& itk::ProcessObject::GetAbortGenerateData ( )
virtualinherited

Get the AbortGenerateData flag for the process object. Process objects may handle premature termination of execution in different ways.

Referenced by itk::ParallelSparseFieldLevelSetImageFilter< TInputImage, TOutputImage >::IterateThreaderCallback().

Command * itk::Object::GetCommand ( unsigned long  tag)
inherited

Get the command associated with the given tag. NOTE: This returns a pointer to a Command, but it is safe to asign this to a Command::Pointer. Since Command inherits from LightObject, at this point in the code, only a pointer or a reference to the Command can be used.

Definition at line 414 of file itkObject.cxx.

References itk::Object::GetCommand(), and NULL.

Referenced by itk::Object::GetCommand().

bool itk::Object::GetDebug ( ) const
inherited

Get the value of the debug flag.

Definition at line 264 of file itkObject.cxx.

Referenced by otb::ogr::ImageReference< double >::GetDebug().

template<class TInputImage, class TOutputImage>
virtual const FiniteDifferenceFunctionType ::Pointer& itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::GetDifferenceFunction ( ) const
virtualinherited

This method returns a pointer to a FiniteDifferenceFunction object that will be used by the filter to calculate updates at image pixels.

Returns:
A FiniteDifferenceObject pointer.
template<class TInputImage, class TOutputImage>
virtual const unsigned int& itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::GetElapsedIterations ( )
virtualinherited

Get the number of elapsed iterations of the filter.

Referenced by itk::ParallelSparseFieldLevelSetImageFilter< TInputImage, TOutputImage >::IterateThreaderCallback().

bool itk::Object::GetGlobalWarningDisplay ( )
staticinherited

Get the value of the global debug output control flag.

Definition at line 381 of file itkObject.cxx.

virtual bool itk::InPlaceImageFilter< TInputImage, TOutputImage >::GetInPlace ( ) const
virtualinherited
template<class TInputImage , class TOutputImage >
const ImageToImageFilter< TInputImage, TOutputImage >::InputImageType * itk::ImageToImageFilter< TInputImage, TOutputImage >::GetInput ( void  )
inherited
template<class TInputImage , class TOutputImage >
const ImageToImageFilter< TInputImage, TOutputImage >::InputImageType * itk::ImageToImageFilter< TInputImage, TOutputImage >::GetInput ( unsigned int  idx)
inherited

Method used internally for getting an input.

Reimplemented from itk::ProcessObject.

Reimplemented in otb::RasterizeVectorDataFilter< TVectorData, TInputImage, TOutputImage >.

Definition at line 99 of file itkImageToImageFilter.txx.

References itk::ProcessObject::GetInput().

const DataObject * itk::ProcessObject::GetInput ( unsigned int  idx) const
protectedinherited
DataObjectPointerArray& itk::ProcessObject::GetInputs ( )
inlineinherited

Return an array with all the inputs of this process object. This is useful for tracing back in the pipeline to construct graphs etc.

Definition at line 108 of file itkProcessObject.h.

Referenced by otb::PipelineMemoryPrintCalculator::EvaluateProcessObjectPrintRecursive().

template<class TInputImage, class TOutputImage>
virtual ValueType itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::GetIsoSurfaceValue ( ) const
virtual
template<class TInputImage, class TOutputImage>
virtual const bool& itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::GetManualReinitialization ( )
virtualinherited
template<class TInputImage, class TOutputImage>
virtual const double& itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::GetMaximumRMSError ( )
virtualinherited
MetaDataDictionary & itk::Object::GetMetaDataDictionary ( void  )
inherited
Returns:
A reference to this objects MetaDataDictionary.
Warning:
This reference may be changed.

Reimplemented in otb::ImageMetadataInterfaceBase.

Definition at line 532 of file itkObject.cxx.

References NULL.

Referenced by otb::RenderingImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData(), itk::Brains2MaskImageIO::CanReadFile(), otb::DataNode< TPrecision, VDimension, TValuePrecision >::CopyFieldList(), otb::VectorImage< TPixel, VImageDimension >::CopyInformation(), otb::Image< TPixel, VImageDimension >::CopyInformation(), itk::GDCMImageIO::GetBodyPart(), itk::GDCMImageIO::GetInstitution(), itk::GDCMImageIO::GetManufacturer(), itk::GDCMImageIO::GetModality(), itk::GDCMImageIO::GetModel(), itk::GDCMImageIO::GetNumberOfSeriesInStudy(), itk::GDCMImageIO::GetNumberOfStudyRelatedSeries(), itk::GDCMImageIO::GetPatientAge(), itk::GDCMImageIO::GetPatientDOB(), itk::GDCMImageIO::GetPatientID(), itk::GDCMImageIO::GetPatientName(), itk::GDCMImageIO::GetPatientSex(), itk::GDCMImageIO::GetScanOptions(), itk::GDCMImageIO::GetStudyDate(), itk::GDCMImageIO::GetStudyDescription(), itk::GDCMImageIO::GetStudyID(), itk::GDCMImageIO::GetValueFromTag(), otb::GDALImageIO::InternalReadImageInformation(), itk::GDCMImageIO::InternalReadImageInformation(), otb::GDALImageIO::InternalWriteImageInformation(), otb::RAMDrivenAdaptativeStreamingManager< TImage >::PrepareStreaming(), itk::DICOMImageIO2::Read(), itk::DICOMImageIO2::ReadImageInformation(), itk::NrrdImageIO::ReadImageInformation(), otb::JPEG2000ImageIO::ReadImageInformation(), itk::MetaImageIO::ReadImageInformation(), itk::VoxBoCUBImageIO::ReadImageInformation(), itk::MRCImageIO::ReadImageInformation(), itk::IPLCommonImageIO::ReadImageInformation(), itk::PhilipsRECImageIO::ReadImageInformation(), itk::AnalyzeImageIO::ReadImageInformation(), itk::Bruker2DSEQImageIO::ReadImageInformation(), otb::ImageMetadataInterfaceBase::SetImage(), itk::NiftiImageIO::SetImageIOMetadataFromNIfTI(), otb::VectorDataToLabelImageFilter< TVectorData, TOutputImage >::SetOutputParametersFromImage(), itk::NrrdImageIO::Write(), itk::GDCMImageIO::Write(), and itk::PolygonGroupSpatialObjectXMLFileWriter::WriteFile().

const MetaDataDictionary & itk::Object::GetMetaDataDictionary ( void  ) const
inherited
Returns:
A constant reference to this objects MetaDataDictionary.

Reimplemented in otb::ImageMetadataInterfaceBase.

Definition at line 543 of file itkObject.cxx.

References NULL.

unsigned long itk::Object::GetMTime ( void  ) const
virtualinherited

Return this objects modified time.

Return the modification for this object.

Reimplemented in itk::ImageAdaptor< TImage, TAccessor >, itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, otb::Accessor::VectorImageToASPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, Accessor::TanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToModulusPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AbsPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ShiftScalePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToPhasePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< VectorImage< TPixelType, Dimension >, Accessor::VectorImageToImagePixelAccessor< TPixelType > >, itk::ImageAdaptor< TImage, Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToRealPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpNegativePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AcosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::RGBToLuminancePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AddPixelAccessor< TImage::PixelType > >, itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::SpatialObject< TDimension >, itk::SpatialObject< 3 >, itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >, itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >, itk::ImageRegistrationMethod< TFixedImage, TMovingImage >, itk::VectorResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::ImageToSpatialObjectRegistrationMethod< TFixedImage, TMovingSpatialObject >, itk::TransformToDeformationFieldSource< TOutputImage, TTransformPrecisionType >, itk::InverseDeformationFieldImageFilter< TInputImage, TOutputImage >, itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >, itk::BoundingBox< TPointIdentifier, VPointDimension, TCoordRep, TPointsContainer >, itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >, itk::DeformationFieldSource< TOutputImage >, itk::ImageSpatialObject< TDimension, TPixelType >, itk::ImageSpatialObject< TDimension, unsigned char >, itk::MeshSpatialObject< TMesh >, and itk::SceneSpatialObject< TSpaceDimension >.

Definition at line 286 of file itkObject.cxx.

Referenced by itk::DeformationFieldSource< TOutputImage >::GetMTime(), itk::BoundingBox< TPointIdentifier, VPointDimension, TCoordRep, TPointsContainer >::GetMTime(), itk::InverseDeformationFieldImageFilter< TInputImage, TOutputImage >::GetMTime(), itk::TransformToDeformationFieldSource< TOutputImage, TTransformPrecisionType >::GetMTime(), itk::VectorResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::GetMTime(), itk::SpatialObject< TDimension >::GetMTime(), itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::GetMTime(), itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >::GetObjectMTime(), otb::Function::NoStretchRenderingFunction< TPixel, TRGBPixel, TPixelRepresentationFunction, TTransferFunction >::Initialize(), otb::Function::StandardRenderingFunction< TPixel, TRGBPixel, TPixelRepresentationFunction, TTransferFunction >::Initialize(), itk::VTKImageExportBase::PipelineModifiedCallback(), and itk::ProcessObject::UpdateOutputInformation().

MultiThreader* itk::ProcessObject::GetMultiThreader ( )
inlineinherited

Return the multithreader used by this class.

Definition at line 280 of file itkProcessObject.h.

template<class TInputImage, class TOutputImage>
virtual const char* itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::GetNameOfClass ( ) const
virtual
template<class TInputImage, class TOutputImage>
float itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::GetNarrowBandInnerRadius ( )
inline

Get the narrow band inner radius.

Definition at line 174 of file itkNarrowBandImageFilterBase.h.

template<class TInputImage, class TOutputImage>
float itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::GetNarrowBandTotalRadius ( )
inline

Get the narrow band total radius.

Definition at line 157 of file itkNarrowBandImageFilterBase.h.

DataObjectPointerArraySizeType itk::ProcessObject::GetNumberOfInputs ( ) const
inlineinherited

Get the size of the input vector. This is merely the size of the input vector, not the number of inputs that have valid DataObject's assigned. Use GetNumberOfValidRequiredInputs() to determine how many inputs are non-null.

Definition at line 118 of file itkProcessObject.h.

Referenced by otb::PipelineMemoryPrintCalculator::EvaluateProcessObjectPrintRecursive().

template<class TInputImage, class TOutputImage>
virtual const unsigned int& itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::GetNumberOfIterations ( )
virtualinherited
DataObjectPointerArraySizeType itk::ProcessObject::GetNumberOfOutputs ( ) const
inlineinherited
virtual const unsigned int& itk::ProcessObject::GetNumberOfRequiredInputs ( )
protectedvirtualinherited
virtual const unsigned int& itk::ProcessObject::GetNumberOfRequiredOutputs ( )
protectedvirtualinherited
virtual const int& itk::ProcessObject::GetNumberOfThreads ( )
virtualinherited
ProcessObject::DataObjectPointerArraySizeType itk::ProcessObject::GetNumberOfValidRequiredInputs ( ) const
virtualinherited

Get the number of valid inputs. This is the number of non-null entries in the input vector in the first NumberOfRequiredInputs slots. This method is used to determine whether the necessary required inputs have been set. Subclasses of ProcessObject may override this implementation if the required inputs are not the first slots in input vector.

Get the number of specified inputs

Reimplemented in itk::MultiResolutionPDEDeformableRegistration< TFixedImage, TMovingImage, TDeformationField, TRealType >, and itk::PDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDeformationField >.

Definition at line 112 of file itkProcessObject.cxx.

template<class TOutputImage >
ImageSource< TOutputImage >::OutputImageType * itk::ImageSource< TOutputImage >::GetOutput ( void  )
inherited

Get the output data of this process object. The output of this function is not valid until an appropriate Update() method has been called, either explicitly or implicitly. Both the filter itself and the data object have Update() methods, and both methods update the data. Here are three ways to use GetOutput() and make sure the data is valid. In these examples, image is a pointer to some Image object, and the particular ProcessObjects involved are filters. The same examples apply to non-image (e.g. Mesh) data as well.

anotherFilter->SetInput( someFilter->GetOutput() );
anotherFilter->Update();

In this situation, someFilter and anotherFilter are said to constitute a pipeline.

image = someFilter->GetOutput();
image->Update();
someFilter->Update();
image = someFilter->GetOutput();

(In the above example, the two lines of code can be in either order.)

Note that Update() is not called automatically except within a pipeline as in the first example. When streaming (using a StreamingImageFilter) is activated, it may be more efficient to use a pipeline than to call Update() once for each filter in turn.

For an image, the data generated is for the requested Region, which can be set using ImageBase::SetRequestedRegion(). By default, the largest possible region is requested.

For Filters which have multiple outputs of different types, the GetOutput() method assumes the output is of OutputImageType. For the GetOutput(unsigned int) method, a dynamic_cast is performed incase the filter has outputs of different types or image types. Derived classes should have names get methods for these outputs.

Reimplemented in otb::ImageToLabelMapWithAttributesFilter< TInputImage, TLabeledImage, TLabel, TLabelObject >, otb::ImageToModulusAndDirectionImageFilter< TInputImage, TOutputImage, TOutputImageDirection >, otb::ImageToModulusAndDirectionImageFilter< TInputImage, TOutputModulus, TOutputDirection >, otb::ImageToModulusAndDirectionImageFilter< TInputImage, TOutputImage, TOutputImageDirection >, otb::ImageToModulusAndDirectionImageFilter< TInputImage, TOutputModulus, TOutputDirection >, and otb::ImageListToSingleImageFilter< TInputImageType >.

Definition at line 66 of file itkImageSource.txx.

References itk::ProcessObject::GetOutput().

Referenced by itk::LaplacianSegmentationLevelSetFunction< TImageType, TFeatureImageType >::CalculateSpeedImage(), itk::ImageSeriesReader< TOutputImage >::ComputeMovingDimensionIndex(), otb::ImageSeriesFileReader< Image< TPixel, 2 >, Image< TInternalPixel, 2 > >::GenerateData(), otb::ImageSeriesFileReader< Image< TPixel, 2 >, VectorImage< TInternalPixel, 2 > >::GenerateData(), otb::ImageSeriesFileReader< VectorImage< TPixel, 2 >, VectorImage< TInternalPixel, 2 > >::GenerateData(), and main().

template<class TOutputImage >
ImageSource< TOutputImage >::OutputImageType * itk::ImageSource< TOutputImage >::GetOutput ( unsigned int  idx)
inherited

Method used internally for getting an output.

Reimplemented from itk::ProcessObject.

Definition at line 85 of file itkImageSource.txx.

References itk::ProcessObject::GetOutput(), and NULL.

const DataObject * itk::ProcessObject::GetOutput ( unsigned int  idx) const
protectedinherited

Definition at line 454 of file itkProcessObject.cxx.

References NULL.

DataObjectPointerArray& itk::ProcessObject::GetOutputs ( )
inlineinherited

Return an array with all the outputs of this process object. This is useful for tracing forward in the pipeline to contruct graphs etc.

Definition at line 133 of file itkProcessObject.h.

Referenced by otb::PipelineMemoryPrintCalculator::EvaluateProcessObjectPrintRecursive().

virtual const float& itk::ProcessObject::GetProgress ( )
virtualinherited
virtual int itk::LightObject::GetReferenceCount ( ) const
inlinevirtualinherited

Gets the reference count on this object.

Definition at line 105 of file itkLightObject.h.

virtual const bool& itk::ProcessObject::GetReleaseDataBeforeUpdateFlag ( )
virtualinherited
bool itk::ProcessObject::GetReleaseDataFlag ( ) const
virtualinherited

Definition at line 512 of file itkProcessObject.cxx.

template<class TInputImage, class TOutputImage>
virtual const double& itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::GetRMSChange ( )
virtualinherited
template<class TInputImage , class TOutputImage >
void itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::GetSplitRegion ( int  i,
ThreadRegionType splitRegion 
)
protected

This function returns a single region (of the narrow band list) for use in multi-threading

Definition at line 383 of file itkNarrowBandImageFilterBase.txx.

References itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::ThreadRegionType::first, and itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::ThreadRegionType::last.

template<class TInputImage, class TOutputImage>
virtual const FilterStateType& itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::GetState ( )
virtualinherited
template<class TInputImage, class TOutputImage>
virtual const bool& itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::GetUseImageSpacing ( )
virtualinherited
static void itk::Object::GlobalWarningDisplayOff ( )
inlinestaticinherited
static void itk::Object::GlobalWarningDisplayOn ( )
inlinestaticinherited

Definition at line 98 of file itkObject.h.

References itk::Object::SetGlobalWarningDisplay().

template<class TOutputImage >
void itk::ImageSource< TOutputImage >::GraftNthOutput ( unsigned int  idx,
DataObject output 
)
virtualinherited

Graft the specified data object onto this ProcessObject's idx'th output. This is similar to the GraftOutput method except it allows you to specify which output is affected. The specified index must be a valid output number (less than ProcessObject::GetNumberOfOutputs()). See the GraftOutput for general usage information.

Definition at line 113 of file itkImageSource.txx.

References itk::ProcessObject::GetOutput(), and itk::DataObject::Graft().

template<class TOutputImage >
void itk::ImageSource< TOutputImage >::GraftOutput ( DataObject output)
virtualinherited

Graft the specified DataObject onto this ProcessObject's output. This method grabs a handle to the specified DataObject's bulk data to used as its output's own bulk data. It also copies the region ivars (RequestedRegion, BufferedRegion, LargestPossibleRegion) and meta-data (Spacing, Origin) from the specified data object into this filter's output data object. Most importantly, however, it leaves the Source ivar untouched so the original pipeline routing is intact. This method is used when a process object is implemented using a mini-pipeline which is defined in its GenerateData() method. The usage is:

// setup the mini-pipeline to process the input to this filter
firstFilterInMiniPipeline->SetInput( this->GetInput() );
// setup the mini-pipeline to calculate the correct regions
// and write to the appropriate bulk data block
lastFilterInMiniPipeline->GraftOutput( this->GetOutput() );
// execute the mini-pipeline
lastFilterInMiniPipeline->Update();
// graft the mini-pipeline output back onto this filter's output.
// this is needed to get the appropriate regions passed back.
this->GraftOutput( lastFilterInMiniPipeline->GetOutput() );

For proper pipeline execution, a filter using a mini-pipeline must implement the GenerateInputRequestedRegion(), GenerateOutputRequestedRegion(), GenerateOutputInformation() and EnlargeOutputRequestedRegion() methods as necessary to reflect how the mini-pipeline will execute (in other words, the outer filter's pipeline mechanism must be consistent with what the mini-pipeline will do).

Definition at line 101 of file itkImageSource.txx.

Referenced by otb::ImageSeriesFileReader< Image< TPixel, 2 >, Image< TInternalPixel, 2 > >::GenerateData(), otb::ImageSeriesFileReader< Image< TPixel, 2 >, VectorImage< TInternalPixel, 2 > >::GenerateData(), otb::ImageSeriesFileReader< VectorImage< TPixel, 2 >, VectorImage< TInternalPixel, 2 > >::GenerateData(), and itk::ParallelSparseFieldLevelSetImageFilter< TInputImage, TOutputImage >::IterateThreaderCallback().

template<class TInputImage , class TOutputImage >
bool itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::Halt ( )
protectedvirtualinherited
bool itk::Object::HasObserver ( const EventObject event) const
inherited

Return true if an observer is registered for this event.

Definition at line 467 of file itkObject.cxx.

template<class TInputImage , class TOutputImage >
void itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::Initialize ( void  )
protectedvirtual

This function clears the existing narrow band, calls CreateNarrowBand to create a band, and calls the SplitRegions function of NarrowBand to pre-partition the band for multi-threading.

Reimplemented from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >.

Definition at line 240 of file itkNarrowBandImageFilterBase.txx.

template<class TInputImage , class TOutputImage >
void itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::InitializeIteration ( )
protectedvirtual

This method check the narrow band state each iteration and reinitialize the narrow band if it is appropiate calling CreateNarrowBand and SplitRegions to pre-partion the band for multi-threading.

Reimplemented from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >.

Reimplemented in itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, TOutputImage >, and itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >.

Definition at line 277 of file itkNarrowBandImageFilterBase.txx.

virtual void itk::InPlaceImageFilter< TInputImage, TOutputImage >::InPlaceOff ( )
virtualinherited
virtual void itk::InPlaceImageFilter< TInputImage, TOutputImage >::InPlaceOn ( )
virtualinherited
template<class TInputImage, class TOutputImage>
void itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::InsertNarrowBandNode ( BandNodeType node)
inline

Root Mean Square Change between successive iterations This function is used to insert a pixel index into the narrow band The entire narrow band can be constructed using this method. Usually, however, the narrow band is initialized and reinitialized automatically by the subclass.

Definition at line 121 of file itkNarrowBandImageFilterBase.h.

template<class TInputImage, class TOutputImage>
void itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::InsertNarrowBandNode ( IndexType index)
inline

Definition at line 126 of file itkNarrowBandImageFilterBase.h.

template<class TInputImage, class TOutputImage>
void itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::InsertNarrowBandNode ( IndexType index,
PixelType value,
signed char &  nodestate 
)
inline

Definition at line 133 of file itkNarrowBandImageFilterBase.h.

void itk::Object::InvokeEvent ( const EventObject event)
inherited
void itk::Object::InvokeEvent ( const EventObject event) const
inherited

Call Execute on all the Commands observing this event id. The actions triggered by this call doesn't modify this object.

Definition at line 457 of file itkObject.cxx.

template<class TInputImage , class TOutputImage >
ITK_THREAD_RETURN_TYPE itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::IterateThreaderCallback ( void *  arg)
staticprivate
template<class TOutputImage >
ImageSource< TOutputImage >::DataObjectPointer itk::ImageSource< TOutputImage >::MakeOutput ( unsigned int  idx)
virtualinherited

Make a DataObject of the correct type to used as the specified output. Every ProcessObject subclass must be able to create a DataObject that can be used as a specified output. This method is automatically called when DataObject::DisconnectPipeline() is called. DataObject::DisconnectPipeline, disconnects a data object from being an output of its current source. When the data object is disconnected, the ProcessObject needs to construct a replacement output data object so that the ProcessObject is in a valid state. So DataObject::DisconnectPipeline eventually calls ProcessObject::MakeOutput. Note that MakeOutput always returns a SmartPointer to a DataObject. If a subclass of ImageSource has multiple outputs of different types, then that class must provide an implementation of MakeOutput().

Reimplemented from itk::ProcessObject.

Reimplemented in itk::SignedDanielssonDistanceMapImageFilter< TInputImage, TOutputImage >, itk::BayesianClassifierImageFilter< TInputVectorImage, TLabelsType, TPosteriorsPrecisionType, TPriorsPrecisionType >, otb::PersistentStreamingStatisticsVectorImageFilter< TInputImage, TPrecision >, itk::MultiScaleHessianBasedMeasureImageFilter< TInputImage, THessianImage, TOutputImage >, otb::PersistentHistogramVectorImageFilter< TInputImage >, otb::PersistentObjectDetectionClassifier< TInputImage, TOutputVectorData, TLabel, TFunctionType >, otb::PersistentDescriptorsListSampleGenerator< TInputImage, TVectorData, TFunctionType, TListSample, TLabelListSample >, otb::PersistentStatisticsImageFilter< TInputImage >, otb::PersistentCompareImageFilter< TInputImage >, otb::PersistentMatrixTransposeMatrixImageFilter< TInputImage, TInputImage2 >, otb::PersistentMinMaxImageFilter< TInputImage >, itk::StatisticsImageFilter< TInputImage >, otb::PersistentMinMaxVectorImageFilter< TInputImage >, itk::MaskedMovingHistogramImageFilter< TInputImage, TMaskImage, TOutputImage, TKernel, THistogram >, itk::MaskedMovingHistogramImageFilter< TInputImage, TMaskImage, TOutputImage, TKernel, MaskedRankHistogram< TInputImage::PixelType > >, itk::EigenAnalysis2DImageFilter< TInputImage, TEigenValueImage, TEigenVectorImage >, otb::PersistentInnerProductVectorImageFilter< TInputImage >, otb::PersistentStreamingStatisticsMapFromLabelImageFilter< TInputVectorImage, TLabelImage >, otb::PersistentVectorImageToMatrixFilter< TInputImage >, itk::MinimumMaximumImageFilter< TInputImage >, and otb::MinMaxAttributesLabelMapFilter< TInputImage >.

Definition at line 55 of file itkImageSource.txx.

template<class TInputImage, class TOutputImage>
virtual void itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::ManualReinitializationOff ( )
virtualinherited
template<class TInputImage, class TOutputImage>
virtual void itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::ManualReinitializationOn ( )
virtualinherited
void itk::Object::Modified ( void  ) const
virtualinherited

Update the modification time for this object. Many filters rely on the modification time to determine if they need to recompute their data.

Make sure this object's modified time is greater than all others.

Reimplemented in otb::SVMModel< TValue, TLabel >, otb::SurfaceAdjacencyEffect6SCorrectionSchemeFilter< TInputImage, TOutputImage >, itk::ImageAdaptor< TImage, TAccessor >, itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, otb::Accessor::VectorImageToASPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, Accessor::TanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToModulusPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AbsPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ShiftScalePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToPhasePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< VectorImage< TPixelType, Dimension >, Accessor::VectorImageToImagePixelAccessor< TPixelType > >, itk::ImageAdaptor< TImage, Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToRealPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpNegativePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AcosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::RGBToLuminancePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AddPixelAccessor< TImage::PixelType > >, otb::GenericRSTransform< TScalarType, NInputDimensions, NOutputDimensions >, otb::MeanShiftImageFilter< TInputImage, TOutputImage, TLabeledOutput, TBufferConverter >, otb::MeanShiftImageFilter< TInputImage, TOutputImage, TLabeledOutput, MeanShift::VectorBufferConverter >, otb::GCPsToRPCSensorModelImageFilter< TImage >, otb::Polygon< TValue >, otb::ImageRegionAdaptativeSplitter< VImageDimension >, otb::GenericInterpolateImageFunction< TInputImage, TFunction, TBoundaryCondition, TCoordRep >, itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >, otb::PolyLineParametricPathWithValue< TValue, VDimension >, itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >, otb::PolyLineParametricPathWithValue< TValue, 2 >, itk::MorphologicalGradientImageFilter< TInputImage, TOutputImage, TKernel >, otb::PhysicalToRPCSensorModelImageFilter< TImage >, itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleMorphologicalOpeningImageFilter< TInputImage, TOutputImage, TKernel >, itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >, itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< ::itk::GetImageDimension< TInputImage >::ImageDimension > > >, itk::NormalizeImageFilter< TInputImage, TOutputImage >, and otb::StatisticsXMLFileReader< TMeasurementVector >.

Definition at line 297 of file itkObject.cxx.

Referenced by otb::Wrapper::InputImageListParameter::AddFromFileName(), otb::Wrapper::InputVectorDataListParameter::AddFromFileName(), otb::Wrapper::InputImageListParameter::AddImage(), otb::Wrapper::InputImageListParameter::AddNullElement(), otb::Wrapper::InputVectorDataListParameter::AddNullElement(), otb::Wrapper::StringListParameter::AddNullElement(), otb::VectorDataModel::AddPointToGeometry(), otb::Wrapper::InputVectorDataListParameter::AddVectorData(), otb::Wrapper::InputImageListParameter::ClearValue(), otb::Wrapper::InputVectorDataListParameter::ClearValue(), otb::VectorDataModel::DeleteGeometry(), otb::VectorDataModel::EndGeometry(), otb::Wrapper::InputImageListParameter::Erase(), otb::Wrapper::InputVectorDataListParameter::Erase(), itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::InsertNarrowBandNode(), otb::ImageWidget< TInputImage >::LinearInterpolationOff(), otb::ImageWidget< TInputImage >::LinearInterpolationOn(), itk::MatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::MatrixOffsetTransformBase(), otb::ogr::ImageReference< double >::Modified(), otb::Function::StandardRenderingFunction< TPixel, TRGBPixel, TPixelRepresentationFunction, TTransferFunction >::SetAutoMinMax(), otb::BlendingImageFilter< TInputImage1, TInputImage2, TOutputImage >::SetBlendingFunction(), otb::ImageLayerGenerator< TImageLayer >::SetBlendingFunction(), otb::TileMapImageIO::SetCacheDirectory(), itk::MatrixOffsetTransformBase< TScalarType, 3, 3 >::SetCenter(), otb::Function::StandardRenderingFunction< TPixel, TRGBPixel, TPixelRepresentationFunction, TTransferFunction >::SetChannelList(), itk::LBFGSBOptimizer::SetCostFunction(), itk::MINC2ImageIO::SetDimensionName(), itk::ImageIOBase::SetDimensions(), itk::ImageIOBase::SetDirection(), otb::Wrapper::InputImageListParameter::SetImageList(), itk::GDCMSeriesFileNames::SetInputDirectory(), otb::HistogramStatisticsFunction< TInputHistogram, TOutput >::SetInputHistogram(), otb::ImageToGenericRSOutputParameters< TImage >::SetInputKeywordList(), otb::Wrapper::InputVectorDataListParameter::SetListFromFileName(), otb::Wrapper::InputImageListParameter::SetListFromFileName(), otb::Function::RenderingFunction< TPixel, TRGBPixel >::SetListSample(), itk::MatrixOffsetTransformBase< TScalarType, 3, 3 >::SetMatrix(), itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::SetNarrowBand(), itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::SetNarrowBandInnerRadius(), itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::SetNarrowBandTotalRadius(), otb::Wrapper::InputImageListParameter::SetNthFileName(), otb::Wrapper::InputVectorDataListParameter::SetNthFileName(), itk::ImageIOBase::SetNumberOfDimensions(), itk::MatrixOffsetTransformBase< TScalarType, 3, 3 >::SetOffset(), itk::ImageIOBase::SetOrigin(), otb::ImageToGenericRSOutputParameters< TImage >::SetOutputProjectionRef(), otb::MapProjectionAdapter::SetParameter(), otb::Function::GaussianRenderingFunction< TPixel, TRGBPixel, TPixelRepresentationFunction, TTransferFunction >::SetParameters(), otb::Function::StandardRenderingFunction< TPixel, TRGBPixel, TPixelRepresentationFunction, TTransferFunction >::SetParameters(), itk::ThresholdLabelerImageFilter< TInputImage, TOutputImage >::SetRealThresholds(), otb::ImageLayerGenerator< TImageLayer >::SetRenderingFunction(), otb::RenderingImageFilter< TInputImage, TOutputImage >::SetRenderingFunction(), itk::ImageIOBase::SetSpacing(), itk::ThresholdLabelerImageFilter< TInputImage, TOutputImage >::SetThresholds(), itk::Statistics::GoodnessOfFitFunctionBase< TInputHistogram >::SetTotalObservedScale(), itk::MatrixOffsetTransformBase< TScalarType, 3, 3 >::SetTranslation(), otb::Wrapper::OutputFilenameParameter::SetValue(), otb::Wrapper::InputFilenameParameter::SetValue(), otb::Wrapper::ListViewParameter::SetValue(), otb::Wrapper::ChoiceParameter::SetValue(), otb::Wrapper::InputVectorDataListParameter::SetVectorDataList(), and otb::MapProjectionAdapter::SetWkt().

Object::Pointer itk::Object::New ( void  )
staticinherited

Method for creation through the object factory.

Reimplemented from itk::LightObject.

Reimplemented in otb::MeanShiftSmoothingImageFilter< TInputImage, TOutputImage, TKernel, TOutputIterationImage >, otb::TernaryFunctorImageFilterWithNBands< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunctor >, itk::Statistics::KdTree< TSample >, otb::ImageSeriesFileReader< VectorImage< TPixel, 2 >, VectorImage< TInternalPixel, 2 > >, itk::CStyleCommand, otb::DefaultGeometriesToGeometriesFilter< TransformationFunctor, FieldTransformationPolicy >, otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >, itk::SimpleConstMemberCommand< T >, otb::ProlateInterpolateImageFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >, otb::ObjectDetectionClassifier< TInputImage, TOutputVectorData, TLabel, TFunctionPrecision, TCoordRep >, otb::StreamingShrinkImageFilter< TInputImage, TOutputImage >, otb::VariableLengthVectorConverter< itk::SmartPointer< itk::Statistics::Histogram< TPixel > >, TPrecisionType >, otb::ImageSeriesFileReader< Image< TPixel, 2 >, VectorImage< TInternalPixel, 2 > >, otb::DescriptorsListSampleGenerator< TInputImage, TVectorData, TListSample, TLabelListSample, TOutputPrecision, TCoordRep >, itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >, itk::MinMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >, otb::StreamingStatisticsVectorImageFilter< TInputImage, TPrecision >, itk::ParallelSparseFieldLevelSetImageFilter< TInputImage, TOutputImage >, itk::WindowedSincInterpolateImageFunction< TInputImage, VRadius, TWindowFunction, TBoundaryCondition, TCoordRep >, otb::ImageWidgetSquareTransferFunction< TPixel >, otb::PixelWiseBlockMatchingImageFilter< TInputImage, TOutputMetricImage, TOutputDisparityImage, TMaskImage, TBlockMatchingFunctor >, otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, Wavelet::INVERSE, FullyDecomposedWaveletPacketCost< TInputImage > >, otb::StreamingImageToOGRLayerSegmentationFilter< TImageType, TSegmentationFilter >, itk::QuadEdgeMesh< TPixel, VDimension, TTraits >, itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >, itk::SparseFieldLevelSetImageFilter< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >, itk::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, THistogram >, itk::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, Function::MorphologyHistogram< TInputImage::PixelType, std::less< TInputImage::PixelType > > >, itk::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, Function::MorphologyHistogram< TInputImage::PixelType, std::greater< TInputImage::PixelType > > >, itk::MRIBiasFieldCorrectionFilter< TInputImage, TOutputImage, TMaskImage >, otb::WaveletTransform< TInputImage, TOutputImage, TFilter, Wavelet::INVERSE >, itk::SimpleMemberCommand< T >, otb::BayesianFusionFilter< TInputMultiSpectralImage, TInputMultiSpectralInterpImage, TInputPanchroImage, TOutputImage >, itk::JoinImageFilter< TInputImage1, TInputImage2 >, otb::VariableLengthVectorConverter< itk::FixedArray< TInternalInputType, VArrayDimension >, TPrecisionType >, otb::ReciprocalHAlphaImageFilter< TInputImage, TOutputImage >, otb::StreamingHistogramVectorImageFilter< TInputImage >, otb::ShapeAttributesLabelMapFilter< TImage, TLabelImage >, otb::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >, itk::MovingHistogramMorphologicalGradientImageFilter< TInputImage, TOutputImage, TKernel >, otb::StreamingMatrixTransposeMatrixImageFilter< TInputImage1, TInputImage2 >, otb::MuellerToPolarisationDegreeAndPowerImageFilter< TInputImage, TOutputImage >, itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >, otb::StreamingStatisticsImageFilter< TInputImage >, otb::CommandLineArgumentParser, otb::ImageWidgetLogTransferFunction< TPixel >, otb::ViewerModel, otb::StreamingCompareImageFilter< TInputImage >, otb::StreamingMinMaxImageFilter< TInputImage >, otb::ConvexOrConcaveClassificationFilter< TInputImage, TOutputImage >, itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >, otb::StreamingStatisticsMapFromLabelImageFilter< TInputVectorImage, TLabelImage >, otb::VariableLengthVectorConverter< std::vector< std::vector< std::complex< TInternalInputType > > >, TPrecisionType >, itk::WatershedImageFilter< TInputImage >, itk::OrientImageFilter< TInputImage, TOutputImage >, otb::SurfaceReflectanceToReflectanceFilter< TInputImage, TOutputImage >, otb::KullbackLeiblerProfileImageFilter< TInputImage1, TInputImage2, TOutputImage >, otb::BCOInterpolateImageFunction< otb::VectorImage< TPixel, VImageDimension >, TCoordRep >, itk::KLMRegionGrowImageFilter< TInputImage, TOutputImage >, otb::StreamingMinMaxVectorImageFilter< TInputImage >, otb::PersistentShrinkImageFilter< TInputImage, TOutputImage >, otb::SurfaceAdjacencyEffect6SCorrectionSchemeFilter< TInputImage, TOutputImage >, otb::AtmosphericRadiativeTerms, itk::RawImageIOFactory< TPixel, VImageDimension >, itk::VectorFuzzyConnectednessImageFilter< TInputImage, TOutputImage >, otb::ShiftScaleVectorImageFilter< TInputImage, TOutputImage >, otb::StreamingInnerProductVectorImageFilter< TInputImage >, otb::UrbanAreaDetectionImageFilter< TInputImage, TOutputImage, TFunction >, otb::ImageSeriesFileReader< Image< TPixel, 2 >, Image< TInternalPixel, 2 > >, itk::ReceptorMemberCommand< T >, otb::GeometriesProjectionFilter, itk::NumberOfFacesCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >, otb::BandsStatisticsAttributesLabelMapFilter< TImage, TFeatureImage >, otb::LuminanceToReflectanceImageFilter< TInputImage, TOutputImage >, otb::ImageWidgetSquareRootTransferFunction< TPixel >, otb::MultiScaleConvexOrConcaveClassificationFilter< TInputImage, TOutputImage >, otb::ImageToReflectanceImageFilter< TInputImage, TOutputImage >, otb::KullbackLeiblerDistanceImageFilter< TInputImage1, TInputImage2, TOutputImage >, otb::MRFEnergy< TInput2, TInput2 >, itk::SymmetricEigenAnalysisImageFilter< TInputImage, TOutputImage >, itk::PhilipsPAR, otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::FORWARD >, itk::AutomaticTopologyMeshSource< TOutputMesh >, itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::SparseFieldLayer< TNodeType >, otb::VectorImageToMatrixImageFilter< TInputImage >, otb::WindowedSincInterpolateImageFunctionBase< TInputImage, TWindowFunction, TBoundaryCondition, TCoordRep >, otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::WelchWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::CosineWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::GaussianWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::BlackmanWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::LanczosWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, otb::WindowedSincInterpolateImageFunctionBase< TInputImage, Function::HammingWindowFunction< TInputInterpolator, TOutputInterpolator >, TBoundaryCondition, TCoordRep >, otb::PrintableImageFilter< TInputImage, TMaskImage >, otb::UnConstrainedLeastSquareImageFilter< TInputImage, TOutputImage, TPrecision >, otb::ReflectanceToSurfaceReflectanceImageFilter< TInputImage, TOutputImage >, itk::SpatialObject< TDimension >, itk::SpatialObject< 3 >, itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >, otb::MuellerToReciprocalCovarianceImageFilter< TInputImage, TOutputImage >, itk::VectorGradientMagnitudeImageFilter< TInputImage, TRealType, TOutputImage >, otb::StatisticsAttributesLabelMapFilter< TImage, TFeatureImage >, itk::MultiThreader, otb::NormalizeVectorImageFilter< TInputImage, TOutputImage >, otb::VariableLengthVectorConverter< std::vector< std::vector< TInternalInputType > >, TPrecisionType >, itk::KLMSegmentationBorder, otb::Functor::ScalarToRainbowRGBPixelFunctor< TScalar, TRGBPixel >, otb::NCLSUnmixingImageFilter< TInputImage, TOutputImage, TPrecision >, otb::ReciprocalLinearCovarianceToReciprocalCircularCovarianceImageFilter< TInputImage, TOutputImage >, itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, otb::ImageAndVectorImageOperationFilter< TInputImage, TVectorInputImage, TOutputImage >, otb::ISRAUnmixingImageFilter< TInputImage, TOutputImage, TPrecision >, itk::SigmoidImageFilter< TInputImage, TOutputImage >, otb::RenderingImageFilter< TInputImage, TOutputImage >, itk::MRFImageFilter< TInputImage, TClassifiedImage >, itk::ImageKmeansModelEstimator< TInputImage, TMembershipFunction >, itk::BinaryMorphologyImageFilter< TInputImage, TOutputImage, TKernel >, otb::BCOInterpolateImageFunction< TInputImage, TCoordRep >, itk::AdaptImageFilter< TInputImage, TOutputImage, TAccessor >, otb::KullbackLeiblerSupervizedDistanceImageFilter< TInputImage1, TInputImage2, TInputROIImage, TOutputImage >, itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >, itk::DiffusionTensor3DReconstructionImageFilter< TReferenceImagePixelType, TGradientImagePixelType, TTensorPixelType >, otb::MDMDNMFImageFilter< TInputImage, TOutputImage >, otb::ImageToLuminanceImageFilter< TInputImage, TOutputImage >, itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >, MyChangeDetectorImageFilter< TInputImage1, TInputImage2, TOutputImage >, otb::ReciprocalCovarianceToCoherencyDegreeImageFilter< TInputImage, TOutputImage >, otb::VectorImageToColorAnaglyphVectorImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::BinaryThresholdImageFilter< TInputImage, TOutputImage >, itk::FFTWComplexToComplexImageFilter< double, NDimension >, itk::GeodesicActiveContourLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::ShapeDetectionLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, otb::ReciprocalCovarianceToReciprocalCoherencyImageFilter< TInputImage, TOutputImage >, otb::ChangeLabelImageFilter< TInputImage, TOutputImage >, itk::IntensityWindowingImageFilter< TInputImage, TOutputImage >, itk::BinaryMorphologyImageFilter< TInputImage, TOutputImage, TKernel >, otb::ReciprocalCoherencyToReciprocalMuellerImageFilter< TInputImage, TOutputImage >, itk::STAPLEImageFilter< TInputImage, TOutputImage >, itk::watershed::Boundary< TScalarType, TDimension >, otb::RGBAPixelConverter< TInternalInputPixelType, itk::RGBPixel< TInternalOutputPixelType > >, itk::ChangeLabelImageFilter< TInputImage, TOutputImage >, itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >, itk::CannyEdgeDetectionImageFilter< TInputImage, TOutputImage >, itk::CannyEdgeDetectionImageFilter< ImageType, ImageType >, otb::ProjectiveProjectionImageFilter< TInputImage, TOutputImage, TPrecision >, itk::CurvesLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::NarrowBandCurvesLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::DisplacementFieldJacobianDeterminantFilter< TInputImage, TRealType, TOutputImage >, itk::Mesh< TPixelType, VDimension, TMeshTraits >, itk::Mesh< TCoordType, 2, DefaultDynamicMeshTraits< TCoordType, 2, 2, TCoordType > >, itk::Mesh< TPixel, VDimension, TTraits >, otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >, itk::LaplacianSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::ThresholdLabelerImageFilter< TInputImage, TOutputImage >, itk::MutexLock, otb::RelabelComponentImageFilter< TInputImage, TOutputImage >, itk::AntiAliasBinaryImageFilter< TInputImage, TOutputImage >, itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage >, itk::MaskNegatedImageFilter< TInputImage, TMaskImage, TOutputImage >, itk::RelabelComponentImageFilter< TInputImage, TOutputImage >, itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >, itk::WeightedAddImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::AffineTransform< TScalarType, NDimensions >, otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >, itk::Bruker2DSEQImageIO, otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, Wavelet::FORWARD, TCost >, itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage >, itk::BSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >, itk::VectorImageToImageAdaptor< TPixelType, Dimension >, itk::HistogramToEntropyImageFilter< THistogram, TOutputPixel >, otb::VectorDataToLabelMapWithAttributesFilter< TVectorData, TLabelMap >, otb::PersistentImageToOGRLayerSegmentationFilter< TImageType, TSegmentationFilter >, itk::Statistics::MersenneTwisterRandomVariateGenerator, itk::Statistics::JointDomainImageToListAdaptor< TImage >, itk::Statistics::ScalarImageTextureCalculator< TImageType, THistogramFrequencyContainer >, otb::ImageToSIFTKeyPointSetFilter< TInputImage, TOutputPointSet >, itk::Octree< TPixel, ColorTableSize, MappingFunctionType >, otb::NormalizeAttributesLabelMapFilter< TImage >, otb::ImageSimulationMethod< TInputVectorData, TSpatialisation, TSimulationStep1, TSimulationStep2, TFTM, TOutputImage >, otb::WindowedSincInterpolateImageLanczosFunction< TInputImage, TBoundaryCondition, TCoordRep, TInputInterpolator, TOutputInterpolator >, otb::VectorDataToLabelMapFilter< TVectorData, TLabelMap >, otb::SVMSampleListModelEstimator< TInputSampleList, TTrainingSampleList, TMeasurementFunctor >, otb::BlendingImageFilter< TInputImage1, TInputImage2, TOutputImage >, itk::watershed::Segmenter< TInputImage >, itk::GradientRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::LabelContourImageFilter< TInputImage, TOutputImage >, itk::watershed::Segmenter< InputImageType >, otb::MeanShiftImageFilter< TInputImage, TOutputImage, TLabeledOutput, TBufferConverter >, otb::StreamingShrinkStreamingManager< TInputImage >, otb::SOMbasedImageFilter< TInputImage, TOutputImage, TDistanceMetric, TMap >, itk::ConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage >, itk::ScalarConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage >, itk::SmoothingRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >, itk::NumberOfPointsCriterion< TMesh, TElement, TMeasure, TP