![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbImageToPathFilter.h>
Inheritance diagram for otb::ImageToPathFilter< TInputImage, TOutputPath >:
Collaboration diagram for otb::ImageToPathFilter< TInputImage, TOutputPath >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef InputImageType::Pointer | InputImagePointerType |
| typedef TInputImage | InputImageType |
| typedef OutputPathType::Pointer | OutputPathPointerType |
| typedef TOutputPath | OutputPathType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::ProcessObject | ProcessObjectType |
| typedef ImageToPathFilter | Self |
| typedef itk::PathSource< TOutputPath > | Superclass |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| const InputImageType * | GetInput (void) |
| virtual const char * | GetNameOfClass () const |
| virtual void | SetInput (const InputImageType *Image) |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Attributes | |
| static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
Protected Member Functions | |
| ImageToPathFilter () | |
| ~ImageToPathFilter () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
Private Member Functions | |
| ImageToPathFilter (const Self &) | |
| void | operator= (const Self &) |
Base class for filters taking an image as input, and producing an output of type Path.
Definition at line 36 of file otbImageToPathFilter.h.
| typedef itk::SmartPointer<const Self> otb::ImageToPathFilter< TInputImage, TOutputPath >::ConstPointer |
Definition at line 43 of file otbImageToPathFilter.h.
| typedef InputImageType::Pointer otb::ImageToPathFilter< TInputImage, TOutputPath >::InputImagePointerType |
Definition at line 51 of file otbImageToPathFilter.h.
| typedef TInputImage otb::ImageToPathFilter< TInputImage, TOutputPath >::InputImageType |
template parameters typedefs
Definition at line 48 of file otbImageToPathFilter.h.
| typedef OutputPathType::Pointer otb::ImageToPathFilter< TInputImage, TOutputPath >::OutputPathPointerType |
Definition at line 53 of file otbImageToPathFilter.h.
| typedef TOutputPath otb::ImageToPathFilter< TInputImage, TOutputPath >::OutputPathType |
Definition at line 52 of file otbImageToPathFilter.h.
| typedef itk::SmartPointer<Self> otb::ImageToPathFilter< TInputImage, TOutputPath >::Pointer |
Definition at line 42 of file otbImageToPathFilter.h.
| typedef itk::ProcessObject otb::ImageToPathFilter< TInputImage, TOutputPath >::ProcessObjectType |
Definition at line 44 of file otbImageToPathFilter.h.
| typedef ImageToPathFilter otb::ImageToPathFilter< TInputImage, TOutputPath >::Self |
Standard class typedefs.
Definition at line 40 of file otbImageToPathFilter.h.
| typedef itk::PathSource<TOutputPath> otb::ImageToPathFilter< TInputImage, TOutputPath >::Superclass |
Definition at line 41 of file otbImageToPathFilter.h.
|
protected |
Constructor.
Definition at line 32 of file otbImageToPathFilter.hxx.
|
inlineoverrideprotected |
Definition at line 64 of file otbImageToPathFilter.h.
|
private |
| virtual::itk::LightObject::Pointer otb::ImageToPathFilter< TInputImage, TOutputPath >::CreateAnother | ( | void | ) | const |
| const ImageToPathFilter< TInputImage, TOutputPath >::InputImageType * otb::ImageToPathFilter< TInputImage, TOutputPath >::GetInput | ( | void | ) |
Input image getter.
Definition at line 50 of file otbImageToPathFilter.hxx.
|
virtual |
Runtime information.
Reimplemented in otb::ImageToEdgePathFilter< TInputImage, TOutputPath >.
|
static |
Method for creation through the object factory.
|
private |
|
overrideprotected |
PrintSelf Method.
Definition at line 59 of file otbImageToPathFilter.hxx.
|
virtual |
Input image setter.
Definition at line 41 of file otbImageToPathFilter.hxx.
|
static |
Input image dimension.
Definition at line 55 of file otbImageToPathFilter.h.
1.8.17