OTB
9.0.0
Orfeo Toolbox
|
#include <otbPointSetToPointSetFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef InputPointSetType::ConstPointer | InputPointSetConstPointer |
typedef InputPointSetType::Pointer | InputPointSetPointer |
typedef TInputPointSet | InputPointSetType |
typedef Superclass::OutputPointSetPointer | OutputPointSetPointer |
typedef Superclass::OutputPointSetType | OutputPointSetType |
typedef itk::SmartPointer< Self > | Pointer |
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 Self > | ConstPointer |
typedef itk::DataObject::Pointer | DataObjectPointer |
typedef itk::ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputPointSetType::Pointer | OutputPointSetPointer |
typedef TOutputPointSet | OutputPointSetType |
typedef OutputPointSetType::PointDataContainer | PointDataContainerType |
typedef itk::SmartPointer< Self > | Pointer |
typedef OutputPointSetType::PointsContainer | PointsContainerType |
typedef PointSetSource | Self |
typedef itk::ProcessObject | Superclass |
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 |
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.
typedef itk::SmartPointer<const Self> otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::ConstPointer |
Definition at line 49 of file otbPointSetToPointSetFilter.h.
typedef InputPointSetType::ConstPointer otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::InputPointSetConstPointer |
Definition at line 57 of file otbPointSetToPointSetFilter.h.
typedef InputPointSetType::Pointer otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::InputPointSetPointer |
Definition at line 56 of file otbPointSetToPointSetFilter.h.
typedef TInputPointSet otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::InputPointSetType |
Some Image related typedefs.
Definition at line 52 of file otbPointSetToPointSetFilter.h.
typedef Superclass::OutputPointSetPointer otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::OutputPointSetPointer |
Definition at line 61 of file otbPointSetToPointSetFilter.h.
typedef Superclass::OutputPointSetType otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::OutputPointSetType |
Some PointSet related typedefs.
Definition at line 60 of file otbPointSetToPointSetFilter.h.
typedef itk::SmartPointer<Self> otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::Pointer |
Definition at line 48 of file otbPointSetToPointSetFilter.h.
typedef Superclass::PointsContainerType otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::PointsContainerType |
Definition at line 62 of file otbPointSetToPointSetFilter.h.
typedef itk::ProcessObject otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::ProcessObjectType |
Definition at line 63 of file otbPointSetToPointSetFilter.h.
typedef PointSetToPointSetFilter otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::Self |
Standard class typedefs.
Definition at line 46 of file otbPointSetToPointSetFilter.h.
typedef PointSetSource<TOutputPointSet> otb::PointSetToPointSetFilter< TInputPointSet, TOutputPointSet >::Superclass |
Definition at line 47 of file otbPointSetToPointSetFilter.h.
|
protected |
Get the input image of this process object.
Definition at line 33 of file otbPointSetToPointSetFilter.hxx.
|
inlineoverrideprotected |
Get the input image of this process object.
Definition at line 78 of file otbPointSetToPointSetFilter.h.
|
privatedelete |
Get the input image of this process object.
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.
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.
|
virtual |
Run-time type information (and related methods).
Reimplemented from otb::PointSetSource< TOutputPointSet >.
Reimplemented in otb::TransformPointSetFilter< TInputPointSet, TOutputPointSet, TTransform >, and otb::PointSetExtractROI< TInputPointSet, TOutputPointSet >.
|
privatedelete |
Get the input image of this process object.
|
overrideprotected |
Get the input image of this process object.
Definition at line 91 of file otbPointSetToPointSetFilter.hxx.
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.
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.