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 | List of all members
TooN::Internal::MatrixAlloc< R, C, Precision, FullyStatic > Struct Template Reference

#include <allocator.hh>

Inheritance diagram for TooN::Internal::MatrixAlloc< R, C, Precision, FullyStatic >:
TooN::Internal::StaticSizedAllocator< R *C, Precision > TooN::Internal::StackOrHeap< Size, Precision,(sizeof(Precision)*Size >max_bytes_on_stack) >

Public Member Functions

 MatrixAlloc (int, int)
 
 MatrixAlloc ()
 
template<class Op >
 MatrixAlloc (const Operator< Op > &)
 
int num_rows () const
 
int num_cols () const
 
Precision * get_data_ptr ()
 
const Precision * get_data_ptr () const
 

Detailed Description

template<int R, int C, class Precision, bool FullyStatic = (R>=0 && C>=0)>
struct TooN::Internal::MatrixAlloc< R, C, Precision, FullyStatic >

Definition at line 520 of file allocator.hh.

Constructor & Destructor Documentation

template<int R, int C, class Precision, bool FullyStatic = (R>=0 && C>=0)>
TooN::Internal::MatrixAlloc< R, C, Precision, FullyStatic >::MatrixAlloc ( int  ,
int   
)
inline

Definition at line 522 of file allocator.hh.

template<int R, int C, class Precision, bool FullyStatic = (R>=0 && C>=0)>
TooN::Internal::MatrixAlloc< R, C, Precision, FullyStatic >::MatrixAlloc ( )
inline

Definition at line 525 of file allocator.hh.

template<int R, int C, class Precision, bool FullyStatic = (R>=0 && C>=0)>
template<class Op >
TooN::Internal::MatrixAlloc< R, C, Precision, FullyStatic >::MatrixAlloc ( const Operator< Op > &  )
inline

Definition at line 529 of file allocator.hh.

Member Function Documentation

template<int R, int C, class Precision, bool FullyStatic = (R>=0 && C>=0)>
Precision* TooN::Internal::MatrixAlloc< R, C, Precision, FullyStatic >::get_data_ptr ( )
inline

Definition at line 542 of file allocator.hh.

template<int R, int C, class Precision, bool FullyStatic = (R>=0 && C>=0)>
const Precision* TooN::Internal::MatrixAlloc< R, C, Precision, FullyStatic >::get_data_ptr ( ) const
inline

Definition at line 547 of file allocator.hh.

template<int R, int C, class Precision, bool FullyStatic = (R>=0 && C>=0)>
int TooN::Internal::MatrixAlloc< R, C, Precision, FullyStatic >::num_cols ( ) const
inline

Definition at line 536 of file allocator.hh.

template<int R, int C, class Precision, bool FullyStatic = (R>=0 && C>=0)>
int TooN::Internal::MatrixAlloc< R, C, Precision, FullyStatic >::num_rows ( ) const
inline

Definition at line 532 of file allocator.hh.


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