OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | List of all members
otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet > Class Template Reference

#include <otbPointSetToPointSetFilter.h>

+ Inheritance diagram for otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >:
+ Collaboration diagram for otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef InputPointSetType::ConstPointer InputPointSetConstPointer
 
typedef InputPointSetType::Pointer InputPointSetPointer
 
typedef TInputPointSet InputPointSetType
 
typedef Superclass::OutputPointSetPointer OutputPointSetPointer
 
typedef Superclass::OutputPointSetType OutputPointSetType
 
typedef itk::SmartPointer< SelfPointer
 
typedef Superclass::PointsContainerType PointsContainerType
 
typedef itk::ProcessObject ProcessObjectType
 
typedef PointSetToPointSetFilter Self
 
typedef PointSetSource< TOutputPointSet > Superclass
 
- Public Types inherited from otb::PointSetSource< TOutputPointSet >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::DataObject::Pointer DataObjectPointer
 
typedef itk::ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
 
typedef OutputPointSetType::Pointer OutputPointSetPointer
 
typedef TOutputPointSet OutputPointSetType
 
typedef OutputPointSetType::PointDataContainer PointDataContainerType
 
typedef itk::SmartPointer< SelfPointer
 
typedef OutputPointSetType::PointsContainer PointsContainerType
 
typedef PointSetSource Self
 
typedef itk::ProcessObject Superclass
 

Public Member Functions

virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from otb::PointSetSource< TOutputPointSet >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
OutputPointSetTypeGetOutput (void)
 
OutputPointSetTypeGetOutput (DataObjectPointerArraySizeType idx)
 
void SetOutput (OutputPointSetType *output)
 
virtual void GraftOutput (itk::DataObject *output)
 
virtual void GraftNthOutput (DataObjectPointerArraySizeType idx, itk::DataObject *output)
 
DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx) override
 
void SetInput (unsigned int idx, const InputPointSetType *input)
 
void SetInput (const InputPointSetType *input)
 
InputPointSetTypeGetInput (unsigned int idx)
 
InputPointSetTypeGetInput ()
 
 PointSetToPointSetFilter ()
 
 ~PointSetToPointSetFilter () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 PointSetToPointSetFilter (const PointSetToPointSetFilter &)=delete
 
void operator= (const PointSetToPointSetFilter &)=delete
 

Additional Inherited Members

- Static Public Member Functions inherited from otb::PointSetSource< TOutputPointSet >
static Pointer New ()
 
- Protected Member Functions inherited from otb::PointSetSource< TOutputPointSet >
 PointSetSource ()
 
 ~PointSetSource () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
void GenerateInputRequestedRegion () override
 

Detailed Description

template<class TInputPointSet, class TOutputPointSet>
class otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >

Base class to process PointSet data.

PointSetToPointSetFilter is the base class for all process objects that output PointSet data and require a PointSet as input. Specifically, this class defines the SetInput() method for defining the input to a filter.

Definition at line 42 of file otbPointSetToPointSetFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputPointSet , class TOutputPointSet >
typedef itk::SmartPointer<const Self> otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::ConstPointer

Definition at line 49 of file otbPointSetToPointSetFilter.h.

◆ InputPointSetConstPointer

template<class TInputPointSet , class TOutputPointSet >
typedef InputPointSetType::ConstPointer otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::InputPointSetConstPointer

Definition at line 57 of file otbPointSetToPointSetFilter.h.

◆ InputPointSetPointer

template<class TInputPointSet , class TOutputPointSet >
typedef InputPointSetType::Pointer otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::InputPointSetPointer

Definition at line 56 of file otbPointSetToPointSetFilter.h.

◆ InputPointSetType

template<class TInputPointSet , class TOutputPointSet >
typedef TInputPointSet otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::InputPointSetType

Some Image related typedefs.

Definition at line 52 of file otbPointSetToPointSetFilter.h.

◆ OutputPointSetPointer

template<class TInputPointSet , class TOutputPointSet >
typedef Superclass::OutputPointSetPointer otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::OutputPointSetPointer

Definition at line 61 of file otbPointSetToPointSetFilter.h.

◆ OutputPointSetType

template<class TInputPointSet , class TOutputPointSet >
typedef Superclass::OutputPointSetType otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::OutputPointSetType

Some PointSet related typedefs.

Definition at line 60 of file otbPointSetToPointSetFilter.h.

◆ Pointer

template<class TInputPointSet , class TOutputPointSet >
typedef itk::SmartPointer<Self> otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::Pointer

Definition at line 48 of file otbPointSetToPointSetFilter.h.

◆ PointsContainerType

template<class TInputPointSet , class TOutputPointSet >
typedef Superclass::PointsContainerType otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::PointsContainerType

Definition at line 62 of file otbPointSetToPointSetFilter.h.

◆ ProcessObjectType

template<class TInputPointSet , class TOutputPointSet >
typedef itk::ProcessObject otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::ProcessObjectType

Definition at line 63 of file otbPointSetToPointSetFilter.h.

◆ Self

template<class TInputPointSet , class TOutputPointSet >
typedef PointSetToPointSetFilter otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::Self

Standard class typedefs.

Definition at line 46 of file otbPointSetToPointSetFilter.h.

◆ Superclass

template<class TInputPointSet , class TOutputPointSet >
typedef PointSetSource<TOutputPointSet> otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::Superclass

Definition at line 47 of file otbPointSetToPointSetFilter.h.

Constructor & Destructor Documentation

◆ PointSetToPointSetFilter() [1/2]

template<class TInputPointSet , class TOutputPointSet >
otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::PointSetToPointSetFilter
protected

Get the input image of this process object.

Definition at line 33 of file otbPointSetToPointSetFilter.hxx.

◆ ~PointSetToPointSetFilter()

template<class TInputPointSet , class TOutputPointSet >
otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::~PointSetToPointSetFilter ( )
inlineoverrideprotected

Get the input image of this process object.

Definition at line 78 of file otbPointSetToPointSetFilter.h.

◆ PointSetToPointSetFilter() [2/2]

template<class TInputPointSet , class TOutputPointSet >
otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::PointSetToPointSetFilter ( const PointSetToPointSetFilter< TInputPointSet, TOutputPointSet > &  )
privatedelete

Get the input image of this process object.

Member Function Documentation

◆ GetInput() [1/2]

template<class TInputPointSet , class TOutputPointSet >
PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::InputPointSetType * otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::GetInput

Get the input image of this process object.

Definition at line 79 of file otbPointSetToPointSetFilter.hxx.

◆ GetInput() [2/2]

template<class TInputPointSet , class TOutputPointSet >
PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::InputPointSetType * otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::GetInput ( unsigned int  idx)

Get the input image of this process object.

Definition at line 69 of file otbPointSetToPointSetFilter.hxx.

◆ GetNameOfClass()

template<class TInputPointSet , class TOutputPointSet >
virtual const char* otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::GetNameOfClass ( ) const
virtual

◆ operator=()

template<class TInputPointSet , class TOutputPointSet >
void otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::operator= ( const PointSetToPointSetFilter< TInputPointSet, TOutputPointSet > &  )
privatedelete

Get the input image of this process object.

◆ PrintSelf()

template<class TInputPointSet , class TOutputPointSet >
void otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
overrideprotected

Get the input image of this process object.

Definition at line 91 of file otbPointSetToPointSetFilter.hxx.

◆ SetInput() [1/2]

template<class TInputPointSet , class TOutputPointSet >
void otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::SetInput ( const InputPointSetType input)

Get the input image of this process object.

Definition at line 55 of file otbPointSetToPointSetFilter.hxx.

◆ SetInput() [2/2]

template<class TInputPointSet , class TOutputPointSet >
void otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::SetInput ( unsigned int  idx,
const InputPointSetType input 
)

Get the input image of this process object.

Definition at line 42 of file otbPointSetToPointSetFilter.hxx.


The documentation for this class was generated from the following files: