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 170 of file IndexedTreeDataKernels.h.

Member Typedef Documentation

◆ const_dereferenced_iterator

typedef DataT::const_iterator const_dereferenced_iterator

Definition at line 180 of file IndexedTreeDataKernels.h.

◆ const_iterator

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

Definition at line 177 of file IndexedTreeDataKernels.h.

◆ dereferenced_iterator

typedef DataT::const_iterator dereferenced_iterator

Definition at line 179 of file IndexedTreeDataKernels.h.

◆ DereferencedType

typedef IndicesT::value_type DereferencedType

Definition at line 175 of file IndexedTreeDataKernels.h.

◆ HandleType

typedef IndicesT::size_type HandleType

Definition at line 174 of file IndexedTreeDataKernels.h.

◆ InvariantIdType

Definition at line 181 of file IndexedTreeDataKernels.h.

◆ iterator

Definition at line 178 of file IndexedTreeDataKernels.h.

◆ value_type

typedef DataT::value_type value_type

Definition at line 173 of file IndexedTreeDataKernels.h.

Member Function Documentation

◆ at()

const value_type& at ( DereferencedType  s) const
inline

Definition at line 216 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ back()

const value_type& back ( ) const
inline

Definition at line 222 of file IndexedTreeDataKernels.h.

◆ begin() [1/2]

iterator begin ( )
inline

Definition at line 228 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ begin() [2/2]

const_iterator begin ( ) const
inline

Definition at line 240 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ BeginHandle()

HandleType BeginHandle ( ) const
inline

Definition at line 282 of file IndexedTreeDataKernels.h.

◆ Dereference()

DereferencedType Dereference ( HandleType  h) const
inline

Definition at line 204 of file IndexedTreeDataKernels.h.

◆ dereferenced_begin() [1/2]

dereferenced_iterator dereferenced_begin ( )
inline

Definition at line 252 of file IndexedTreeDataKernels.h.

◆ dereferenced_begin() [2/2]

const_dereferenced_iterator dereferenced_begin ( ) const
inline

Definition at line 264 of file IndexedTreeDataKernels.h.

◆ dereferenced_end() [1/2]

dereferenced_iterator dereferenced_end ( )
inline

Definition at line 258 of file IndexedTreeDataKernels.h.

◆ dereferenced_end() [2/2]

const_dereferenced_iterator dereferenced_end ( ) const
inline

Definition at line 270 of file IndexedTreeDataKernels.h.

◆ end() [1/2]

iterator end ( )
inline

Definition at line 234 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ end() [2/2]

const_iterator end ( ) const
inline

Definition at line 246 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ EndHandle()

HandleType EndHandle ( ) const
inline

Definition at line 288 of file IndexedTreeDataKernels.h.

◆ IndexedData() [1/2]

const DataT* IndexedData ( ) const
inline

Definition at line 198 of file IndexedTreeDataKernels.h.

◆ IndexedData() [2/2]

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

Definition at line 184 of file IndexedTreeDataKernels.h.

◆ InsertBack()

void InsertBack ( HandleType  h)
inlineprotected

Definition at line 301 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ InvariantId()

InvariantIdType InvariantId ( HandleType  h) const
inline

Definition at line 210 of file IndexedTreeDataKernels.h.

◆ size()

size_t size ( ) const
inline

Definition at line 276 of file IndexedTreeDataKernels.h.

◆ SwapHandles()

void SwapHandles ( HandleType  a,
HandleType  b 
)
inlineprotected

Definition at line 295 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

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