SLAMflex SE  0.1.0
SLAMflex provides detection and tracking of dominant planes for smartphone devices. This plane can then be used to show AR content relative to the plane orientation. The detection of plane is performed in the field of view of the smartphone camera. In subsequent frames it is tracked. The interface returns the plane position and orientation.
Public Types | List of all members
TooN::Internal::DefaultTypes< Precision > Struct Template Reference

#include <allocator.hh>

Inheritance diagram for TooN::Internal::DefaultTypes< Precision >:
TooN::Internal::VectorAlloc< Size, Precision > TooN::Internal::VectorAlloc< Dynamic, Precision > TooN::Internal::VectorAlloc< Resizable, Precision > TooN::Internal::GenericVBase< Size, Precision, 1, VectorAlloc< Size, Precision > > TooN::Internal::VBase::VLayout< Size, Precision >

Public Types

typedef Precision * PointerType
 
typedef const Precision * ConstPointerType
 
typedef Precision & ReferenceType
 
typedef const Precision & ConstReferenceType
 

Detailed Description

template<class Precision>
struct TooN::Internal::DefaultTypes< Precision >

Definition at line 53 of file allocator.hh.

Member Typedef Documentation

template<class Precision >
typedef const Precision* TooN::Internal::DefaultTypes< Precision >::ConstPointerType

Definition at line 56 of file allocator.hh.

template<class Precision >
typedef const Precision& TooN::Internal::DefaultTypes< Precision >::ConstReferenceType

Definition at line 58 of file allocator.hh.

template<class Precision >
typedef Precision* TooN::Internal::DefaultTypes< Precision >::PointerType

Definition at line 55 of file allocator.hh.

template<class Precision >
typedef Precision& TooN::Internal::DefaultTypes< Precision >::ReferenceType

Definition at line 57 of file allocator.hh.


The documentation for this struct was generated from the following file: