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::MatrixAlloc< R, C, Precision, false > Struct Template Reference

#include <allocator.hh>

Inheritance diagram for TooN::Internal::MatrixAlloc< R, C, Precision, false >:
TooN::Internal::RowSizeHolder< R > TooN::Internal::ColSizeHolder< C > TooN::Internal::SizeHolder< S > TooN::Internal::SizeHolder< S >

Public Member Functions

 MatrixAlloc (const MatrixAlloc &m)
 
 MatrixAlloc (int r, int c)
 
template<class Op >
 MatrixAlloc (const Operator< Op > &op)
 
 ~MatrixAlloc ()
 
Precision * get_data_ptr ()
 
const Precision * get_data_ptr () const
 
- Public Member Functions inherited from TooN::Internal::RowSizeHolder< R >
 RowSizeHolder (int i)
 
 RowSizeHolder ()
 
 RowSizeHolder (const Operator< Op > &op)
 
int num_rows () const
 Return the number of rows. More...
 
- Public Member Functions inherited from TooN::Internal::ColSizeHolder< C >
 ColSizeHolder (int i)
 
 ColSizeHolder ()
 
 ColSizeHolder (const Operator< Op > &op)
 
int num_cols () const
 Return the number of columns. More...
 

Public Attributes

Precision *const my_data
 

Detailed Description

template<int R, int C, class Precision>
struct TooN::Internal::MatrixAlloc< R, C, Precision, false >

Definition at line 554 of file allocator.hh.

Constructor & Destructor Documentation

template<int R, int C, class Precision >
TooN::Internal::MatrixAlloc< R, C, Precision, false >::MatrixAlloc ( const MatrixAlloc< R, C, Precision, false > &  m)
inline

Definition at line 564 of file allocator.hh.

template<int R, int C, class Precision >
TooN::Internal::MatrixAlloc< R, C, Precision, false >::MatrixAlloc ( int  r,
int  c 
)
inline

Definition at line 574 of file allocator.hh.

template<int R, int C, class Precision >
template<class Op >
TooN::Internal::MatrixAlloc< R, C, Precision, false >::MatrixAlloc ( const Operator< Op > &  op)
inline

Definition at line 582 of file allocator.hh.

template<int R, int C, class Precision >
TooN::Internal::MatrixAlloc< R, C, Precision, false >::~MatrixAlloc ( )
inline

Definition at line 590 of file allocator.hh.

Member Function Documentation

template<int R, int C, class Precision >
Precision* TooN::Internal::MatrixAlloc< R, C, Precision, false >::get_data_ptr ( )
inline

Definition at line 594 of file allocator.hh.

template<int R, int C, class Precision >
const Precision* TooN::Internal::MatrixAlloc< R, C, Precision, false >::get_data_ptr ( ) const
inline

Definition at line 599 of file allocator.hh.

Member Data Documentation

template<int R, int C, class Precision >
Precision* const TooN::Internal::MatrixAlloc< R, C, Precision, false >::my_data

Definition at line 558 of file allocator.hh.


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