![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbVectorDataIntoImageProjectionFilter.h>
Inheritance diagram for otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >:
Collaboration diagram for otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef TInputImage::Pointer | ImagePointerType |
| typedef TInputImage | ImageType |
| typedef TInputVectorData::ConstPointer | InputVectorDataPointer |
| typedef TInputVectorData | InputVectorDataType |
| typedef itk::Point< double, 2 > | OriginType |
| typedef itk::SmartPointer< Self > | Pointer |
| 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 Self > | ConstPointer |
| 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< Self > | Pointer |
| typedef VectorDataToVectorDataFilter | Self |
| typedef VectorDataSource< TInputVectorData > | Superclass |
Public Types inherited from otb::VectorDataSource< TInputVectorData > | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef itk::ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
| typedef TInputVectorData ::Pointer | OutputVectorDataPointer |
| typedef TInputVectorData | OutputVectorDataType |
| typedef itk::SmartPointer< Self > | Pointer |
| 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 InputVectorDataType * | GetInput (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 OutputVectorDataType * | GetOutput (void) |
| virtual OutputVectorDataType * | GetOutput (DataObjectPointerArraySizeType idx) |
Reproject vector data into the coordinate system of an image.
Definition at line 46 of file otbVectorDataIntoImageProjectionFilter.h.
| typedef itk::SmartPointer<const Self> otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::ConstPointer |
Definition at line 54 of file otbVectorDataIntoImageProjectionFilter.h.
| typedef TInputImage::Pointer otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::ImagePointerType |
Definition at line 62 of file otbVectorDataIntoImageProjectionFilter.h.
| typedef TInputImage otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::ImageType |
Image typedefs.
Definition at line 61 of file otbVectorDataIntoImageProjectionFilter.h.
| typedef TInputVectorData::ConstPointer otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::InputVectorDataPointer |
Definition at line 58 of file otbVectorDataIntoImageProjectionFilter.h.
| typedef TInputVectorData otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::InputVectorDataType |
VectorData typedefs.
Definition at line 57 of file otbVectorDataIntoImageProjectionFilter.h.
| typedef itk::Point<double, 2> otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::OriginType |
Definition at line 65 of file otbVectorDataIntoImageProjectionFilter.h.
| typedef itk::SmartPointer<Self> otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::Pointer |
Definition at line 53 of file otbVectorDataIntoImageProjectionFilter.h.
|
protected |
Set the origin of the output vector data.
Definition at line 118 of file otbVectorDataIntoImageProjectionFilter.h.
| typedef VectorDataIntoImageProjectionFilter otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::Self |
Standard class typedefs.
Definition at line 51 of file otbVectorDataIntoImageProjectionFilter.h.
| typedef itk::Vector<double, 2> otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::SpacingType |
Definition at line 64 of file otbVectorDataIntoImageProjectionFilter.h.
| typedef otb::VectorDataToVectorDataFilter<TInputVectorData, TInputVectorData> otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::Superclass |
Definition at line 52 of file otbVectorDataIntoImageProjectionFilter.h.
| typedef itk::PreOrderTreeIterator<typename InputVectorDataType::DataTreeType> otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::TreeIteratorType |
Definition at line 68 of file otbVectorDataIntoImageProjectionFilter.h.
|
protected |
Set the origin of the output vector data.
Definition at line 117 of file otbVectorDataIntoImageProjectionFilter.h.
|
protected |
Set the origin of the output vector data.
Definition at line 116 of file otbVectorDataIntoImageProjectionFilter.h.
|
protected |
Constructor
Definition at line 33 of file otbVectorDataIntoImageProjectionFilter.hxx.
|
inlineoverrideprotected |
Set the origin of the output vector data.
Definition at line 109 of file otbVectorDataIntoImageProjectionFilter.h.
|
privatedelete |
Set the origin of the output vector data.
| virtual::itk::LightObject::Pointer otb::VectorDataIntoImageProjectionFilter< TInputVectorData, TInputImage >::CreateAnother | ( | void | ) | const |
|
overrideprotected |
GenerateData Performs the coordinate conversion for each element in the tree
Definition at line 105 of file otbVectorDataIntoImageProjectionFilter.hxx.
References otb::RemoteSensingRegion< TType >::SetImageMetadata(), otb::RemoteSensingRegion< TType >::SetOrigin(), otb::RemoteSensingRegion< TType >::SetRegionProjection(), and otb::RemoteSensingRegion< TType >::SetSize().
|
virtual |
Run-time type information (and related methods).
|
virtual |
Set the origin of the output vector data.
|
virtual |
Set the origin of the output vector data.
|
static |
Method for creation through the object factory.
|
privatedelete |
Set the origin of the output vector data.
|
inline |
Definition at line 81 of file otbVectorDataIntoImageProjectionFilter.h.
|
inline |
Definition at line 76 of file otbVectorDataIntoImageProjectionFilter.h.
|
virtual |
Set the origin of the output vector data.
Definition at line 84 of file otbVectorDataIntoImageProjectionFilter.hxx.
|
virtual |
Set the origin of the output vector data.
Definition at line 92 of file otbVectorDataIntoImageProjectionFilter.hxx.
|
virtual |
Set the origin of the output vector data.
|
virtual |
Set the origin of the output vector data.
Definition at line 66 of file otbVectorDataIntoImageProjectionFilter.hxx.
|
virtual |
Set the origin of the output vector data.
Definition at line 74 of file otbVectorDataIntoImageProjectionFilter.hxx.
|
virtual |
Set the spacing (size of a pixel) of the output vector data.
Definition at line 54 of file otbVectorDataIntoImageProjectionFilter.hxx.
|
virtual |
Set the origin of the output vector data.
Definition at line 47 of file otbVectorDataIntoImageProjectionFilter.hxx.
|
private |
Set the origin of the output vector data.
Definition at line 124 of file otbVectorDataIntoImageProjectionFilter.h.
|
private |
Set the origin of the output vector data.
Definition at line 130 of file otbVectorDataIntoImageProjectionFilter.h.
|
private |
Set the origin of the output vector data.
Definition at line 129 of file otbVectorDataIntoImageProjectionFilter.h.
|
private |
Set the origin of the output vector data.
Definition at line 132 of file otbVectorDataIntoImageProjectionFilter.h.
|
private |
Set the origin of the output vector data.
Definition at line 127 of file otbVectorDataIntoImageProjectionFilter.h.
|
private |
Set the origin of the output vector data.
Definition at line 126 of file otbVectorDataIntoImageProjectionFilter.h.
1.8.17