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::VectorFiller< N, Size, P, B > Struct Template Reference

#include <comma.hh>

Public Member Functions

 VectorFiller (Vector< Size, P, B > &v_, VectorFiller< N-1, Size, P, B > *p)
 
VectorFiller< N+1, Size, P, B > operator, (const P &p)
 
 ~VectorFiller ()
 

Public Attributes

Vector< Size, P, B > & v
 
VectorFiller< N-1, Size, P, B > * parent
 
bool underfill
 

Detailed Description

template<int N, int Size, class P, class B>
struct TooN::Internal::VectorFiller< N, Size, P, B >

Definition at line 7 of file comma.hh.

Constructor & Destructor Documentation

template<int N, int Size, class P, class B>
TooN::Internal::VectorFiller< N, Size, P, B >::VectorFiller ( Vector< Size, P, B > &  v_,
VectorFiller< N-1, Size, P, B > *  p 
)
inline

Definition at line 13 of file comma.hh.

template<int N, int Size, class P, class B>
TooN::Internal::VectorFiller< N, Size, P, B >::~VectorFiller ( )
inline

Definition at line 25 of file comma.hh.

Member Function Documentation

template<int N, int Size, class P, class B>
VectorFiller<N+1, Size, P, B> TooN::Internal::VectorFiller< N, Size, P, B >::operator, ( const P &  p)
inline

Definition at line 18 of file comma.hh.

Member Data Documentation

template<int N, int Size, class P, class B>
VectorFiller<N-1, Size, P, B>* TooN::Internal::VectorFiller< N, Size, P, B >::parent

Definition at line 10 of file comma.hh.

template<int N, int Size, class P, class B>
bool TooN::Internal::VectorFiller< N, Size, P, B >::underfill

Definition at line 11 of file comma.hh.

template<int N, int Size, class P, class B>
Vector<Size, P, B>& TooN::Internal::VectorFiller< N, Size, P, B >::v

Definition at line 9 of file comma.hh.


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