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

#include <allocator.hh>

Inheritance diagram for TooN::Internal::VectorAlloc< Size, Precision >:
TooN::Internal::StaticSizedAllocator< Size, Precision > TooN::Internal::DefaultTypes< Precision > TooN::Internal::StackOrHeap< Size, Precision,(sizeof(Precision)*Size >max_bytes_on_stack) > TooN::Internal::GenericVBase< Size, Precision, 1, VectorAlloc< Size, Precision > > TooN::Internal::VBase::VLayout< Size, Precision >

Public Member Functions

 VectorAlloc ()
 Default constructor (only for statically sized vectors) More...
 
 VectorAlloc (int)
 Construction from a size (required by damic vectors, ignored otherwise). More...
 
template<class Op >
 VectorAlloc (const Operator< Op > &)
 Construction from an Operator. See Operator::size(). More...
 
int size () const
 Return the size of the vector. More...
 
Precision * get_data_ptr ()
 
const Precision * get_data_ptr () const
 

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<int Size, class Precision>
struct TooN::Internal::VectorAlloc< Size, Precision >

Definition at line 126 of file allocator.hh.

Constructor & Destructor Documentation

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

Default constructor (only for statically sized vectors)

Definition at line 129 of file allocator.hh.

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

Construction from a size (required by damic vectors, ignored otherwise).

Definition at line 132 of file allocator.hh.

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

Construction from an Operator. See Operator::size().

Definition at line 136 of file allocator.hh.

Member Function Documentation

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

Definition at line 157 of file allocator.hh.

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

Definition at line 162 of file allocator.hh.

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

Definition at line 145 of file allocator.hh.

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

Definition at line 150 of file allocator.hh.

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

Return the size of the vector.

Definition at line 139 of file allocator.hh.

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

Definition at line 167 of file allocator.hh.

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

Definition at line 170 of file allocator.hh.


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