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::const_iterator dereferenced_iterator
 
typedef IndicesT::value_type DereferencedType
 
typedef IndicesT::size_type HandleType
 
typedef DereferencedType InvariantIdType
 
typedef const_iterator iterator
 
typedef DataT::value_type value_type
 

Public Member Functions

const value_typeat (DereferencedType s) const
 
const value_typeback () const
 
iterator begin ()
 
const_iterator begin () const
 
HandleType BeginHandle () 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
 
const DataT * IndexedData () const
 
void IndexedData (const DataT *data, bool initIndices=true)
 
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 148 of file IndexedTreeDataKernels.h.

Member Typedef Documentation

◆ const_dereferenced_iterator

typedef DataT::const_iterator const_dereferenced_iterator

Definition at line 158 of file IndexedTreeDataKernels.h.

◆ const_iterator

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

Definition at line 155 of file IndexedTreeDataKernels.h.

◆ dereferenced_iterator

typedef DataT::const_iterator dereferenced_iterator

Definition at line 157 of file IndexedTreeDataKernels.h.

◆ DereferencedType

typedef IndicesT::value_type DereferencedType

Definition at line 153 of file IndexedTreeDataKernels.h.

◆ HandleType

typedef IndicesT::size_type HandleType

Definition at line 152 of file IndexedTreeDataKernels.h.

◆ InvariantIdType

Definition at line 159 of file IndexedTreeDataKernels.h.

◆ iterator

Definition at line 156 of file IndexedTreeDataKernels.h.

◆ value_type

typedef DataT::value_type value_type

Definition at line 151 of file IndexedTreeDataKernels.h.

Member Function Documentation

◆ at()

const value_type& at ( DereferencedType  s) const
inline

Definition at line 189 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ back()

const value_type& back ( ) const
inline

Definition at line 194 of file IndexedTreeDataKernels.h.

◆ begin() [1/2]

iterator begin ( )
inline

Definition at line 199 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ begin() [2/2]

const_iterator begin ( ) const
inline

Definition at line 209 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ BeginHandle()

HandleType BeginHandle ( ) const
inline

Definition at line 244 of file IndexedTreeDataKernels.h.

◆ Dereference()

DereferencedType Dereference ( HandleType  h) const
inline

Definition at line 179 of file IndexedTreeDataKernels.h.

◆ dereferenced_begin() [1/2]

dereferenced_iterator dereferenced_begin ( )
inline

Definition at line 219 of file IndexedTreeDataKernels.h.

◆ dereferenced_begin() [2/2]

const_dereferenced_iterator dereferenced_begin ( ) const
inline

Definition at line 229 of file IndexedTreeDataKernels.h.

◆ dereferenced_end() [1/2]

dereferenced_iterator dereferenced_end ( )
inline

Definition at line 224 of file IndexedTreeDataKernels.h.

◆ dereferenced_end() [2/2]

const_dereferenced_iterator dereferenced_end ( ) const
inline

Definition at line 234 of file IndexedTreeDataKernels.h.

◆ end() [1/2]

iterator end ( )
inline

Definition at line 204 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ end() [2/2]

const_iterator end ( ) const
inline

Definition at line 214 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ EndHandle()

HandleType EndHandle ( ) const
inline

Definition at line 248 of file IndexedTreeDataKernels.h.

◆ IndexedData() [1/2]

const DataT* IndexedData ( ) const
inline

Definition at line 174 of file IndexedTreeDataKernels.h.

◆ IndexedData() [2/2]

void IndexedData ( const DataT *  data,
bool  initIndices = true 
)
inline

Definition at line 161 of file IndexedTreeDataKernels.h.

◆ InsertBack()

void InsertBack ( HandleType  h)
inlineprotected

Definition at line 259 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ InvariantId()

InvariantIdType InvariantId ( HandleType  h) const
inline

Definition at line 184 of file IndexedTreeDataKernels.h.

◆ size()

size_t size ( ) const
inline

Definition at line 239 of file IndexedTreeDataKernels.h.

◆ SwapHandles()

void SwapHandles ( HandleType  a,
HandleType  b 
)
inlineprotected

Definition at line 254 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

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