OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | List of all members
otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage > Class Template Reference

#include <otbImageOfVectorsToMonoChannelExtractROI.h>

+ Inheritance diagram for otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >:
+ Collaboration diagram for otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef InputImageType::IndexType InputImageIndexType
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef InputImageType::SizeType InputImageSizeType
 
typedef Superclass::InputImageType InputImageType
 
typedef OutputImageType::IndexType OutputImageIndexType
 
typedef OutputImageType::PixelType OutputImagePixelType
 
typedef OutputImageType::RegionType OutputImageRegionType
 
typedef OutputImageType::SizeType OutputImageSizeType
 
typedef Superclass::OutputImageType OutputImageType
 
typedef OutputImageType::ValueType OutputValueType
 
typedef itk::SmartPointer< SelfPointer
 
typedef ImageOfVectorsToMonoChannelExtractROI Self
 
typedef ExtractROIBase< TInputImage, TOutputImage > Superclass
 
- Public Types inherited from otb::ExtractROIBase< TInputImage, TOutputImage >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef TInputImage::IndexType InputImageIndexType
 
typedef TInputImage::PixelType InputImagePixelType
 
typedef TInputImage::RegionType InputImageRegionType
 
typedef TInputImage::SizeType InputImageSizeType
 
typedef TInputImage InputImageType
 
typedef TOutputImage::IndexType OutputImageIndexType
 
typedef TOutputImage::PixelType OutputImagePixelType
 
typedef TOutputImage::RegionType OutputImageRegionType
 
typedef TOutputImage::SizeType OutputImageSizeType
 
typedef TOutputImage OutputImageType
 
typedef itk::SmartPointer< SelfPointer
 
typedef ExtractROIBase Self
 
typedef itk::ImageToImageFilter< TInputImage, TOutputImage > Superclass
 
typedef itk::ImageToImageFilterDetail::ExtractImageFilterRegionCopier< itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension)> ExtractROIBaseRegionCopierType
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from otb::ExtractROIBase< TInputImage, TOutputImage >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual InputImageRegionType GetExtractionRegion ()
 
void SetExtractionRegion (InputImageRegionType roi)
 
virtual void SetStartX (unsigned long _arg)
 
virtual unsigned long GetStartX () const
 
virtual void SetStartY (unsigned long _arg)
 
virtual unsigned long GetStartY () const
 
virtual void SetSizeX (unsigned long _arg)
 
virtual unsigned long GetSizeX () const
 
virtual void SetSizeY (unsigned long _arg)
 
virtual unsigned long GetSizeY () const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from otb::ExtractROIBase< TInputImage, TOutputImage >
static Pointer New ()
 
static const unsigned int InputImageDimension = InputImageType::ImageDimension
 
static const unsigned int OutputImageDimension = OutputImageType::ImageDimension
 
unsigned int m_Channel
 
virtual void SetChannel (unsigned int _arg)
 
virtual unsigned int GetChannel () const
 
 ImageOfVectorsToMonoChannelExtractROI ()
 
 ~ImageOfVectorsToMonoChannelExtractROI () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
void GenerateOutputInformation () override
 
void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) override
 
 ImageOfVectorsToMonoChannelExtractROI (const Self &)=delete
 
void operator= (const Self &)=delete
 

Additional Inherited Members

- Static Public Attributes inherited from otb::ExtractROIBase< TInputImage, TOutputImage >
static const unsigned int InputImageDimension = TInputImage::ImageDimension
 
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 
- Protected Member Functions inherited from otb::ExtractROIBase< TInputImage, TOutputImage >
 ExtractROIBase ()
 
 ~ExtractROIBase () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
void GenerateInputRequestedRegion () override
 
void GenerateOutputInformation () override
 
void CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion) override
 
void ThreadedGenerateData (const OutputImageRegionType &, itk::ThreadIdType) override
 
void SetInternalExtractionRegion (InputImageRegionType extractRegion)
 
- Protected Attributes inherited from otb::ExtractROIBase< TInputImage, TOutputImage >
InputImageRegionType m_ExtractionRegion
 
OutputImageRegionType m_OutputImageRegion
 

Detailed Description

template<class TInputImage, class TOutputImage>
class otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >

Todo:
Document this class
Examples
DisparityMap/FineRegistrationImageFilterExample.cxx, and DisparityMap/NCCRegistrationFilterExample.cxx.

Definition at line 41 of file otbImageOfVectorsToMonoChannelExtractROI.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TOutputImage >
typedef itk::SmartPointer<const Self> otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::ConstPointer

Definition at line 48 of file otbImageOfVectorsToMonoChannelExtractROI.h.

◆ InputImageIndexType

template<class TInputImage , class TOutputImage >
typedef InputImageType::IndexType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::InputImageIndexType

Definition at line 73 of file otbImageOfVectorsToMonoChannelExtractROI.h.

◆ InputImagePixelType

template<class TInputImage , class TOutputImage >
typedef InputImageType::PixelType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::InputImagePixelType

Definition at line 69 of file otbImageOfVectorsToMonoChannelExtractROI.h.

◆ InputImageRegionType

template<class TInputImage , class TOutputImage >
typedef InputImageType::RegionType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::InputImageRegionType

Definition at line 65 of file otbImageOfVectorsToMonoChannelExtractROI.h.

◆ InputImageSizeType

template<class TInputImage , class TOutputImage >
typedef InputImageType::SizeType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::InputImageSizeType

Definition at line 75 of file otbImageOfVectorsToMonoChannelExtractROI.h.

◆ InputImageType

template<class TInputImage , class TOutputImage >
typedef Superclass::InputImageType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::InputImageType

Image type information.

Definition at line 54 of file otbImageOfVectorsToMonoChannelExtractROI.h.

◆ OutputImageIndexType

template<class TInputImage , class TOutputImage >
typedef OutputImageType::IndexType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::OutputImageIndexType

Typedef to describe the output and input image index and size types.

Definition at line 72 of file otbImageOfVectorsToMonoChannelExtractROI.h.

◆ OutputImagePixelType

template<class TInputImage , class TOutputImage >
typedef OutputImageType::PixelType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::OutputImagePixelType

Typedef to describe the type of pixel.

Definition at line 68 of file otbImageOfVectorsToMonoChannelExtractROI.h.

◆ OutputImageRegionType

template<class TInputImage , class TOutputImage >
typedef OutputImageType::RegionType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::OutputImageRegionType

Typedef to describe the output and input image region types.

Definition at line 64 of file otbImageOfVectorsToMonoChannelExtractROI.h.

◆ OutputImageSizeType

template<class TInputImage , class TOutputImage >
typedef OutputImageType::SizeType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::OutputImageSizeType

Definition at line 74 of file otbImageOfVectorsToMonoChannelExtractROI.h.

◆ OutputImageType

template<class TInputImage , class TOutputImage >
typedef Superclass::OutputImageType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::OutputImageType

Definition at line 58 of file otbImageOfVectorsToMonoChannelExtractROI.h.

◆ OutputValueType

template<class TInputImage , class TOutputImage >
typedef OutputImageType::ValueType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::OutputValueType

Pixel type information

Definition at line 61 of file otbImageOfVectorsToMonoChannelExtractROI.h.

◆ Pointer

template<class TInputImage , class TOutputImage >
typedef itk::SmartPointer<Self> otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::Pointer

Definition at line 47 of file otbImageOfVectorsToMonoChannelExtractROI.h.

◆ Self

template<class TInputImage , class TOutputImage >
typedef ImageOfVectorsToMonoChannelExtractROI otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::Self

Standard class typedefs.

Definition at line 45 of file otbImageOfVectorsToMonoChannelExtractROI.h.

◆ Superclass

template<class TInputImage , class TOutputImage >
typedef ExtractROIBase<TInputImage, TOutputImage> otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::Superclass

Definition at line 46 of file otbImageOfVectorsToMonoChannelExtractROI.h.

Constructor & Destructor Documentation

◆ ImageOfVectorsToMonoChannelExtractROI() [1/2]

template<class TInputImage , class TOutputImage >
otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::ImageOfVectorsToMonoChannelExtractROI
protected

ImageDimension enumeration

Definition at line 33 of file otbImageOfVectorsToMonoChannelExtractROI.hxx.

◆ ~ImageOfVectorsToMonoChannelExtractROI()

template<class TInputImage , class TOutputImage >
otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::~ImageOfVectorsToMonoChannelExtractROI ( )
inlineoverrideprotected

ImageDimension enumeration

Definition at line 89 of file otbImageOfVectorsToMonoChannelExtractROI.h.

◆ ImageOfVectorsToMonoChannelExtractROI() [2/2]

template<class TInputImage , class TOutputImage >
otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::ImageOfVectorsToMonoChannelExtractROI ( const Self )
privatedelete

ImageDimension enumeration

Member Function Documentation

◆ CreateAnother()

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::CreateAnother ( void  ) const

◆ GenerateOutputInformation()

template<class TInputImage , class TOutputImage >
void otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::GenerateOutputInformation
overrideprotected

ExtractImageFilter can produce an image which is a different resolution than its input image. As such, ExtractImageFilter needs to provide an implementation for GenerateOutputInformation() in order to inform the pipeline execution model. The original documentation of this method is below.

See also
ProcessObject::GenerateOutputInformation()

ExtractImageFilter can produce an image which is a different resolution than its input image. As such, ExtractImageFilter needs to provide an implementation for GenerateOutputInformation() in order to inform the pipeline execution model. The original documentation of this method is below.

See also
ProcessObject::GenerateOutputInformation()

Definition at line 56 of file otbImageOfVectorsToMonoChannelExtractROI.hxx.

◆ GetChannel()

template<class TInputImage , class TOutputImage >
virtual unsigned int otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::GetChannel ( ) const
virtual

ImageDimension enumeration

◆ GetNameOfClass()

template<class TInputImage , class TOutputImage >
virtual const char* otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from otb::ExtractROIBase< TInputImage, TOutputImage >.

◆ New()

template<class TInputImage , class TOutputImage >
static Pointer otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TInputImage , class TOutputImage >
void otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::operator= ( const Self )
privatedelete

ImageDimension enumeration

◆ PrintSelf()

template<class TInputImage , class TOutputImage >
void otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
overrideprotected

ImageDimension enumeration

Definition at line 41 of file otbImageOfVectorsToMonoChannelExtractROI.hxx.

◆ SetChannel()

template<class TInputImage , class TOutputImage >
virtual void otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::SetChannel ( unsigned int  _arg)
virtual

Select the channel to process

◆ ThreadedGenerateData()

template<class TInputImage , class TOutputImage >
void otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::ThreadedGenerateData ( const OutputImageRegionType outputRegionForThread,
itk::ThreadIdType  threadId 
)
overrideprotected

ExtractImageFilter can be implemented as a multithreaded filter.

See also
ImageToImageFilter::ThreadedGenerateData(), ImageToImageFilter::GenerateData()

Definition at line 73 of file otbImageOfVectorsToMonoChannelExtractROI.hxx.

Member Data Documentation

◆ InputImageDimension

template<class TInputImage , class TOutputImage >
const unsigned int otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::InputImageDimension = InputImageType::ImageDimension
static

ImageDimension enumeration

Definition at line 83 of file otbImageOfVectorsToMonoChannelExtractROI.h.

◆ m_Channel

template<class TInputImage , class TOutputImage >
unsigned int otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::m_Channel
private

Channel to process [1...]

Definition at line 114 of file otbImageOfVectorsToMonoChannelExtractROI.h.

◆ OutputImageDimension

template<class TInputImage , class TOutputImage >
const unsigned int otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::OutputImageDimension = OutputImageType::ImageDimension
static

ImageDimension enumeration

Definition at line 84 of file otbImageOfVectorsToMonoChannelExtractROI.h.


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