OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet > Class Template Reference

#include <otbThresholdImageToPointSetFilter.h>

+ Inheritance diagram for otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >:
+ Collaboration diagram for otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef Superclass::InputImageType::IndexType IndexType
 
typedef Superclass::InputImageConstPointer InputImageConstPointer
 
typedef Superclass::InputImagePointer InputImagePointer
 
typedef Superclass::InputImageRegionType InputImageRegionType
 
typedef TInputImage InputImageType
 
typedef Superclass::InputImagePixelType InputPixelType
 
typedef Superclass::OutputPointSetType::PixelType OutputPointSetPixelType
 
typedef Superclass::OutputPointSetPointer OutputPointSetPointer
 
typedef Superclass::OutputPointSetType OutputPointSetType
 
typedef Superclass::PointDataContainerType PointDataContainerType
 
typedef itk::SmartPointer< SelfPointer
 
typedef Superclass::PointsContainerType PointsContainerType
 
typedef ThresholdImageToPointSetFilter Self
 
typedef Superclass::InputImageType::SizeType SizeType
 
typedef ImageToPointSetFilter< InputImageType, TOutputPointSet > Superclass
 
- Public Types inherited from otb::ImageToPointSetFilter< TInputImage, itk::PointSet< typename TInputImage::PixelType, 2 > >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef InputImageType::ConstPointer InputImageConstPointer
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::Pointer InputImagePointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TInputImage InputImageType
 
typedef Superclass::OutputPointSetPointer OutputPointSetPointer
 
typedef Superclass::OutputPointSetType OutputPointSetType
 
typedef Superclass::PointDataContainerType PointDataContainerType
 
typedef itk::SmartPointer< SelfPointer
 
typedef Superclass::PointsContainerType PointsContainerType
 
typedef itk::ProcessObject ProcessObjectType
 
typedef ImageToPointSetFilter Self
 
typedef PointSetSource< itk::PointSet< typename TInputImage::PixelType, 2 > > Superclass
 
- Public Types inherited from otb::PointSetSource< itk::PointSet< typename TInputImage::PixelType, 2 > >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::DataObject::Pointer DataObjectPointer
 
typedef itk::ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
 
typedef OutputPointSetType::Pointer OutputPointSetPointer
 
typedef itk::PointSet< typename TInputImage::PixelType, 2 > 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 InputPixelTypeGetLowerThreshold () const
 
virtual const char * GetNameOfClass () const
 
virtual const InputPixelTypeGetUpperThreshold () const
 
virtual void SetLowerThreshold (InputPixelType _arg)
 
virtual void SetUpperThreshold (InputPixelType _arg)
 
 typedef (itk::Concept::Convertible< InputPixelType, typename PointDataContainerType::Element >) PixelConvertibleToPointSetDataType
 
- Public Member Functions inherited from otb::ImageToPointSetFilter< TInputImage, itk::PointSet< typename TInputImage::PixelType, 2 > >
virtual const char * GetNameOfClass () const
 
void SetInput (unsigned int idx, const InputImageType *input)
 
void SetInput (const InputImageType *input)
 
const InputImageTypeGetInput (unsigned int idx)
 
const InputImageTypeGetInput ()
 
void GenerateOutputInformation (void) override
 
- Public Member Functions inherited from otb::PointSetSource< itk::PointSet< typename TInputImage::PixelType, 2 > >
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< itk::PointSet< typename TInputImage::PixelType, 2 > >
static Pointer New ()
 

Static Public Attributes

static const unsigned int InputImageDimension = TInputImage::ImageDimension
 
- Static Public Attributes inherited from otb::ImageToPointSetFilter< TInputImage, itk::PointSet< typename TInputImage::PixelType, 2 > >
static const unsigned int InputImageDimension
 

Protected Member Functions

void ThreadedGenerateData (const InputImageRegionType &inputRegionForThread, itk::ThreadIdType threadId) override
 
 ThresholdImageToPointSetFilter ()
 
 ~ThresholdImageToPointSetFilter () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
- Protected Member Functions inherited from otb::ImageToPointSetFilter< TInputImage, itk::PointSet< typename TInputImage::PixelType, 2 > >
 ImageToPointSetFilter ()
 
 ~ImageToPointSetFilter () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
void GenerateData (void) override
 
virtual void BeforeThreadedGenerateData ()
 
virtual void AfterThreadedGenerateData ()
 
virtual int SplitRequestedRegion (int i, int num, InputImageRegionType &splitRegion)
 
- Protected Member Functions inherited from otb::PointSetSource< itk::PointSet< typename TInputImage::PixelType, 2 > >
 PointSetSource ()
 
 ~PointSetSource () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
void GenerateInputRequestedRegion () override
 

Private Member Functions

void operator= (const Self &)=delete
 
 ThresholdImageToPointSetFilter (const Self &)=delete
 

Private Attributes

InputPixelType m_LowerThreshold
 
InputPixelType m_UpperThreshold
 

Additional Inherited Members

- Protected Types inherited from otb::ImageToPointSetFilter< TInputImage, itk::PointSet< typename TInputImage::PixelType, 2 > >
typedef std::vector< typename OutputPointSetType::PointsContainer::Pointer > OutputPointsContainerForThreadType
 
typedef std::vector< typename OutputPointSetType::PointDataContainer::Pointer > OutputPointDataContainerForThreadType
 
typedef RAMDrivenAdaptativeStreamingManager< InputImageTypeStreamingManagerType
 
typedef StreamingManagerType::Pointer StreamingManagerPointer
 
- Static Protected Member Functions inherited from otb::ImageToPointSetFilter< TInputImage, itk::PointSet< typename TInputImage::PixelType, 2 > >
static ITK_THREAD_RETURN_TYPE ThreaderCallback (void *arg)
 
- Protected Attributes inherited from otb::ImageToPointSetFilter< TInputImage, itk::PointSet< typename TInputImage::PixelType, 2 > >
OutputPointsContainerForThreadType m_PointsContainerPerThread
 
OutputPointDataContainerForThreadType m_PointDataContainerPerThread
 
StreamingManagerPointer m_StreamingManager
 

Detailed Description

template<class TInputImage, class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
class otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >

Produce a PointSet according to filtering conditions.

Definition at line 39 of file otbThresholdImageToPointSetFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef itk::SmartPointer<const Self> otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::ConstPointer

Definition at line 50 of file otbThresholdImageToPointSetFilter.h.

◆ IndexType

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef Superclass::InputImageType::IndexType otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::IndexType

Definition at line 61 of file otbThresholdImageToPointSetFilter.h.

◆ InputImageConstPointer

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef Superclass::InputImageConstPointer otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::InputImageConstPointer

Definition at line 59 of file otbThresholdImageToPointSetFilter.h.

◆ InputImagePointer

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef Superclass::InputImagePointer otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::InputImagePointer

Definition at line 57 of file otbThresholdImageToPointSetFilter.h.

◆ InputImageRegionType

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef Superclass::InputImageRegionType otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::InputImageRegionType

Definition at line 58 of file otbThresholdImageToPointSetFilter.h.

◆ InputImageType

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef TInputImage otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::InputImageType

Definition at line 44 of file otbThresholdImageToPointSetFilter.h.

◆ InputPixelType

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef Superclass::InputImagePixelType otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::InputPixelType

Definition at line 54 of file otbThresholdImageToPointSetFilter.h.

◆ OutputPointSetPixelType

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef Superclass::OutputPointSetType::PixelType otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::OutputPointSetPixelType

Definition at line 64 of file otbThresholdImageToPointSetFilter.h.

◆ OutputPointSetPointer

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef Superclass::OutputPointSetPointer otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::OutputPointSetPointer

Definition at line 63 of file otbThresholdImageToPointSetFilter.h.

◆ OutputPointSetType

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef Superclass::OutputPointSetType otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::OutputPointSetType

Definition at line 48 of file otbThresholdImageToPointSetFilter.h.

◆ PointDataContainerType

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef Superclass::PointDataContainerType otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::PointDataContainerType

Definition at line 66 of file otbThresholdImageToPointSetFilter.h.

◆ Pointer

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef itk::SmartPointer<Self> otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::Pointer

Definition at line 49 of file otbThresholdImageToPointSetFilter.h.

◆ PointsContainerType

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef Superclass::PointsContainerType otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::PointsContainerType

Definition at line 65 of file otbThresholdImageToPointSetFilter.h.

◆ Self

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef ThresholdImageToPointSetFilter otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::Self

Definition at line 46 of file otbThresholdImageToPointSetFilter.h.

◆ SizeType

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef Superclass::InputImageType::SizeType otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::SizeType

Definition at line 60 of file otbThresholdImageToPointSetFilter.h.

◆ Superclass

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
typedef ImageToPointSetFilter<InputImageType, TOutputPointSet> otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::Superclass

Definition at line 47 of file otbThresholdImageToPointSetFilter.h.

Constructor & Destructor Documentation

◆ ThresholdImageToPointSetFilter() [1/2]

template<class TInputImage , class TOutputPointSet >
otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::ThresholdImageToPointSetFilter
protected

Definition at line 34 of file otbThresholdImageToPointSetFilter.hxx.

◆ ~ThresholdImageToPointSetFilter()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::~ThresholdImageToPointSetFilter ( )
inlineoverrideprotected

Definition at line 81 of file otbThresholdImageToPointSetFilter.h.

◆ ThresholdImageToPointSetFilter() [2/2]

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::ThresholdImageToPointSetFilter ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
virtual::itk::LightObject::Pointer otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::CreateAnother ( void  ) const

◆ GetLowerThreshold()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
virtual const InputPixelType& otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::GetLowerThreshold ( ) const
virtual

◆ GetNameOfClass()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
virtual const char* otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::GetNameOfClass ( ) const
virtual

◆ GetUpperThreshold()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
virtual const InputPixelType& otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::GetUpperThreshold ( ) const
virtual

◆ New()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
static Pointer otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::New ( )
static

◆ operator=()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
void otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::operator= ( const Self )
privatedelete

◆ PrintSelf()

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

Standard "PrintSelf" method

Definition at line 80 of file otbThresholdImageToPointSetFilter.hxx.

◆ SetLowerThreshold()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
virtual void otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::SetLowerThreshold ( InputPixelType  _arg)
virtual

◆ SetUpperThreshold()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
virtual void otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::SetUpperThreshold ( InputPixelType  _arg)
virtual

◆ ThreadedGenerateData()

template<class TInputImage , class TOutputPointSet >
void otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::ThreadedGenerateData ( const InputImageRegionType inputRegionForThread,
itk::ThreadIdType  threadId 
)
overrideprotectedvirtual

◆ typedef()

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::typedef ( itk::Concept::Convertible< InputPixelType, typename PointDataContainerType::Element >  )

Begin concept checking This class requires PixelConvertibleToPointSetDataType in the form of (itk::Concept::Convertible<InputPixelType, typename PointDataContainerType::Element>)

Member Data Documentation

◆ InputImageDimension

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
const unsigned int otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::InputImageDimension = TInputImage::ImageDimension
static

Definition at line 42 of file otbThresholdImageToPointSetFilter.h.

◆ m_LowerThreshold

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
InputPixelType otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::m_LowerThreshold
private

Definition at line 93 of file otbThresholdImageToPointSetFilter.h.

◆ m_UpperThreshold

template<class TInputImage , class TOutputPointSet = itk::PointSet<typename TInputImage::PixelType, 2>>
InputPixelType otb::ThresholdImageToPointSetFilter< TInputImage, TOutputPointSet >::m_UpperThreshold
private

Definition at line 94 of file otbThresholdImageToPointSetFilter.h.


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