![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbVariableLengthVectorConverter.h>
Inheritance diagram for otb::VariableLengthVectorConverter< TInputType, TPrecisionType >:
Collaboration diagram for otb::VariableLengthVectorConverter< TInputType, TPrecisionType >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef TInputType | InputType |
| typedef TPrecisionType | OutputPrecisionType |
| typedef itk::VariableLengthVector< OutputPrecisionType > | OutputType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef VariableLengthVectorConverter | Self |
| typedef itk::ProcessObject | Superclass |
Public Member Functions | |
| OutputType | Convert (InputType input) |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| VariableLengthVectorConverter () | |
| ~VariableLengthVectorConverter () override | |
Private Member Functions | |
| void | operator= (const Self &)=delete |
| VariableLengthVectorConverter (const Self &)=delete | |
Convert any data container type into a VariableLengthVector.
To be usable, the desired conversion must be implemented through partial specialisation mechanism.
Definition at line 46 of file otbVariableLengthVectorConverter.h.
| typedef itk::SmartPointer<const Self> otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::ConstPointer |
Definition at line 53 of file otbVariableLengthVectorConverter.h.
| typedef TInputType otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::InputType |
Definition at line 63 of file otbVariableLengthVectorConverter.h.
| typedef TPrecisionType otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::OutputPrecisionType |
Definition at line 59 of file otbVariableLengthVectorConverter.h.
| typedef itk::VariableLengthVector<OutputPrecisionType> otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::OutputType |
Definition at line 62 of file otbVariableLengthVectorConverter.h.
| typedef itk::SmartPointer<Self> otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::Pointer |
Definition at line 52 of file otbVariableLengthVectorConverter.h.
| typedef VariableLengthVectorConverter otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::Self |
Standard class typedefs
Definition at line 50 of file otbVariableLengthVectorConverter.h.
| typedef itk::ProcessObject otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::Superclass |
Definition at line 51 of file otbVariableLengthVectorConverter.h.
|
inlineprotected |
Definition at line 74 of file otbVariableLengthVectorConverter.h.
|
inlineoverrideprotected |
Definition at line 77 of file otbVariableLengthVectorConverter.h.
|
privatedelete |
|
inline |
Definition at line 65 of file otbVariableLengthVectorConverter.h.
| virtual::itk::LightObject::Pointer otb::VariableLengthVectorConverter< TInputType, TPrecisionType >::CreateAnother | ( | void | ) | const |
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
privatedelete |
|
inlineoverrideprotected |
Definition at line 80 of file otbVariableLengthVectorConverter.h.
1.8.17