IndexedMemberTreeDataKernel< DataT, IndicesT > Class Template Reference

#include <VisionX/components/pointcloud_processor/EfficientRANSACPrimitiveExtractor/EfficientRANSAC/GfxTL/IndexedTreeDataKernels.h>

Public Types

typedef DataT::const_iterator const_dereferenced_iterator
 
typedef IndexedIterator< typename IndicesT::const_iterator, typename DataT::const_iterator > const_iterator
 
typedef DataT::iterator dereferenced_iterator
 
typedef IndicesT::value_type DereferencedType
 
typedef IndicesT::size_type HandleType
 
typedef DereferencedType InvariantIdType
 
typedef IndexedIterator< typename IndicesT::iterator, typename DataT::iterator > iterator
 
typedef DataT::value_type value_type
 

Public Member Functions

value_typeat (DereferencedType s)
 
const value_typeat (DereferencedType s) const
 
value_typeback ()
 
const value_typeback () const
 
iterator begin ()
 
const_iterator begin () const
 
HandleType BeginHandle () const
 
DataT & ContainedData ()
 
const DataT & ContainedData () const
 
DereferencedType Dereference (HandleType h) const
 
dereferenced_iterator dereferenced_begin ()
 
const_dereferenced_iterator dereferenced_begin () const
 
dereferenced_iterator dereferenced_end ()
 
const_dereferenced_iterator dereferenced_end () const
 
iterator end ()
 
const_iterator end () const
 
HandleType EndHandle () const
 
void InitIndices ()
 
InvariantIdType InvariantId (HandleType h) const
 
size_t size () const
 

Protected Member Functions

void InsertBack (HandleType h)
 
void SwapHandles (HandleType a, HandleType b)
 

Detailed Description

template<class DataT, class IndicesT>
class GfxTL::IndexedMemberTreeDataKernel< DataT, IndicesT >

Definition at line 11 of file IndexedTreeDataKernels.h.

Member Typedef Documentation

◆ const_dereferenced_iterator

typedef DataT::const_iterator const_dereferenced_iterator

Definition at line 22 of file IndexedTreeDataKernels.h.

◆ const_iterator

typedef IndexedIterator< typename IndicesT::const_iterator, typename DataT::const_iterator > const_iterator

Definition at line 20 of file IndexedTreeDataKernels.h.

◆ dereferenced_iterator

typedef DataT::iterator dereferenced_iterator

Definition at line 21 of file IndexedTreeDataKernels.h.

◆ DereferencedType

typedef IndicesT::value_type DereferencedType

Definition at line 16 of file IndexedTreeDataKernels.h.

◆ HandleType

typedef IndicesT::size_type HandleType

Definition at line 15 of file IndexedTreeDataKernels.h.

◆ InvariantIdType

Definition at line 23 of file IndexedTreeDataKernels.h.

◆ iterator

typedef IndexedIterator< typename IndicesT::iterator, typename DataT::iterator > iterator

Definition at line 18 of file IndexedTreeDataKernels.h.

◆ value_type

typedef DataT::value_type value_type

Definition at line 14 of file IndexedTreeDataKernels.h.

Member Function Documentation

◆ at() [1/2]

value_type& at ( DereferencedType  s)
inline

Definition at line 54 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ at() [2/2]

const value_type& at ( DereferencedType  s) const
inline

Definition at line 59 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ back() [1/2]

value_type& back ( )
inline

Definition at line 64 of file IndexedTreeDataKernels.h.

◆ back() [2/2]

const value_type& back ( ) const
inline

Definition at line 69 of file IndexedTreeDataKernels.h.

◆ begin() [1/2]

iterator begin ( )
inline

Definition at line 74 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ begin() [2/2]

const_iterator begin ( ) const
inline

Definition at line 84 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ BeginHandle()

HandleType BeginHandle ( ) const
inline

Definition at line 119 of file IndexedTreeDataKernels.h.

◆ ContainedData() [1/2]

DataT& ContainedData ( )
inline

Definition at line 25 of file IndexedTreeDataKernels.h.

◆ ContainedData() [2/2]

const DataT& ContainedData ( ) const
inline

Definition at line 30 of file IndexedTreeDataKernels.h.

◆ Dereference()

DereferencedType Dereference ( HandleType  h) const
inline

Definition at line 44 of file IndexedTreeDataKernels.h.

+ Here is the caller graph for this function:

◆ dereferenced_begin() [1/2]

dereferenced_iterator dereferenced_begin ( )
inline

Definition at line 94 of file IndexedTreeDataKernels.h.

◆ dereferenced_begin() [2/2]

const_dereferenced_iterator dereferenced_begin ( ) const
inline

Definition at line 104 of file IndexedTreeDataKernels.h.

◆ dereferenced_end() [1/2]

dereferenced_iterator dereferenced_end ( )
inline

Definition at line 99 of file IndexedTreeDataKernels.h.

◆ dereferenced_end() [2/2]

const_dereferenced_iterator dereferenced_end ( ) const
inline

Definition at line 109 of file IndexedTreeDataKernels.h.

◆ end() [1/2]

iterator end ( )
inline

Definition at line 79 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ end() [2/2]

const_iterator end ( ) const
inline

Definition at line 89 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ EndHandle()

HandleType EndHandle ( ) const
inline

Definition at line 123 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ InitIndices()

void InitIndices ( )
inline

Definition at line 35 of file IndexedTreeDataKernels.h.

◆ InsertBack()

void InsertBack ( HandleType  h)
inlineprotected

Definition at line 134 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ InvariantId()

InvariantIdType InvariantId ( HandleType  h) const
inline

Definition at line 49 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ size()

size_t size ( ) const
inline

Definition at line 114 of file IndexedTreeDataKernels.h.

+ Here is the caller graph for this function:

◆ SwapHandles()

void SwapHandles ( HandleType  a,
HandleType  b 
)
inlineprotected

Definition at line 129 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

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