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 Member Functions | Public Attributes | List of all members
TooN::Internal::StackOrHeap< Size, Precision, 1 > Class Template Reference

#include <allocator.hh>

Public Member Functions

 StackOrHeap ()
 
 ~StackOrHeap ()
 
 StackOrHeap (const StackOrHeap &from)
 

Public Attributes

Precision * my_data
 

Detailed Description

template<int Size, class Precision>
class TooN::Internal::StackOrHeap< Size, Precision, 1 >

Definition at line 85 of file allocator.hh.

Constructor & Destructor Documentation

template<int Size, class Precision >
TooN::Internal::StackOrHeap< Size, Precision, 1 >::StackOrHeap ( )
inline

Definition at line 88 of file allocator.hh.

template<int Size, class Precision >
TooN::Internal::StackOrHeap< Size, Precision, 1 >::~StackOrHeap ( )
inline

Definition at line 95 of file allocator.hh.

template<int Size, class Precision >
TooN::Internal::StackOrHeap< Size, Precision, 1 >::StackOrHeap ( const StackOrHeap< Size, Precision, 1 > &  from)
inline

Definition at line 102 of file allocator.hh.

Member Data Documentation

template<int Size, class Precision >
Precision* TooN::Internal::StackOrHeap< Size, Precision, 1 >::my_data

Definition at line 100 of file allocator.hh.


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