OTB
9.0.0
Orfeo Toolbox
|
#include <otbVectorImageTo3DScalarImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointerType |
typedef InputImageType::IndexType | InputImageIndexType |
typedef InputImageType::RegionType | InputImageRegionType |
typedef InputImageType::SizeType | InputImageSizeType |
typedef TInputImage | InputImageType |
typedef InputImageType::PixelType | InputPixelType |
typedef OutputImageType::IndexType | OutputImageIndexType |
typedef OutputImageType::Pointer | OutputImagePointerType |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef OutputImageType::SizeType | OutputImageSizeType |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::PixelType | OutputPixelType |
typedef itk::SmartPointer< Self > | Pointer |
typedef VectorImageTo3DScalarImageFilter | Self |
typedef itk::ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
void | GenerateInputRequestedRegion (void) override |
void | GenerateOutputInformation (void) override |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) override |
VectorImageTo3DScalarImageFilter () | |
~VectorImageTo3DScalarImageFilter () override | |
Private Member Functions | |
void | operator= (const Self &)=delete |
VectorImageTo3DScalarImageFilter (const Self &)=delete | |
This filter convert a 2 Dimension VectorImage to a 3 Dimension scalar image.
The third dimension of the output image is the index of the band in the vector image.
No Dimension checking is done by the filter so it is up to the user to template the input and output image dimension correctly.
Casting is done through standard casting operators.
Definition at line 44 of file otbVectorImageTo3DScalarImageFilter.h.
typedef itk::SmartPointer<const Self> otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 51 of file otbVectorImageTo3DScalarImageFilter.h.
typedef InputImageType::ConstPointer otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >::InputImageConstPointerType |
Definition at line 61 of file otbVectorImageTo3DScalarImageFilter.h.
typedef InputImageType::IndexType otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >::InputImageIndexType |
Definition at line 64 of file otbVectorImageTo3DScalarImageFilter.h.
typedef InputImageType::RegionType otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 62 of file otbVectorImageTo3DScalarImageFilter.h.
typedef InputImageType::SizeType otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >::InputImageSizeType |
Definition at line 63 of file otbVectorImageTo3DScalarImageFilter.h.
typedef TInputImage otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >::InputImageType |
Template parameters typedefs
Definition at line 57 of file otbVectorImageTo3DScalarImageFilter.h.
typedef InputImageType::PixelType otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 65 of file otbVectorImageTo3DScalarImageFilter.h.
typedef OutputImageType::IndexType otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >::OutputImageIndexType |
Definition at line 69 of file otbVectorImageTo3DScalarImageFilter.h.
typedef OutputImageType::Pointer otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >::OutputImagePointerType |
Definition at line 67 of file otbVectorImageTo3DScalarImageFilter.h.
typedef OutputImageType::RegionType otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Definition at line 68 of file otbVectorImageTo3DScalarImageFilter.h.
typedef OutputImageType::SizeType otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >::OutputImageSizeType |
Definition at line 70 of file otbVectorImageTo3DScalarImageFilter.h.
typedef TOutputImage otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 66 of file otbVectorImageTo3DScalarImageFilter.h.
typedef OutputImageType::PixelType otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 71 of file otbVectorImageTo3DScalarImageFilter.h.
typedef itk::SmartPointer<Self> otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 50 of file otbVectorImageTo3DScalarImageFilter.h.
typedef VectorImageTo3DScalarImageFilter otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >::Self |
Standard typedefs
Definition at line 48 of file otbVectorImageTo3DScalarImageFilter.h.
typedef itk::ImageToImageFilter<TInputImage, TOutputImage> otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 49 of file otbVectorImageTo3DScalarImageFilter.h.
|
protected |
Constructor
|
inlineoverrideprotected |
Destructor
Definition at line 87 of file otbVectorImageTo3DScalarImageFilter.h.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::VectorImageTo3DScalarImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
overrideprotected |
Generate input requested region
|
overrideprotected |
Generate output information
|
virtual |
Creation through object factory macro
|
static |
Type macro
|
privatedelete |
|
overrideprotected |
PrintSelf method
|
overrideprotected |
Threaded Generate data