![]() |
OTB
8.0.1
Orfeo Toolbox
|
#include <otbCompositeTransform.h>
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 |
![]() | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::CovariantVector< TScalarType, NInputDimensions > | InputCovariantVectorType |
typedef itk::Point< TScalarType, NInputDimensions > | InputPointType |
typedef itk::Vector< TScalarType, NInputDimensions > | InputVectorType |
typedef vnl_vector_fixed< TScalarType, NInputDimensions > | InputVnlVectorType |
typedef Superclass::InverseTransformBasePointer | InverseTransformBasePointer |
typedef Superclass::InverseTransformBaseType | InverseTransformBaseType |
typedef itk::Array2D< double > | JacobianType |
typedef Superclass::NumberOfParametersType | NumberOfParametersType |
typedef itk::CovariantVector< TScalarType, NOutputDimensions > | OutputCovariantVectorType |
typedef itk::Point< TScalarType, NOutputDimensions > | OutputPointType |
typedef itk::Vector< TScalarType, NOutputDimensions > | OutputVectorType |
typedef vnl_vector_fixed< TScalarType, NOutputDimensions > | OutputVnlVectorType |
typedef Superclass::ParametersType | ParametersType |
typedef Superclass::ParametersValueType | ParametersValueType |
typedef itk::SmartPointer< Self > | Pointer |
typedef TScalarType | ScalarType |
typedef Transform | Self |
typedef itk::Transform< TScalarType, NInputDimensions, NOutputDimensions > | Superclass |
enum | TransformDirection { FORWARD = 0, INVERSE = 1 } |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputSpaceDimension = NInputDimensions |
static const unsigned int | OutputSpaceDimension = NOutputDimensions |
static const unsigned int | ParametersDimension = NInputDimensions*(NInputDimensions + 1) |
static const unsigned int | SpaceDimension = NInputDimensions |
![]() | |
static const unsigned int | InputSpaceDimension = NInputDimensions |
static const unsigned int | OutputSpaceDimension = NOutputDimensions |
Protected Member Functions | |
CompositeTransform () | |
~CompositeTransform () override | |
![]() | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
Transform () | |
Transform (NumberOfParametersType numberOfParameters) | |
~Transform () override | |
Protected Attributes | |
FirstTransformPointerType | m_FirstTransform |
SecondTransformPointerType | m_SecondTransform |
![]() | |
ParametersType | m_FixedParameters |
JacobianType | m_Jacobian |
ParametersType | m_Parameters |
Private Member Functions | |
CompositeTransform (const Self &)=delete | |
void | operator= (const Self &)=delete |
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 |
Definition at line 38 of file otbCompositeTransform.hxx.
|
privatedelete |
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).
Reimplemented from otb::Transform< TScalarType, NInputDimensions, NOutputDimensions >.
|
virtual |
Get First and second transform
|
static |
Method for creation through the object factory.
|
privatedelete |
|
virtual |
Set first transformation
|
virtual |
Set second transformation
|
override |
Method to transform a point.
Definition at line 44 of file otbCompositeTransform.hxx.
References otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >::m_FirstTransform, and otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >::m_SecondTransform.
|
static |
Definition at line 100 of file otbCompositeTransform.h.
|
protected |
Definition at line 132 of file otbCompositeTransform.h.
Referenced by otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >::TransformPoint().
|
protected |
Definition at line 133 of file otbCompositeTransform.h.
Referenced by otb::CompositeTransform< TFirstTransform, TSecondTransform, TScalarType, NInputDimensions, NOutputDimensions >::TransformPoint().
|
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.