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< S, 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

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

Public Attributes

const PtrType my_data
 

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<int S, class Precision, class PtrType = Precision*, class ConstPtrType = const Precision*, class RefType = Precision&, class ConstRefType = const Precision&>
struct TooN::Internal::VectorSlice< S, Precision, PtrType, ConstPtrType, RefType, ConstRefType >

Definition at line 339 of file allocator.hh.

Member Typedef Documentation

template<int S, class Precision, class PtrType = Precision*, class ConstPtrType = const Precision*, class RefType = Precision&, class ConstRefType = const Precision&>
typedef ConstPtrType TooN::Internal::VectorSlice< S, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::ConstPointerType

Definition at line 376 of file allocator.hh.

template<int S, class Precision, class PtrType = Precision*, class ConstPtrType = const Precision*, class RefType = Precision&, class ConstRefType = const Precision&>
typedef ConstRefType TooN::Internal::VectorSlice< S, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::ConstReferenceType

Definition at line 378 of file allocator.hh.

template<int S, class Precision, class PtrType = Precision*, class ConstPtrType = const Precision*, class RefType = Precision&, class ConstRefType = const Precision&>
typedef PtrType TooN::Internal::VectorSlice< S, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::PointerType

Definition at line 375 of file allocator.hh.

template<int S, class Precision, class PtrType = Precision*, class ConstPtrType = const Precision*, class RefType = Precision&, class ConstRefType = const Precision&>
typedef RefType TooN::Internal::VectorSlice< S, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::ReferenceType

Definition at line 377 of file allocator.hh.

Constructor & Destructor Documentation

template<int S, class Precision, class PtrType = Precision*, class ConstPtrType = const Precision*, class RefType = Precision&, class ConstRefType = const Precision&>
TooN::Internal::VectorSlice< S, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::VectorSlice ( PtrType  p)
inline

Definition at line 348 of file allocator.hh.

template<int S, class Precision, class PtrType = Precision*, class ConstPtrType = const Precision*, class RefType = Precision&, class ConstRefType = const Precision&>
TooN::Internal::VectorSlice< S, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::VectorSlice ( PtrType  p,
int   
)
inline

Definition at line 351 of file allocator.hh.

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

Definition at line 355 of file allocator.hh.

Member Function Documentation

template<int S, class Precision, class PtrType = Precision*, class ConstPtrType = const Precision*, class RefType = Precision&, class ConstRefType = const Precision&>
PtrType TooN::Internal::VectorSlice< S, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::data ( )
inlineprotected

Definition at line 358 of file allocator.hh.

template<int S, class Precision, class PtrType = Precision*, class ConstPtrType = const Precision*, class RefType = Precision&, class ConstRefType = const Precision&>
ConstPtrType TooN::Internal::VectorSlice< S, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::data ( ) const
inlineprotected

Definition at line 363 of file allocator.hh.

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

Definition at line 341 of file allocator.hh.

template<int S, class Precision, class PtrType = Precision*, class ConstPtrType = const Precision*, class RefType = Precision&, class ConstRefType = const Precision&>
void TooN::Internal::VectorSlice< S, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::try_destructive_resize ( int  )
inlineprotected

Definition at line 368 of file allocator.hh.

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

Definition at line 371 of file allocator.hh.

Member Data Documentation

template<int S, class Precision, class PtrType = Precision*, class ConstPtrType = const Precision*, class RefType = Precision&, class ConstRefType = const Precision&>
const PtrType TooN::Internal::VectorSlice< S, Precision, PtrType, ConstPtrType, RefType, ConstRefType >::my_data

Definition at line 347 of file allocator.hh.


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