ThunderEgg  1.0.0
ThunderEgg::Orthant< D >::Range Class Reference

Range class for Orthant. More...

#include <Orthant.h>

Classes

class  Iterator
 Input iterator for Orthant values. More...
 

Public Member Functions

Iterator begin ()
 Returns an iterator with the lowest Orthant value. More...
 
Iterator end ()
 Returns an iterator with Orthant<D>::null() More...
 

Detailed Description

template<int D>
class ThunderEgg::Orthant< D >::Range

Range class for Orthant.

It provides the begin and end fuctions for iterator loops

Member Function Documentation

◆ begin()

template<int D>
Iterator ThunderEgg::Orthant< D >::Range::begin ( )
inline

Returns an iterator with the lowest Orthant value.

Returns
Iterator the iterator

◆ end()

template<int D>
Iterator ThunderEgg::Orthant< D >::Range::end ( )
inline

Returns an iterator with Orthant<D>::null()

Returns
Iterator the iterator

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