Main MRPT website > C++ reference for MRPT 1.5.3
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Attributes | Private Types
Eigen::Map< Sophus::SO3< Scalar_ > const, Options > Class Template Reference

Detailed Description

template<class Scalar_, int Options>
class Eigen::Map< Sophus::SO3< Scalar_ > const, Options >

Definition at line 621 of file so3.hpp.

#include <mrpt/otherlibs/sophus/so3.hpp>

Inheritance diagram for Eigen::Map< Sophus::SO3< Scalar_ > const, Options >:
Inheritance graph

Public Types

using Scalar = Scalar_
 
using Transformation = typename Base::Transformation
 
using Point = typename Base::Point
 
using Tangent = typename Base::Tangent
 
using Adjoint = typename Base::Adjoint
 
using QuaternionType = typename Eigen::internal::traits< Map< Sophus::SO3< Scalar_ > const, Options > >::QuaternionType
 

Public Member Functions

SOPHUS_FUNC Map (Scalar const *coeffs)
 
SOPHUS_FUNC Map< Eigen::Quaternion< Scalar > const, Options > const & unit_quaternion () const
 
SOPHUS_FUNC Adjoint Adj () const
 
SOPHUS_FUNC SO3< NewScalarType > cast () const
 
SOPHUS_FUNC Scalardata ()
 
SOPHUS_FUNC Scalar const * data () const
 
SOPHUS_FUNC Vector< Scalar, num_parametersinternalMultiplyByGenerator (int i) const
 
SOPHUS_FUNC Matrix< Scalar, num_parameters, DoFinternalJacobian () const
 
SOPHUS_FUNC SO3< Scalarinverse () const
 
SOPHUS_FUNC Tangent log () const
 
SOPHUS_FUNC void normalize ()
 
SOPHUS_FUNC Transformation matrix () const
 
SOPHUS_FUNC SO3< Scalaroperator* (SO3< Scalar > const &other) const
 
SOPHUS_FUNC Point operator* (Point const &p) const
 
SOPHUS_FUNC SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > > & operator*= (SO3< Scalar > const &other)
 
SOPHUS_FUNC void setQuaternion (Eigen::Quaternion< Scalar > const &quaternion)
 

Static Public Member Functions

static SOPHUS_FUNC Tangent log (SO3< Scalar > const &other)
 
static SOPHUS_FUNC Adjoint d_lieBracketab_by_d_a (Tangent const &b)
 
static SOPHUS_FUNC SO3< Scalarexp (Tangent const &omega)
 
static SOPHUS_FUNC SO3< ScalarexpAndTheta (Tangent const &omega, Scalar *theta)
 
static SOPHUS_FUNC Transformation generator (int i)
 
static SOPHUS_FUNC void internalGenerator (int i, Eigen::Quaternion< Scalar > *internal_gen_q)
 
static SOPHUS_FUNC Transformation hat (Tangent const &omega)
 
static SOPHUS_FUNC Tangent lieBracket (Tangent const &omega1, Tangent const &omega2)
 
static SOPHUS_FUNC Tangent logAndTheta (SO3< Scalar > const &other, Scalar *theta)
 
static SOPHUS_FUNC Tangent vee (Transformation const &Omega)
 

Static Public Attributes

static int constexpr DoF
 
static int constexpr num_parameters
 
static int constexpr N
 

Protected Attributes

Map< Eigen::Quaternion< Scalar > const, Options > const unit_quaternion_
 

Private Types

using Base = Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >
 

Member Typedef Documentation

◆ Adjoint

template<class Scalar_ , int Options>
using Eigen::Map< Sophus::SO3< Scalar_ > const, Options >::Adjoint = typename Base::Adjoint

Definition at line 630 of file so3.hpp.

◆ Base

template<class Scalar_ , int Options>
using Eigen::Map< Sophus::SO3< Scalar_ > const, Options >::Base = Sophus::SO3Base<Map<Sophus::SO3<Scalar_> const, Options> >
private

Definition at line 623 of file so3.hpp.

◆ Point

template<class Scalar_ , int Options>
using Eigen::Map< Sophus::SO3< Scalar_ > const, Options >::Point = typename Base::Point

Definition at line 628 of file so3.hpp.

◆ QuaternionType

using Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::QuaternionType = typename Eigen::internal::traits<Map< Sophus::SO3< Scalar_ > const, Options > >::QuaternionType
inherited

Definition at line 73 of file so3.hpp.

◆ Scalar

template<class Scalar_ , int Options>
using Eigen::Map< Sophus::SO3< Scalar_ > const, Options >::Scalar = Scalar_

Definition at line 626 of file so3.hpp.

◆ Tangent

template<class Scalar_ , int Options>
using Eigen::Map< Sophus::SO3< Scalar_ > const, Options >::Tangent = typename Base::Tangent

Definition at line 629 of file so3.hpp.

◆ Transformation

template<class Scalar_ , int Options>
using Eigen::Map< Sophus::SO3< Scalar_ > const, Options >::Transformation = typename Base::Transformation

Definition at line 627 of file so3.hpp.

Constructor & Destructor Documentation

◆ Map()

template<class Scalar_ , int Options>
SOPHUS_FUNC Eigen::Map< Sophus::SO3< Scalar_ > const, Options >::Map ( Scalar const *  coeffs)
inline

Definition at line 636 of file so3.hpp.

References SOPHUS_FUNC.

Member Function Documentation

◆ Adj()

SOPHUS_FUNC Adjoint Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::Adj ( ) const
inlineinherited

Definition at line 94 of file so3.hpp.

◆ cast()

SOPHUS_FUNC SO3<NewScalarType> Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::cast ( ) const
inlineinherited

Definition at line 99 of file so3.hpp.

◆ d_lieBracketab_by_d_a()

static SOPHUS_FUNC Adjoint Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::d_lieBracketab_by_d_a ( Tangent const &  b)
inlinestaticinherited

Definition at line 257 of file so3.hpp.

◆ data() [1/2]

SOPHUS_FUNC Scalar* Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::data ( )
inlineinherited

Definition at line 111 of file so3.hpp.

◆ data() [2/2]

SOPHUS_FUNC Scalar const* Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::data ( ) const
inlineinherited

Definition at line 117 of file so3.hpp.

◆ exp()

static SOPHUS_FUNC SO3<Scalar> Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::exp ( Tangent const &  omega)
inlinestaticinherited

Definition at line 270 of file so3.hpp.

◆ expAndTheta()

static SOPHUS_FUNC SO3<Scalar> Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::expAndTheta ( Tangent const &  omega,
Scalar theta 
)
inlinestaticinherited

Definition at line 279 of file so3.hpp.

◆ generator()

static SOPHUS_FUNC Transformation Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::generator ( int  i)
inlinestaticinherited

Definition at line 332 of file so3.hpp.

◆ hat()

static SOPHUS_FUNC Transformation Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::hat ( Tangent const &  omega)
inlinestaticinherited

Definition at line 368 of file so3.hpp.

◆ internalGenerator()

static SOPHUS_FUNC void Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::internalGenerator ( int  i,
Eigen::Quaternion< Scalar > *  internal_gen_q 
)
inlinestaticinherited

Definition at line 344 of file so3.hpp.

◆ internalJacobian()

SOPHUS_FUNC Matrix<Scalar, num_parameters, DoF> Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::internalJacobian ( ) const
inlineinherited

Definition at line 134 of file so3.hpp.

◆ internalMultiplyByGenerator()

SOPHUS_FUNC Vector<Scalar, num_parameters> Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::internalMultiplyByGenerator ( int  i) const
inlineinherited

Definition at line 123 of file so3.hpp.

◆ inverse()

SOPHUS_FUNC SO3<Scalar> Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::inverse ( ) const
inlineinherited

Definition at line 144 of file so3.hpp.

◆ lieBracket()

static SOPHUS_FUNC Tangent Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::lieBracket ( Tangent const &  omega1,
Tangent const &  omega2 
)
inlinestaticinherited

Definition at line 392 of file so3.hpp.

◆ log() [1/2]

SOPHUS_FUNC Tangent Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::log ( ) const
inlineinherited

Definition at line 152 of file so3.hpp.

◆ log() [2/2]

static SOPHUS_FUNC Tangent Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::log ( SO3< Scalar > const &  other)
inlinestaticinherited

Definition at line 407 of file so3.hpp.

◆ logAndTheta()

static SOPHUS_FUNC Tangent Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::logAndTheta ( SO3< Scalar > const &  other,
Scalar theta 
)
inlinestaticinherited

Definition at line 414 of file so3.hpp.

◆ matrix()

SOPHUS_FUNC Transformation Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::matrix ( ) const
inlineinherited

Definition at line 172 of file so3.hpp.

◆ normalize()

SOPHUS_FUNC void Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::normalize ( )
inlineinherited

Definition at line 159 of file so3.hpp.

◆ operator*() [1/2]

SOPHUS_FUNC SO3<Scalar> Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::operator* ( SO3< Scalar > const &  other) const
inlineinherited

Definition at line 186 of file so3.hpp.

◆ operator*() [2/2]

SOPHUS_FUNC Point Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::operator* ( Point const &  p) const
inlineinherited

Definition at line 206 of file so3.hpp.

◆ operator*=()

SOPHUS_FUNC SO3Base<Map< Sophus::SO3< Scalar_ > const, Options > >& Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::operator*= ( SO3< Scalar > const &  other)
inlineinherited

Definition at line 212 of file so3.hpp.

◆ setQuaternion()

SOPHUS_FUNC void Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::setQuaternion ( Eigen::Quaternion< Scalar > const &  quaternion)
inlineinherited

Definition at line 235 of file so3.hpp.

◆ unit_quaternion()

template<class Scalar_ , int Options>
SOPHUS_FUNC Map<Eigen::Quaternion<Scalar> const, Options> const& Eigen::Map< Sophus::SO3< Scalar_ > const, Options >::unit_quaternion ( ) const
inline

Definition at line 641 of file so3.hpp.

◆ vee()

static SOPHUS_FUNC Tangent Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::vee ( Transformation const &  Omega)
inlinestaticinherited

Definition at line 471 of file so3.hpp.

Member Data Documentation

◆ DoF

int constexpr Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::DoF
staticinherited

Definition at line 76 of file so3.hpp.

◆ N

int constexpr Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::N
staticinherited

Definition at line 80 of file so3.hpp.

◆ num_parameters

int constexpr Sophus::SO3Base< Map< Sophus::SO3< Scalar_ > const, Options > >::num_parameters
staticinherited

Definition at line 78 of file so3.hpp.

◆ unit_quaternion_

template<class Scalar_ , int Options>
Map<Eigen::Quaternion<Scalar> const, Options> const Eigen::Map< Sophus::SO3< Scalar_ > const, Options >::unit_quaternion_
protected

Definition at line 648 of file so3.hpp.




Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Sun Nov 26 00:44:48 UTC 2017