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::SizeHolder< s > Struct Template Reference

#include <allocator.hh>

Public Member Functions

 SizeHolder ()
 Default constrution. More...
 
 SizeHolder (int)
 Construct from an int and discard it. More...
 
int size () const
 Simply return the statcally known size. More...
 

Detailed Description

template<int s>
struct TooN::Internal::SizeHolder< s >

Definition at line 436 of file allocator.hh.

Constructor & Destructor Documentation

template<int s>
TooN::Internal::SizeHolder< s >::SizeHolder ( )
inline

Default constrution.

Definition at line 439 of file allocator.hh.

template<int s>
TooN::Internal::SizeHolder< s >::SizeHolder ( int  )
inline

Construct from an int and discard it.

Definition at line 440 of file allocator.hh.

Member Function Documentation

template<int s>
int TooN::Internal::SizeHolder< s >::size ( ) const
inline

Simply return the statcally known size.

Definition at line 443 of file allocator.hh.


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