OTB
9.0.0
Orfeo Toolbox
|
#include <otbImageOfVectorsToMonoChannelExtractROI.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
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< Self > | Pointer |
typedef ImageOfVectorsToMonoChannelExtractROI | Self |
typedef ExtractROIBase< TInputImage, TOutputImage > | Superclass |
Public Types inherited from otb::ExtractROIBase< TInputImage, TOutputImage > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
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< Self > | Pointer |
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 |
Definition at line 41 of file otbImageOfVectorsToMonoChannelExtractROI.h.
typedef itk::SmartPointer<const Self> otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::ConstPointer |
Definition at line 48 of file otbImageOfVectorsToMonoChannelExtractROI.h.
typedef InputImageType::IndexType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::InputImageIndexType |
Definition at line 73 of file otbImageOfVectorsToMonoChannelExtractROI.h.
typedef InputImageType::PixelType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::InputImagePixelType |
Definition at line 69 of file otbImageOfVectorsToMonoChannelExtractROI.h.
typedef InputImageType::RegionType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 65 of file otbImageOfVectorsToMonoChannelExtractROI.h.
typedef InputImageType::SizeType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::InputImageSizeType |
Definition at line 75 of file otbImageOfVectorsToMonoChannelExtractROI.h.
typedef Superclass::InputImageType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::InputImageType |
Image type information.
Definition at line 54 of file otbImageOfVectorsToMonoChannelExtractROI.h.
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.
typedef OutputImageType::PixelType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::OutputImagePixelType |
Typedef to describe the type of pixel.
Definition at line 68 of file otbImageOfVectorsToMonoChannelExtractROI.h.
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.
typedef OutputImageType::SizeType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::OutputImageSizeType |
Definition at line 74 of file otbImageOfVectorsToMonoChannelExtractROI.h.
typedef Superclass::OutputImageType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::OutputImageType |
Definition at line 58 of file otbImageOfVectorsToMonoChannelExtractROI.h.
typedef OutputImageType::ValueType otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::OutputValueType |
Pixel type information
Definition at line 61 of file otbImageOfVectorsToMonoChannelExtractROI.h.
typedef itk::SmartPointer<Self> otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::Pointer |
Definition at line 47 of file otbImageOfVectorsToMonoChannelExtractROI.h.
typedef ImageOfVectorsToMonoChannelExtractROI otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 45 of file otbImageOfVectorsToMonoChannelExtractROI.h.
typedef ExtractROIBase<TInputImage, TOutputImage> otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::Superclass |
Definition at line 46 of file otbImageOfVectorsToMonoChannelExtractROI.h.
|
protected |
ImageDimension enumeration
Definition at line 33 of file otbImageOfVectorsToMonoChannelExtractROI.hxx.
|
inlineoverrideprotected |
ImageDimension enumeration
Definition at line 89 of file otbImageOfVectorsToMonoChannelExtractROI.h.
|
privatedelete |
ImageDimension enumeration
virtual::itk::LightObject::Pointer otb::ImageOfVectorsToMonoChannelExtractROI< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
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.
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.
Definition at line 56 of file otbImageOfVectorsToMonoChannelExtractROI.hxx.
|
virtual |
ImageDimension enumeration
|
virtual |
Run-time type information (and related methods).
Reimplemented from otb::ExtractROIBase< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
|
privatedelete |
ImageDimension enumeration
|
overrideprotected |
ImageDimension enumeration
Definition at line 41 of file otbImageOfVectorsToMonoChannelExtractROI.hxx.
|
virtual |
Select the channel to process
|
overrideprotected |
ExtractImageFilter can be implemented as a multithreaded filter.
Definition at line 73 of file otbImageOfVectorsToMonoChannelExtractROI.hxx.
|
static |
ImageDimension enumeration
Definition at line 83 of file otbImageOfVectorsToMonoChannelExtractROI.h.
|
private |
Channel to process [1...]
Definition at line 114 of file otbImageOfVectorsToMonoChannelExtractROI.h.
|
static |
ImageDimension enumeration
Definition at line 84 of file otbImageOfVectorsToMonoChannelExtractROI.h.