SPH
Public Member Functions | List of all members
LeafIndexSequence Class Reference

Helper index sequence to iterate over particle indices of a leaf node. More...

#include <KdTree.h>

Inheritance diagram for LeafIndexSequence:
IndexSequence

Public Member Functions

INLINE LeafIndexSequence (const Size from, const Size to, ArrayView< const Size > mapping)
 
INLINE LeafIndexIterator begin () const
 
INLINE LeafIndexIterator end () const
 
- Public Member Functions inherited from IndexSequence
INLINE IndexSequence (const Size from, const Size to)
 
INLINE IndexIterator begin () const
 
INLINE IndexIterator end () const
 
INLINE Size size () const
 
INLINE bool operator== (const IndexSequence &other) const
 

Additional Inherited Members

- Protected Attributes inherited from IndexSequence
Size from
 
Size to
 

Detailed Description

Helper index sequence to iterate over particle indices of a leaf node.

Definition at line 100 of file KdTree.h.

Constructor & Destructor Documentation

◆ LeafIndexSequence()

INLINE LeafIndexSequence::LeafIndexSequence ( const Size  from,
const Size  to,
ArrayView< const Size mapping 
)
inline

Definition at line 105 of file KdTree.h.

Member Function Documentation

◆ begin()

INLINE LeafIndexIterator LeafIndexSequence::begin ( ) const
inline

Definition at line 111 of file KdTree.h.

◆ end()

INLINE LeafIndexIterator LeafIndexSequence::end ( ) const
inline

Definition at line 115 of file KdTree.h.


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