OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | List of all members
otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage > Class Template Reference

#include <otbVectorDataIntoImageProjectionFilter.h>

+ Inheritance diagram for otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >:
+ Collaboration diagram for otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef TInputImage::Pointer ImagePointerType
 
typedef TInputImage ImageType
 
typedef TInputVectorData::ConstPointer InputVectorDataPointer
 
typedef TInputVectorData InputVectorDataType
 
typedef itk::Point< double, 2 > OriginType
 
typedef itk::SmartPointer< SelfPointer
 
typedef VectorDataIntoImageProjectionFilter Self
 
typedef itk::Vector< double, 2 > SpacingType
 
typedef otb::VectorDataToVectorDataFilter< TInputVectorData, TInputVectorData > Superclass
 
typedef itk::PreOrderTreeIterator< typename InputVectorDataType::DataTreeType > TreeIteratorType
 
- Public Types inherited from otb::VectorDataToVectorDataFilter< TInputVectorData, TInputVectorData >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::DataObject::Pointer DataObjectPointer
 
typedef InputVectorDataType::DataNodeType InputDataNodeType
 
typedef InputVectorDataType::DataTreeType::TreeNodeType InputInternalTreeNodeType
 
typedef InputLineType::Pointer InputLinePointerType
 
typedef InputDataNodeType::LineType InputLineType
 
typedef InputDataNodeType::PointType InputPointType
 
typedef InputPolygonListType::Pointer InputPolygonListPointerType
 
typedef InputDataNodeType::PolygonListType InputPolygonListType
 
typedef InputPolygonType::Pointer InputPolygonPointerType
 
typedef InputDataNodeType::PolygonType InputPolygonType
 
typedef TInputVectorData::ConstPointer InputVectorDataPointer
 
typedef TInputVectorData InputVectorDataType
 
typedef OutputVectorDataType::DataNodeType OutputDataNodeType
 
typedef OutputVectorDataType::DataTreeType::TreeNodeType OutputInternalTreeNodeType
 
typedef OutputLineType::Pointer OutputLinePointerType
 
typedef OutputDataNodeType::LineType OutputLineType
 
typedef OutputDataNodeType::PointType OutputPointType
 
typedef OutputPolygonListType::Pointer OutputPolygonListPointerType
 
typedef OutputDataNodeType::PolygonListType OutputPolygonListType
 
typedef OutputPolygonType::Pointer OutputPolygonPointerType
 
typedef OutputDataNodeType::PolygonType OutputPolygonType
 
typedef TInputVectorData ::Pointer OutputVectorDataPointer
 
typedef TInputVectorData OutputVectorDataType
 
typedef itk::SmartPointer< SelfPointer
 
typedef VectorDataToVectorDataFilter Self
 
typedef VectorDataSource< TInputVectorData > Superclass
 
- Public Types inherited from otb::VectorDataSource< TInputVectorData >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
 
typedef TInputVectorData ::Pointer OutputVectorDataPointer
 
typedef TInputVectorData OutputVectorDataType
 
typedef itk::SmartPointer< SelfPointer
 
typedef VectorDataSource Self
 
typedef itk::ProcessObject Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
void SetInputImage (ImagePointerType input)
 
void SetInputVectorData (InputVectorDataPointer input)
 
- Public Member Functions inherited from otb::VectorDataToVectorDataFilter< TInputVectorData, TInputVectorData >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
const InputVectorDataTypeGetInput (void)
 
virtual const char * GetNameOfClass () const
 
virtual void SetInput (const InputVectorDataType *input)
 
- Public Member Functions inherited from otb::VectorDataSource< TInputVectorData >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual void GraftOutput (itk::DataObject *output)
 
virtual void GraftNthOutput (unsigned int idx, itk::DataObject *output)
 
virtual OutputVectorDataTypeGetOutput (void)
 
virtual OutputVectorDataTypeGetOutput (DataObjectPointerArraySizeType idx)
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from otb::VectorDataToVectorDataFilter< TInputVectorData, TInputVectorData >
static Pointer New ()
 
- Static Public Member Functions inherited from otb::VectorDataSource< TInputVectorData >
static Pointer New ()
 
typedef VectorDataProjectionFilter< InputVectorDataType, InputVectorDataTypeVectorDataProjectionFilterType
 
typedef VectorDataExtractROI< InputVectorDataTypeVectorDataExtractROIType
 
typedef VectorDataExtractROIType::RegionType RemoteSensingRegionType
 
ImagePointerType m_InputImage
 
VectorDataProjectionFilterType::Pointer m_VdProjFilter
 
VectorDataExtractROIType::Pointer m_VdExtractFilter
 
SpacingType m_OutputSpacing
 
OriginType m_OutputOrigin
 
bool m_UseOutputSpacingAndOriginFromImage
 
virtual void SetOutputOrigin (OriginType _arg)
 
virtual void SetOutputOrigin (const double origin[2])
 
virtual void SetOutputOrigin (const float origin[2])
 
virtual const OriginTypeGetOutputOrigin () const
 
virtual void SetOutputSpacing (const SpacingType &spacing)
 
virtual void SetOutputSpacing (const double spacing[2])
 
virtual void SetOutputSpacing (const float spacing[2])
 
virtual const SpacingTypeGetOutputSpacing () const
 
virtual void SetUseOutputSpacingAndOriginFromImage (bool flag)
 
 VectorDataIntoImageProjectionFilter ()
 
 ~VectorDataIntoImageProjectionFilter () override
 
void GenerateData (void) override
 
 VectorDataIntoImageProjectionFilter (const Self &)=delete
 
void operator= (const Self &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from otb::VectorDataToVectorDataFilter< TInputVectorData, TInputVectorData >
void GenerateOutputInformation (void) override
 
virtual OutputLinePointerType ProcessLine (InputLinePointerType) const
 
virtual OutputPointType ProcessPoint (InputPointType) const
 
virtual OutputPolygonPointerType ProcessPolygon (InputPolygonPointerType) const
 
virtual OutputPolygonListPointerType ProcessPolygonList (InputPolygonListPointerType) const
 
 VectorDataToVectorDataFilter ()
 
 ~VectorDataToVectorDataFilter () override
 
void GenerateData (void) override
 
virtual void ProcessNode (InputInternalTreeNodeType *source, OutputInternalTreeNodeType *destination) const
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
- Protected Member Functions inherited from otb::VectorDataSource< TInputVectorData >
 VectorDataSource ()
 
 ~VectorDataSource () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
virtual void AllocateOutputs ()
 

Detailed Description

template<class TInputVectorData, class TInputImage>
class otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >

Reproject vector data into the coordinate system of an image.

Definition at line 46 of file otbVectorDataIntoImageProjectionFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputVectorData , class TInputImage >
typedef itk::SmartPointer<const Self> otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::ConstPointer

Definition at line 54 of file otbVectorDataIntoImageProjectionFilter.h.

◆ ImagePointerType

template<class TInputVectorData , class TInputImage >
typedef TInputImage::Pointer otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::ImagePointerType

Definition at line 62 of file otbVectorDataIntoImageProjectionFilter.h.

◆ ImageType

template<class TInputVectorData , class TInputImage >
typedef TInputImage otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::ImageType

Image typedefs.

Definition at line 61 of file otbVectorDataIntoImageProjectionFilter.h.

◆ InputVectorDataPointer

template<class TInputVectorData , class TInputImage >
typedef TInputVectorData::ConstPointer otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::InputVectorDataPointer

Definition at line 58 of file otbVectorDataIntoImageProjectionFilter.h.

◆ InputVectorDataType

template<class TInputVectorData , class TInputImage >
typedef TInputVectorData otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::InputVectorDataType

VectorData typedefs.

Definition at line 57 of file otbVectorDataIntoImageProjectionFilter.h.

◆ OriginType

template<class TInputVectorData , class TInputImage >
typedef itk::Point<double, 2> otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::OriginType

Definition at line 65 of file otbVectorDataIntoImageProjectionFilter.h.

◆ Pointer

template<class TInputVectorData , class TInputImage >
typedef itk::SmartPointer<Self> otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::Pointer

Definition at line 53 of file otbVectorDataIntoImageProjectionFilter.h.

◆ RemoteSensingRegionType

template<class TInputVectorData , class TInputImage >
typedef VectorDataExtractROIType::RegionType otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::RemoteSensingRegionType
protected

Set the origin of the output vector data.

See also
GetOrigin()

Definition at line 118 of file otbVectorDataIntoImageProjectionFilter.h.

◆ Self

template<class TInputVectorData , class TInputImage >
typedef VectorDataIntoImageProjectionFilter otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::Self

Standard class typedefs.

Definition at line 51 of file otbVectorDataIntoImageProjectionFilter.h.

◆ SpacingType

template<class TInputVectorData , class TInputImage >
typedef itk::Vector<double, 2> otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::SpacingType

Definition at line 64 of file otbVectorDataIntoImageProjectionFilter.h.

◆ Superclass

template<class TInputVectorData , class TInputImage >
typedef otb::VectorDataToVectorDataFilter<TInputVectorData, TInputVectorData> otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::Superclass

Definition at line 52 of file otbVectorDataIntoImageProjectionFilter.h.

◆ TreeIteratorType

template<class TInputVectorData , class TInputImage >
typedef itk::PreOrderTreeIterator<typename InputVectorDataType::DataTreeType> otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::TreeIteratorType

Definition at line 68 of file otbVectorDataIntoImageProjectionFilter.h.

◆ VectorDataExtractROIType

template<class TInputVectorData , class TInputImage >
typedef VectorDataExtractROI<InputVectorDataType> otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::VectorDataExtractROIType
protected

Set the origin of the output vector data.

See also
GetOrigin()

Definition at line 117 of file otbVectorDataIntoImageProjectionFilter.h.

◆ VectorDataProjectionFilterType

template<class TInputVectorData , class TInputImage >
typedef VectorDataProjectionFilter<InputVectorDataType, InputVectorDataType> otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::VectorDataProjectionFilterType
protected

Set the origin of the output vector data.

See also
GetOrigin()

Definition at line 116 of file otbVectorDataIntoImageProjectionFilter.h.

Constructor & Destructor Documentation

◆ VectorDataIntoImageProjectionFilter() [1/2]

template<class TInputVectorData , class TInputImage >
otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::VectorDataIntoImageProjectionFilter
protected

Constructor

Definition at line 33 of file otbVectorDataIntoImageProjectionFilter.hxx.

◆ ~VectorDataIntoImageProjectionFilter()

template<class TInputVectorData , class TInputImage >
otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::~VectorDataIntoImageProjectionFilter ( )
inlineoverrideprotected

Set the origin of the output vector data.

See also
GetOrigin()

Definition at line 109 of file otbVectorDataIntoImageProjectionFilter.h.

◆ VectorDataIntoImageProjectionFilter() [2/2]

template<class TInputVectorData , class TInputImage >
otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::VectorDataIntoImageProjectionFilter ( const Self )
privatedelete

Set the origin of the output vector data.

See also
GetOrigin()

Member Function Documentation

◆ CreateAnother()

template<class TInputVectorData , class TInputImage >
virtual::itk::LightObject::Pointer otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::CreateAnother ( void  ) const

◆ GenerateData()

template<class TInputVectorData , class TInputImage >
void otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::GenerateData ( void  )
overrideprotected

◆ GetNameOfClass()

template<class TInputVectorData , class TInputImage >
virtual const char* otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ GetOutputOrigin()

template<class TInputVectorData , class TInputImage >
virtual const OriginType& otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::GetOutputOrigin ( ) const
virtual

Set the origin of the output vector data.

See also
GetOrigin()

◆ GetOutputSpacing()

template<class TInputVectorData , class TInputImage >
virtual const SpacingType& otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::GetOutputSpacing ( ) const
virtual

Set the origin of the output vector data.

See also
GetOrigin()

◆ New()

template<class TInputVectorData , class TInputImage >
static Pointer otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TInputVectorData , class TInputImage >
void otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::operator= ( const Self )
privatedelete

Set the origin of the output vector data.

See also
GetOrigin()

◆ SetInputImage()

template<class TInputVectorData , class TInputImage >
void otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::SetInputImage ( ImagePointerType  input)
inline

Definition at line 81 of file otbVectorDataIntoImageProjectionFilter.h.

◆ SetInputVectorData()

template<class TInputVectorData , class TInputImage >
void otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::SetInputVectorData ( InputVectorDataPointer  input)
inline

Definition at line 76 of file otbVectorDataIntoImageProjectionFilter.h.

◆ SetOutputOrigin() [1/3]

template<class TInputVectorData , class TOutputVectorData >
void otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TOutputVectorData >::SetOutputOrigin ( const double  origin[2])
virtual

Set the origin of the output vector data.

See also
GetOrigin()

Definition at line 84 of file otbVectorDataIntoImageProjectionFilter.hxx.

◆ SetOutputOrigin() [2/3]

template<class TInputVectorData , class TOutputVectorData >
void otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TOutputVectorData >::SetOutputOrigin ( const float  origin[2])
virtual

Set the origin of the output vector data.

See also
GetOrigin()

Definition at line 92 of file otbVectorDataIntoImageProjectionFilter.hxx.

◆ SetOutputOrigin() [3/3]

template<class TInputVectorData , class TInputImage >
virtual void otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::SetOutputOrigin ( OriginType  _arg)
virtual

Set the origin of the output vector data.

See also
GetOrigin()

◆ SetOutputSpacing() [1/3]

template<class TInputVectorData , class TOutputVectorData >
void otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TOutputVectorData >::SetOutputSpacing ( const double  spacing[2])
virtual

Set the origin of the output vector data.

See also
GetOrigin()

Definition at line 66 of file otbVectorDataIntoImageProjectionFilter.hxx.

◆ SetOutputSpacing() [2/3]

template<class TInputVectorData , class TOutputVectorData >
void otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TOutputVectorData >::SetOutputSpacing ( const float  spacing[2])
virtual

Set the origin of the output vector data.

See also
GetOrigin()

Definition at line 74 of file otbVectorDataIntoImageProjectionFilter.hxx.

◆ SetOutputSpacing() [3/3]

template<class TInputVectorData , class TOutputVectorData >
void otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TOutputVectorData >::SetOutputSpacing ( const SpacingType spacing)
virtual

Set the spacing (size of a pixel) of the output vector data.

See also
GetSignedSpacing()

Definition at line 54 of file otbVectorDataIntoImageProjectionFilter.hxx.

◆ SetUseOutputSpacingAndOriginFromImage()

template<class TInputVectorData , class TInputImage >
void otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::SetUseOutputSpacingAndOriginFromImage ( bool  flag)
virtual

Set the origin of the output vector data.

See also
GetOrigin()

Definition at line 47 of file otbVectorDataIntoImageProjectionFilter.hxx.

Member Data Documentation

◆ m_InputImage

template<class TInputVectorData , class TInputImage >
ImagePointerType otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::m_InputImage
private

Set the origin of the output vector data.

See also
GetOrigin()

Definition at line 124 of file otbVectorDataIntoImageProjectionFilter.h.

◆ m_OutputOrigin

template<class TInputVectorData , class TInputImage >
OriginType otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::m_OutputOrigin
private

Set the origin of the output vector data.

See also
GetOrigin()

Definition at line 130 of file otbVectorDataIntoImageProjectionFilter.h.

◆ m_OutputSpacing

template<class TInputVectorData , class TInputImage >
SpacingType otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::m_OutputSpacing
private

Set the origin of the output vector data.

See also
GetOrigin()

Definition at line 129 of file otbVectorDataIntoImageProjectionFilter.h.

◆ m_UseOutputSpacingAndOriginFromImage

template<class TInputVectorData , class TInputImage >
bool otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::m_UseOutputSpacingAndOriginFromImage
private

Set the origin of the output vector data.

See also
GetOrigin()

Definition at line 132 of file otbVectorDataIntoImageProjectionFilter.h.

◆ m_VdExtractFilter

template<class TInputVectorData , class TInputImage >
VectorDataExtractROIType::Pointer otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::m_VdExtractFilter
private

Set the origin of the output vector data.

See also
GetOrigin()

Definition at line 127 of file otbVectorDataIntoImageProjectionFilter.h.

◆ m_VdProjFilter

template<class TInputVectorData , class TInputImage >
VectorDataProjectionFilterType::Pointer otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::m_VdProjFilter
private

Set the origin of the output vector data.

See also
GetOrigin()

Definition at line 126 of file otbVectorDataIntoImageProjectionFilter.h.


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