![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbCompositeTransform.h>
Inheritance diagram for otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >:
Collaboration diagram for otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef Superclass::InputPointType | FirstTransformInputPointType |
| typedef TFirstTransform::OutputPointType | FirstTransformOutputPointType |
| typedef TFirstTransform::Pointer | FirstTransformPointerType |
| typedef TFirstTransform | FirstTransformType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef Superclass::OutputPointType | SecondTransformOutputPointType |
| typedef TSecondTransform::Pointer | SecondTransformPointerType |
| typedef TSecondTransform | SecondTransformType |
| typedef CompositeTransform | Self |
| typedef Transform< TScalarType, NInputDimensions, NOutputDimensions > | Superclass |
Public Types inherited from otb::Transform< typename TFirstTransform::ScalarType, TFirstTransform::InputSpaceDimension, TSecondTransform::OutputSpaceDimension > | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef Transform | Self |
| typedef itk::Transform< typename TFirstTransform::ScalarType, NInputDimensions, NOutputDimensions > | Superclass |
| enum | TransformDirection |
| typedef typename TFirstTransform::ScalarType | ScalarType |
| typedef Superclass::ParametersType | ParametersType |
| typedef Superclass::ParametersValueType | ParametersValueType |
| typedef Superclass::NumberOfParametersType | NumberOfParametersType |
| typedef itk::Array2D< double > | JacobianType |
| typedef itk::Vector< typename TFirstTransform::ScalarType, NInputDimensions > | InputVectorType |
| typedef itk::Vector< typename TFirstTransform::ScalarType, NOutputDimensions > | OutputVectorType |
| typedef itk::CovariantVector< typename TFirstTransform::ScalarType, NInputDimensions > | InputCovariantVectorType |
| typedef itk::CovariantVector< typename TFirstTransform::ScalarType, NOutputDimensions > | OutputCovariantVectorType |
| typedef vnl_vector_fixed< typename TFirstTransform::ScalarType, NInputDimensions > | InputVnlVectorType |
| typedef vnl_vector_fixed< typename TFirstTransform::ScalarType, NOutputDimensions > | OutputVnlVectorType |
| typedef itk::Point< typename TFirstTransform::ScalarType, NInputDimensions > | InputPointType |
| typedef itk::Point< typename TFirstTransform::ScalarType, NOutputDimensions > | OutputPointType |
| typedef Superclass::InverseTransformBaseType | InverseTransformBaseType |
| typedef Superclass::InverseTransformBasePointer | InverseTransformBasePointer |
Static Public Member Functions | |
| static Pointer | New () |
Additional Inherited Members | |
Protected Member Functions inherited from otb::Transform< typename TFirstTransform::ScalarType, TFirstTransform::InputSpaceDimension, TSecondTransform::OutputSpaceDimension > | |
| Transform () | |
| Transform (NumberOfParametersType numberOfParameters) | |
| ~Transform () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
Protected Attributes inherited from otb::Transform< typename TFirstTransform::ScalarType, TFirstTransform::InputSpaceDimension, TSecondTransform::OutputSpaceDimension > | |
| ParametersType | m_Parameters |
| ParametersType | m_FixedParameters |
| JacobianType | m_Jacobian |
Class which compose two itk::Transform to obtain one itk::Transform T1 T2 T3 (x, y) -> (x', y') -> (x'', y'') => (x, y) -> (x'', y'')
Definition at line 57 of file otbCompositeTransform.h.
| typedef itk::SmartPointer<const Self> otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >::ConstPointer |
Definition at line 66 of file otbCompositeTransform.h.
| typedef Superclass::InputPointType otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >::FirstTransformInputPointType |
Standard vector type for this class. Standard covariant vector type for this class Standard vnl_vector type for this class. Standard coordinate point type for this class
Definition at line 86 of file otbCompositeTransform.h.
| typedef TFirstTransform::OutputPointType otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >::FirstTransformOutputPointType |
Definition at line 87 of file otbCompositeTransform.h.
| typedef TFirstTransform::Pointer otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >::FirstTransformPointerType |
Definition at line 69 of file otbCompositeTransform.h.
| typedef TFirstTransform otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >::FirstTransformType |
Definition at line 68 of file otbCompositeTransform.h.
| typedef itk::SmartPointer<Self> otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >::Pointer |
Definition at line 65 of file otbCompositeTransform.h.
| typedef Superclass::OutputPointType otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >::SecondTransformOutputPointType |
TSecondTransform::InputPointType is purposely not defined It contrains user to choose First Transform Output compatible with Second Transform Input
Definition at line 92 of file otbCompositeTransform.h.
| typedef TSecondTransform::Pointer otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >::SecondTransformPointerType |
Definition at line 71 of file otbCompositeTransform.h.
| typedef TSecondTransform otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >::SecondTransformType |
Definition at line 70 of file otbCompositeTransform.h.
| typedef CompositeTransform otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >::Self |
Definition at line 64 of file otbCompositeTransform.h.
| typedef Transform<TScalarType, NInputDimensions, NOutputDimensions> otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >::Superclass |
Standard class typedefs
Definition at line 63 of file otbCompositeTransform.h.
|
protected |
Method to transform a vector. Method to transform a vnl_vector. Method to transform a CovariantVector.
Definition at line 33 of file otbCompositeTransform.hxx.
|
overrideprotected |
Get First and second transform
Definition at line 38 of file otbCompositeTransform.hxx.
|
privatedelete |
Get First and second transform
| virtual::itk::LightObject::Pointer otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >::CreateAnother | ( | void | ) | const |
|
virtual |
Get First and second transform
|
virtual |
Run-time type information (and related methods).
|
virtual |
Get First and second transform
|
static |
Method for creation through the object factory.
|
privatedelete |
Get First and second transform
|
virtual |
Set first transformation
|
virtual |
Set second transformation
|
override |
Method to transform a point.
Definition at line 44 of file otbCompositeTransform.hxx.
|
static |
Definition at line 100 of file otbCompositeTransform.h.
|
protected |
Get First and second transform
Definition at line 132 of file otbCompositeTransform.h.
|
protected |
Get First and second transform
Definition at line 133 of file otbCompositeTransform.h.
|
static |
Definition at line 101 of file otbCompositeTransform.h.
|
static |
Definition at line 103 of file otbCompositeTransform.h.
|
static |
Definition at line 102 of file otbCompositeTransform.h.
1.8.17