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

#include <otbPointSetExtractROI.h>

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

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef TInputPointSet::CoordRepType CoordRepType
 
typedef InputPointSetType::Pointer InputPointSetPointer
 
typedef TInputPointSet InputPointSetType
 
typedef OutputPointSetType::Pointer OutputPointSetPointer
 
typedef TOutputPointSet OutputPointSetType
 
typedef itk::SmartPointer< SelfPointer
 
typedef PointSetExtractROI Self
 
typedef PointSetToPointSetFilter< TInputPointSet, TOutputPointSet > Superclass
 
- Public Types inherited from otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >
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 ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
virtual unsigned long GetStartX ()
 
virtual unsigned long GetStartY ()
 
virtual void SetStartX (unsigned long _arg)
 
virtual void SetStartY (unsigned long _arg)
 
- Public Member Functions inherited from otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >
void SetInput (unsigned int idx, const InputPointSetType *input)
 
void SetInput (const InputPointSetType *input)
 
InputPointSetTypeGetInput (unsigned int idx)
 
InputPointSetTypeGetInput ()
 
- 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
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from otb::PointSetSource< TOutputPointSet >
static Pointer New ()
 
unsigned long m_StartX
 
unsigned long m_StartY
 
unsigned long m_SizeX
 
unsigned long m_SizeY
 
virtual unsigned long GetSizeX ()
 
virtual unsigned long GetSizeY ()
 
virtual void SetSizeX (unsigned long _arg)
 
virtual void SetSizeY (unsigned long _arg)
 
 PointSetExtractROI ()
 
 ~PointSetExtractROI () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
void GenerateData (void) override
 
 PointSetExtractROI (const PointSetExtractROI &)=delete
 
void operator= (const PointSetExtractROI &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >
 PointSetToPointSetFilter ()
 
 ~PointSetToPointSetFilter () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
- 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::PointSetExtractROI< TInputPointSet, TOutputPointSet >

Extract a part of the points specified by a region.

PointSetExtractROI extract all the points of a PointSet that are in a given region.

The additional content of the PointSet is passed untouched.

Definition at line 44 of file otbPointSetExtractROI.h.

Member Typedef Documentation

◆ ConstPointer

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

Definition at line 51 of file otbPointSetExtractROI.h.

◆ CoordRepType

template<class TInputPointSet , class TOutputPointSet >
typedef TInputPointSet::CoordRepType otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >::CoordRepType

Type for representing coordinates.

Definition at line 59 of file otbPointSetExtractROI.h.

◆ InputPointSetPointer

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

Definition at line 55 of file otbPointSetExtractROI.h.

◆ InputPointSetType

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

Definition at line 53 of file otbPointSetExtractROI.h.

◆ OutputPointSetPointer

template<class TInputPointSet , class TOutputPointSet >
typedef OutputPointSetType::Pointer otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >::OutputPointSetPointer

Definition at line 56 of file otbPointSetExtractROI.h.

◆ OutputPointSetType

template<class TInputPointSet , class TOutputPointSet >
typedef TOutputPointSet otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >::OutputPointSetType

Definition at line 54 of file otbPointSetExtractROI.h.

◆ Pointer

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

Definition at line 50 of file otbPointSetExtractROI.h.

◆ Self

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

Standard class typedefs.

Definition at line 48 of file otbPointSetExtractROI.h.

◆ Superclass

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

Definition at line 49 of file otbPointSetExtractROI.h.

Constructor & Destructor Documentation

◆ PointSetExtractROI() [1/2]

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

X/Y coordinates of the first point of the region to extract.

Definition at line 34 of file otbPointSetExtractROI.hxx.

◆ ~PointSetExtractROI()

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

X/Y coordinates of the first point of the region to extract.

Definition at line 82 of file otbPointSetExtractROI.h.

◆ PointSetExtractROI() [2/2]

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

X/Y coordinates of the first point of the region to extract.

Member Function Documentation

◆ CreateAnother()

template<class TInputPointSet , class TOutputPointSet >
virtual::itk::LightObject::Pointer otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >::CreateAnother ( void  ) const

◆ GenerateData()

template<class TInputPointSet , class TOutputPointSet >
void otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >::GenerateData ( void  )
overrideprotected

Generate Requested Data

This method causes the filter to generate its output.

Definition at line 51 of file otbPointSetExtractROI.hxx.

◆ GetNameOfClass()

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

Run-time type information (and related methods).

Reimplemented from otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >.

◆ GetSizeX()

template<class TInputPointSet , class TOutputPointSet >
virtual unsigned long otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >::GetSizeX ( )
virtual

Set/Get Size methods

◆ GetSizeY()

template<class TInputPointSet , class TOutputPointSet >
virtual unsigned long otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >::GetSizeY ( )
virtual

X/Y coordinates of the first point of the region to extract.

◆ GetStartX()

template<class TInputPointSet , class TOutputPointSet >
virtual unsigned long otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >::GetStartX ( )
virtual

Set/Get Start methods

◆ GetStartY()

template<class TInputPointSet , class TOutputPointSet >
virtual unsigned long otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >::GetStartY ( )
virtual

◆ New()

template<class TInputPointSet , class TOutputPointSet >
static Pointer otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >::New ( )
static

Method for creation through the object factory.

◆ operator=()

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

X/Y coordinates of the first point of the region to extract.

◆ PrintSelf()

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

X/Y coordinates of the first point of the region to extract.

Definition at line 42 of file otbPointSetExtractROI.hxx.

◆ SetSizeX()

template<class TInputPointSet , class TOutputPointSet >
virtual void otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >::SetSizeX ( unsigned long  _arg)
virtual

X/Y coordinates of the first point of the region to extract.

◆ SetSizeY()

template<class TInputPointSet , class TOutputPointSet >
virtual void otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >::SetSizeY ( unsigned long  _arg)
virtual

X/Y coordinates of the first point of the region to extract.

◆ SetStartX()

template<class TInputPointSet , class TOutputPointSet >
virtual void otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >::SetStartX ( unsigned long  _arg)
virtual

◆ SetStartY()

template<class TInputPointSet , class TOutputPointSet >
virtual void otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >::SetStartY ( unsigned long  _arg)
virtual

Member Data Documentation

◆ m_SizeX

template<class TInputPointSet , class TOutputPointSet >
unsigned long otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >::m_SizeX
private

Size in X/Y of the region to extract.

Definition at line 99 of file otbPointSetExtractROI.h.

◆ m_SizeY

template<class TInputPointSet , class TOutputPointSet >
unsigned long otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >::m_SizeY
private

X/Y coordinates of the first point of the region to extract.

Definition at line 100 of file otbPointSetExtractROI.h.

◆ m_StartX

template<class TInputPointSet , class TOutputPointSet >
unsigned long otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >::m_StartX
private

X/Y coordinates of the first point of the region to extract.

Definition at line 95 of file otbPointSetExtractROI.h.

◆ m_StartY

template<class TInputPointSet , class TOutputPointSet >
unsigned long otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >::m_StartY
private

X/Y coordinates of the first point of the region to extract.

Definition at line 96 of file otbPointSetExtractROI.h.


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