OTB
9.0.0
Orfeo Toolbox
|
#include <otbImageToPathListFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::ConstPointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef Superclass::OutputPathListType | OutputPathListType |
typedef Superclass::OutputPathPointerType | OutputPathPointerType |
typedef Superclass::OutputPathType | OutputPathType |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::ProcessObject | ProcessObjectType |
typedef ImageToPathListFilter | Self |
typedef InputImageType::SizeType | SizeType |
typedef PathListSource< TOutputPath > | Superclass |
typedef InputImageType::ValueType | ValueType |
Public Types inherited from otb::PathListSource< TOutputPath > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::DataObject::Pointer | DataObjectPointer |
typedef itk::ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputPathListType::ConstPointer | OutputPathListConstPointerType |
typedef OutputPathListType::Pointer | OutputPathListPointerType |
typedef Superclass::OutputListType | OutputPathListType |
typedef OutputPathType::Pointer | OutputPathPointerType |
typedef TOutputPath | OutputPathType |
typedef itk::SmartPointer< Self > | Pointer |
typedef PathListSource | Self |
typedef ObjectListSource< ObjectList< TOutputPath > > | Superclass |
Public Types inherited from otb::ObjectListSource< ObjectList< TOutputPath > > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::DataObject::Pointer | DataObjectPointer |
typedef itk::ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef ObjectList< TOutputPath > ::Pointer | OutputListPointer |
typedef ObjectList< TOutputPath > | OutputListType |
typedef itk::SmartPointer< Self > | Pointer |
typedef ObjectListSource | Self |
typedef itk::ProcessObject | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from otb::PathListSource< TOutputPath > | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
Public Member Functions inherited from otb::ObjectListSource< ObjectList< TOutputPath > > | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
DataObjectPointer | MakeOutput (DataObjectPointerArraySizeType idx) override |
void | GraftOutput (itk::DataObject *graft) |
void | GraftNthOutput (DataObjectPointerArraySizeType idx, itk::DataObject *graft) |
OutputListType * | GetOutput (void) |
OutputListType * | GetOutput (DataObjectPointerArraySizeType idx) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from otb::PathListSource< TOutputPath > | |
static Pointer | New () |
Static Public Member Functions inherited from otb::ObjectListSource< ObjectList< TOutputPath > > | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
virtual void | SetInput (const InputImageType *image) |
const InputImageType * | GetInput (void) |
ImageToPathListFilter () | |
~ImageToPathListFilter () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
ImageToPathListFilter (const Self &)=delete | |
void | operator= (const Self &)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from otb::PathListSource< TOutputPath > | |
PathListSource () | |
~PathListSource () override | |
Protected Member Functions inherited from otb::ObjectListSource< ObjectList< TOutputPath > > | |
ObjectListSource () | |
~ObjectListSource () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
virtual void | AllocateOutputs () |
void | GenerateData (void) override |
Base class used to implement filters that have a image as input and a paths list as output.
Definition at line 39 of file otbImageToPathListFilter.h.
typedef itk::SmartPointer<const Self> otb::ImageToPathListFilter< TInputImage, TOutputPath >::ConstPointer |
Definition at line 46 of file otbImageToPathListFilter.h.
typedef InputImageType::PixelType otb::ImageToPathListFilter< TInputImage, TOutputPath >::InputImagePixelType |
Definition at line 60 of file otbImageToPathListFilter.h.
typedef InputImageType::ConstPointer otb::ImageToPathListFilter< TInputImage, TOutputPath >::InputImagePointer |
Definition at line 58 of file otbImageToPathListFilter.h.
typedef InputImageType::RegionType otb::ImageToPathListFilter< TInputImage, TOutputPath >::InputImageRegionType |
Definition at line 59 of file otbImageToPathListFilter.h.
typedef TInputImage otb::ImageToPathListFilter< TInputImage, TOutputPath >::InputImageType |
Some convenient typedefs.
Definition at line 54 of file otbImageToPathListFilter.h.
typedef Superclass::OutputPathListType otb::ImageToPathListFilter< TInputImage, TOutputPath >::OutputPathListType |
Definition at line 65 of file otbImageToPathListFilter.h.
typedef Superclass::OutputPathPointerType otb::ImageToPathListFilter< TInputImage, TOutputPath >::OutputPathPointerType |
Definition at line 66 of file otbImageToPathListFilter.h.
typedef Superclass::OutputPathType otb::ImageToPathListFilter< TInputImage, TOutputPath >::OutputPathType |
Definition at line 64 of file otbImageToPathListFilter.h.
typedef itk::SmartPointer<Self> otb::ImageToPathListFilter< TInputImage, TOutputPath >::Pointer |
Definition at line 45 of file otbImageToPathListFilter.h.
typedef itk::ProcessObject otb::ImageToPathListFilter< TInputImage, TOutputPath >::ProcessObjectType |
Definition at line 48 of file otbImageToPathListFilter.h.
typedef ImageToPathListFilter otb::ImageToPathListFilter< TInputImage, TOutputPath >::Self |
Standard class typedefs.
Definition at line 43 of file otbImageToPathListFilter.h.
typedef InputImageType::SizeType otb::ImageToPathListFilter< TInputImage, TOutputPath >::SizeType |
Definition at line 61 of file otbImageToPathListFilter.h.
typedef PathListSource<TOutputPath> otb::ImageToPathListFilter< TInputImage, TOutputPath >::Superclass |
Definition at line 44 of file otbImageToPathListFilter.h.
typedef InputImageType::ValueType otb::ImageToPathListFilter< TInputImage, TOutputPath >::ValueType |
Definition at line 62 of file otbImageToPathListFilter.h.
|
protected |
Definition at line 35 of file otbImageToPathListFilter.hxx.
|
inlineoverrideprotected |
Definition at line 79 of file otbImageToPathListFilter.h.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::ImageToPathListFilter< TInputImage, TOutputPath >::CreateAnother | ( | void | ) | const |
const ImageToPathListFilter< TInputImage, TOutputPath >::InputImageType * otb::ImageToPathListFilter< TInputImage, TOutputPath >::GetInput | ( | void | ) |
Definition at line 54 of file otbImageToPathListFilter.hxx.
|
virtual |
Run-time type information (and related methods).
Reimplemented from otb::PathListSource< TOutputPath >.
Reimplemented in otb::RegionImageToRectangularPathListFilter< TInputImage, TOutputPath >.
|
static |
Method for creation through the object factory.
|
privatedelete |
|
overrideprotected |
Definition at line 69 of file otbImageToPathListFilter.hxx.
|
virtual |
Definition at line 45 of file otbImageToPathListFilter.hxx.
|
static |
ImageDimension constants
Definition at line 69 of file otbImageToPathListFilter.h.