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::ColSizeHolder< S > Struct Template Reference

#include <allocator.hh>

Inheritance diagram for TooN::Internal::ColSizeHolder< S >:
TooN::Internal::SizeHolder< S >

Public Member Functions

 ColSizeHolder (int i)
 
 ColSizeHolder ()
 
template<typename Op >
 ColSizeHolder (const Operator< Op > &op)
 
int num_cols () const
 Return the number of columns. More...
 

Additional Inherited Members

- Private Member Functions inherited from TooN::Internal::SizeHolder< S >
 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::ColSizeHolder< S >

Definition at line 496 of file allocator.hh.

Constructor & Destructor Documentation

template<int S>
TooN::Internal::ColSizeHolder< S >::ColSizeHolder ( int  i)
inline

Construct from an int to provide a run time size if necessary.

Parameters
iThe size, which is discarded for the static case.

Definition at line 501 of file allocator.hh.

template<int S>
TooN::Internal::ColSizeHolder< S >::ColSizeHolder ( )
inline

Definition at line 504 of file allocator.hh.

template<int S>
template<typename Op >
TooN::Internal::ColSizeHolder< S >::ColSizeHolder ( const Operator< Op > &  op)
inline

Construct from an Operator, taking the size from the operator. The size is only used in the dynamic case.

Parameters
opOperator from which to determine the size.

Definition at line 511 of file allocator.hh.

Member Function Documentation

template<int S>
int TooN::Internal::ColSizeHolder< S >::num_cols ( ) const
inline

Return the number of columns.

Definition at line 514 of file allocator.hh.


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