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 Types | Public Member Functions | Public Attributes | Protected Member Functions | List of all members
TooN::Internal::VectorSlice< Dynamic, Precision, PtrType, ConstPtrType, RefType, ConstRefType > Struct Template Reference

#include <allocator.hh>

Public Types

typedef PtrType PointerType
 
typedef ConstPtrType ConstPointerType
 
typedef RefType ReferenceType
 
typedef ConstRefType ConstReferenceType
 

Public Member Functions

 VectorSlice (PtrType d, int s)
 
template<class Op >
 VectorSlice (const Operator< Op > &op)
 
int size () const
 

Public Attributes

const PtrType my_data
 
const int my_size
 

Protected Member Functions

PtrType data ()
 
ConstPtrType data () const
 
void try_destructive_resize (int)
 
template<class Op >
void try_destructive_resize (const Operator< Op > &)
 

Detailed Description

template<class Precision, class PtrType, class ConstPtrType, class RefType, class ConstRefType>
struct TooN::Internal::VectorSlice< Dynamic, Precision, PtrType, ConstPtrType, RefType, ConstRefType >

Definition at line 385 of file allocator.hh.

Member Typedef Documentation

template<class Precision , class PtrType , class ConstPtrType , class RefType , class ConstRefType >
typedef ConstPtrType TooN::Internal::VectorSlice< Dynamic, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::ConstPointerType

Definition at line 421 of file allocator.hh.

template<class Precision , class PtrType , class ConstPtrType , class RefType , class ConstRefType >
typedef ConstRefType TooN::Internal::VectorSlice< Dynamic, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::ConstReferenceType

Definition at line 423 of file allocator.hh.

template<class Precision , class PtrType , class ConstPtrType , class RefType , class ConstRefType >
typedef PtrType TooN::Internal::VectorSlice< Dynamic, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::PointerType

Definition at line 420 of file allocator.hh.

template<class Precision , class PtrType , class ConstPtrType , class RefType , class ConstRefType >
typedef RefType TooN::Internal::VectorSlice< Dynamic, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::ReferenceType

Definition at line 422 of file allocator.hh.

Constructor & Destructor Documentation

template<class Precision , class PtrType , class ConstPtrType , class RefType , class ConstRefType >
TooN::Internal::VectorSlice< Dynamic, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::VectorSlice ( PtrType  d,
int  s 
)
inline

Definition at line 390 of file allocator.hh.

template<class Precision , class PtrType , class ConstPtrType , class RefType , class ConstRefType >
template<class Op >
TooN::Internal::VectorSlice< Dynamic, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::VectorSlice ( const Operator< Op > &  op)
inline

Definition at line 395 of file allocator.hh.

Member Function Documentation

template<class Precision , class PtrType , class ConstPtrType , class RefType , class ConstRefType >
PtrType TooN::Internal::VectorSlice< Dynamic, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::data ( )
inlineprotected

Definition at line 403 of file allocator.hh.

template<class Precision , class PtrType , class ConstPtrType , class RefType , class ConstRefType >
ConstPtrType TooN::Internal::VectorSlice< Dynamic, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::data ( ) const
inlineprotected

Definition at line 408 of file allocator.hh.

template<class Precision , class PtrType , class ConstPtrType , class RefType , class ConstRefType >
int TooN::Internal::VectorSlice< Dynamic, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::size ( ) const
inline

Definition at line 397 of file allocator.hh.

template<class Precision , class PtrType , class ConstPtrType , class RefType , class ConstRefType >
void TooN::Internal::VectorSlice< Dynamic, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::try_destructive_resize ( int  )
inlineprotected

Definition at line 413 of file allocator.hh.

template<class Precision , class PtrType , class ConstPtrType , class RefType , class ConstRefType >
template<class Op >
void TooN::Internal::VectorSlice< Dynamic, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::try_destructive_resize ( const Operator< Op > &  )
inlineprotected

Definition at line 416 of file allocator.hh.

Member Data Documentation

template<class Precision , class PtrType , class ConstPtrType , class RefType , class ConstRefType >
const PtrType TooN::Internal::VectorSlice< Dynamic, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::my_data

Definition at line 387 of file allocator.hh.

template<class Precision , class PtrType , class ConstPtrType , class RefType , class ConstRefType >
const int TooN::Internal::VectorSlice< Dynamic, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::my_size

Definition at line 388 of file allocator.hh.


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