IndexedIteratorTreeDataKernel< IteratorT, IndicesT > Class Template Reference

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

Public Types

typedef IteratorT const_dereferenced_iterator
 
typedef IndexedIterator< typename IndicesT::const_iterator, IteratorT > const_iterator
 
typedef IteratorT dereferenced_iterator
 
typedef IndicesT::value_type DereferencedType
 
typedef IndicesT::size_type HandleType
 
typedef DereferencedType InvariantIdType
 
typedef IndexedIterator< typename IndicesT::iterator, IteratorT > iterator
 
typedef std::iterator_traits< IteratorT >::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
 
void IndexedData (IteratorT begin, IteratorT end, bool initIndices=true)
 
InvariantIdType InvariantId (HandleType h) const
 
size_t size () const
 

Protected Member Functions

void SwapHandles (HandleType a, HandleType b)
 

Detailed Description

template<class IteratorT, class IndicesT>
class GfxTL::IndexedIteratorTreeDataKernel< IteratorT, IndicesT >

Definition at line 273 of file IndexedTreeDataKernels.h.

Member Typedef Documentation

◆ const_dereferenced_iterator

typedef IteratorT const_dereferenced_iterator

Definition at line 284 of file IndexedTreeDataKernels.h.

◆ const_iterator

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

Definition at line 282 of file IndexedTreeDataKernels.h.

◆ dereferenced_iterator

typedef IteratorT dereferenced_iterator

Definition at line 283 of file IndexedTreeDataKernels.h.

◆ DereferencedType

typedef IndicesT::value_type DereferencedType

Definition at line 278 of file IndexedTreeDataKernels.h.

◆ HandleType

typedef IndicesT::size_type HandleType

Definition at line 277 of file IndexedTreeDataKernels.h.

◆ InvariantIdType

Definition at line 285 of file IndexedTreeDataKernels.h.

◆ iterator

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

Definition at line 280 of file IndexedTreeDataKernels.h.

◆ value_type

typedef std::iterator_traits< IteratorT >::value_type value_type

Definition at line 276 of file IndexedTreeDataKernels.h.

Member Function Documentation

◆ at()

const value_type& at ( DereferencedType  s) const
inline

Definition at line 311 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ back()

const value_type& back ( ) const
inline

Definition at line 316 of file IndexedTreeDataKernels.h.

◆ begin() [1/2]

iterator begin ( )
inline

Definition at line 326 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ begin() [2/2]

const_iterator begin ( ) const
inline

Definition at line 336 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ BeginHandle()

HandleType BeginHandle ( ) const
inline

Definition at line 366 of file IndexedTreeDataKernels.h.

◆ Dereference()

DereferencedType Dereference ( HandleType  h) const
inline

Definition at line 301 of file IndexedTreeDataKernels.h.

+ Here is the caller graph for this function:

◆ dereferenced_begin() [1/2]

dereferenced_iterator dereferenced_begin ( )
inline

Definition at line 346 of file IndexedTreeDataKernels.h.

◆ dereferenced_begin() [2/2]

const_dereferenced_iterator dereferenced_begin ( ) const
inline

Definition at line 356 of file IndexedTreeDataKernels.h.

◆ dereferenced_end() [1/2]

dereferenced_iterator dereferenced_end ( )
inline

Definition at line 351 of file IndexedTreeDataKernels.h.

◆ dereferenced_end() [2/2]

const_dereferenced_iterator dereferenced_end ( ) const
inline

Definition at line 361 of file IndexedTreeDataKernels.h.

◆ end() [1/2]

iterator end ( )
inline

Definition at line 331 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ end() [2/2]

const_iterator end ( ) const
inline

Definition at line 341 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ EndHandle()

HandleType EndHandle ( ) const
inline

Definition at line 370 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ IndexedData()

void IndexedData ( IteratorT  begin,
IteratorT  end,
bool  initIndices = true 
)
inline

Definition at line 287 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ InvariantId()

InvariantIdType InvariantId ( HandleType  h) const
inline

Definition at line 306 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

◆ size()

size_t size ( ) const
inline

Definition at line 321 of file IndexedTreeDataKernels.h.

+ Here is the caller graph for this function:

◆ SwapHandles()

void SwapHandles ( HandleType  a,
HandleType  b 
)
inlineprotected

Definition at line 376 of file IndexedTreeDataKernels.h.

+ Here is the call graph for this function:

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