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 | Protected Member Functions | List of all members
TooN::Internal::VectorAlloc< Dynamic, Precision > Struct Template Reference

#include <allocator.hh>

Inheritance diagram for TooN::Internal::VectorAlloc< Dynamic, Precision >:
TooN::Internal::DefaultTypes< Precision >

Public Member Functions

 VectorAlloc (const VectorAlloc &v)
 
 VectorAlloc (int s)
 
template<class Op >
 VectorAlloc (const Operator< Op > &op)
 
int size () const
 
 ~VectorAlloc ()
 
Precision * get_data_ptr ()
 
const Precision * get_data_ptr () const
 

Public Attributes

Precision *const my_data
 
const int my_size
 

Protected Member Functions

Precision * data ()
 
const Precision * data () const
 
void try_destructive_resize (int)
 
template<class Op >
void try_destructive_resize (const Operator< Op > &)
 

Additional Inherited Members

- Public Types inherited from TooN::Internal::DefaultTypes< Precision >
typedef Precision * PointerType
 
typedef const Precision * ConstPointerType
 
typedef Precision & ReferenceType
 
typedef const Precision & ConstReferenceType
 

Detailed Description

template<class Precision>
struct TooN::Internal::VectorAlloc< Dynamic, Precision >

Definition at line 178 of file allocator.hh.

Constructor & Destructor Documentation

template<class Precision >
TooN::Internal::VectorAlloc< Dynamic, Precision >::VectorAlloc ( const VectorAlloc< Dynamic, Precision > &  v)
inline

Definition at line 182 of file allocator.hh.

template<class Precision >
TooN::Internal::VectorAlloc< Dynamic, Precision >::VectorAlloc ( int  s)
inline

Definition at line 189 of file allocator.hh.

template<class Precision >
template<class Op >
TooN::Internal::VectorAlloc< Dynamic, Precision >::VectorAlloc ( const Operator< Op > &  op)
inline

Definition at line 196 of file allocator.hh.

template<class Precision >
TooN::Internal::VectorAlloc< Dynamic, Precision >::~VectorAlloc ( )
inline

Definition at line 206 of file allocator.hh.

Member Function Documentation

template<class Precision >
Precision* TooN::Internal::VectorAlloc< Dynamic, Precision >::data ( )
inlineprotected

Definition at line 222 of file allocator.hh.

template<class Precision >
const Precision* TooN::Internal::VectorAlloc< Dynamic, Precision >::data ( ) const
inlineprotected

Definition at line 227 of file allocator.hh.

template<class Precision >
Precision* TooN::Internal::VectorAlloc< Dynamic, Precision >::get_data_ptr ( )
inline

Definition at line 210 of file allocator.hh.

template<class Precision >
const Precision* TooN::Internal::VectorAlloc< Dynamic, Precision >::get_data_ptr ( ) const
inline

Definition at line 215 of file allocator.hh.

template<class Precision >
int TooN::Internal::VectorAlloc< Dynamic, Precision >::size ( ) const
inline

Definition at line 202 of file allocator.hh.

template<class Precision >
void TooN::Internal::VectorAlloc< Dynamic, Precision >::try_destructive_resize ( int  )
inlineprotected

Definition at line 232 of file allocator.hh.

template<class Precision >
template<class Op >
void TooN::Internal::VectorAlloc< Dynamic, Precision >::try_destructive_resize ( const Operator< Op > &  )
inlineprotected

Definition at line 235 of file allocator.hh.

Member Data Documentation

template<class Precision >
Precision* const TooN::Internal::VectorAlloc< Dynamic, Precision >::my_data

Definition at line 179 of file allocator.hh.

template<class Precision >
const int TooN::Internal::VectorAlloc< Dynamic, Precision >::my_size

Definition at line 180 of file allocator.hh.


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