OTB
9.0.0
Orfeo Toolbox
|
#include <otbSubsampledImageRegionIterator.h>
Public Types | |
typedef Superclass::AccessorType | AccessorType |
typedef Superclass::ImageType | ImageType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::IndexValueType | IndexValueType |
typedef Superclass::InternalPixelType | InternalPixelType |
typedef Superclass::OffsetType | OffsetType |
typedef Superclass::PixelContainer | PixelContainer |
typedef Superclass::PixelContainerPointer | PixelContainerPointer |
typedef Superclass::PixelType | PixelType |
typedef Superclass::RegionType | RegionType |
typedef SubsampledImageRegionIterator | Self |
typedef Superclass::SizeType | SizeType |
typedef SubsampledImageRegionConstIterator< TImage > | Superclass |
Public Types inherited from otb::SubsampledImageRegionConstIterator< TImage > | |
typedef Superclass::AccessorType | AccessorType |
typedef Superclass::ImageType | ImageType |
typedef Superclass::IndexType | IndexType |
typedef IndexType::IndexValueType | IndexValueType |
typedef Superclass::InternalPixelType | InternalPixelType |
typedef unsigned long | OffsetType |
typedef Superclass::PixelContainer | PixelContainer |
typedef Superclass::PixelContainerPointer | PixelContainerPointer |
typedef Superclass::PixelType | PixelType |
typedef Superclass::RegionType | RegionType |
typedef SubsampledImageRegionConstIterator | Self |
typedef Superclass::SizeType | SizeType |
typedef itk::ImageRegionConstIterator< TImage > | Superclass |
Static Public Attributes | |
static const unsigned int | ImageIteratorDimension = Superclass::ImageIteratorDimension |
Static Public Attributes inherited from otb::SubsampledImageRegionConstIterator< TImage > | |
static const unsigned int | ImageIteratorDimension = Superclass::ImageIteratorDimension |
Additional Inherited Members | |
Protected Attributes inherited from otb::SubsampledImageRegionConstIterator< TImage > | |
IndexType | m_SubsampleFactor |
unsigned long | m_SubSampledBeginOffset |
long | m_SubSampledEndOffset |
IndexType | m_FirstUsableIndex |
IndexType | m_LastUsableIndex |
Regular subsample iterator over an image.
This iterator is a itk::ImageRegionConstIterator that perform a subsampled scan over an image. It runs one pixel over X (in row, line, slice... dimensions), if X is the (integer) value of the SubsampleFactor.
It inherits from SubsampledImageRegionConstIterator and can modify the pixel values...
Definition at line 46 of file otbSubsampledImageRegionIterator.h.
typedef Superclass::AccessorType otb::SubsampledImageRegionIterator< TImage >::AccessorType |
Definition at line 68 of file otbSubsampledImageRegionIterator.h.
typedef Superclass::ImageType otb::SubsampledImageRegionIterator< TImage >::ImageType |
Definition at line 63 of file otbSubsampledImageRegionIterator.h.
typedef Superclass::IndexType otb::SubsampledImageRegionIterator< TImage >::IndexType |
Definition at line 59 of file otbSubsampledImageRegionIterator.h.
typedef Superclass::IndexValueType otb::SubsampledImageRegionIterator< TImage >::IndexValueType |
Definition at line 69 of file otbSubsampledImageRegionIterator.h.
typedef Superclass::InternalPixelType otb::SubsampledImageRegionIterator< TImage >::InternalPixelType |
Definition at line 66 of file otbSubsampledImageRegionIterator.h.
typedef Superclass::OffsetType otb::SubsampledImageRegionIterator< TImage >::OffsetType |
Definition at line 62 of file otbSubsampledImageRegionIterator.h.
typedef Superclass::PixelContainer otb::SubsampledImageRegionIterator< TImage >::PixelContainer |
Definition at line 64 of file otbSubsampledImageRegionIterator.h.
typedef Superclass::PixelContainerPointer otb::SubsampledImageRegionIterator< TImage >::PixelContainerPointer |
Definition at line 65 of file otbSubsampledImageRegionIterator.h.
typedef Superclass::PixelType otb::SubsampledImageRegionIterator< TImage >::PixelType |
Definition at line 67 of file otbSubsampledImageRegionIterator.h.
typedef Superclass::RegionType otb::SubsampledImageRegionIterator< TImage >::RegionType |
Definition at line 61 of file otbSubsampledImageRegionIterator.h.
typedef SubsampledImageRegionIterator otb::SubsampledImageRegionIterator< TImage >::Self |
Standard typedef.
Definition at line 50 of file otbSubsampledImageRegionIterator.h.
typedef Superclass::SizeType otb::SubsampledImageRegionIterator< TImage >::SizeType |
Definition at line 60 of file otbSubsampledImageRegionIterator.h.
typedef SubsampledImageRegionConstIterator<TImage> otb::SubsampledImageRegionIterator< TImage >::Superclass |
Definition at line 51 of file otbSubsampledImageRegionIterator.h.
|
inline |
Definition at line 72 of file otbSubsampledImageRegionIterator.h.
|
inline |
Definition at line 76 of file otbSubsampledImageRegionIterator.h.
|
inline |
Definition at line 80 of file otbSubsampledImageRegionIterator.h.
|
inline |
Definition at line 84 of file otbSubsampledImageRegionIterator.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from otb::SubsampledImageRegionConstIterator< TImage >.
|
inline |
Set the current pixel value
Definition at line 89 of file otbSubsampledImageRegionIterator.h.
Referenced by otb::SubsampleImageFilter< TInputImage, TOutputImage, TDirectionOfTransformation >::ThreadedGenerateData().
|
inline |
Definition at line 94 of file otbSubsampledImageRegionIterator.h.
|
static |
Definition at line 56 of file otbSubsampledImageRegionIterator.h.