BALL::HashGridBox3< Item >::BoxIteratorTraits Class Reference

#include <BALL/DATATYPE/hashGrid.h>

List of all members.


Public Member Functions

virtual ~BoxIteratorTraits () throw ()
 BoxIteratorTraits ()
 BoxIteratorTraits (const HashGridBox3 &box)
 BoxIteratorTraits (const BoxIteratorTraits &traits, bool=true)
const BoxIteratorTraitsoperator= (const BoxIteratorTraits &traits)
HashGridBox3getContainer ()
const HashGridBox3getContainer () const
bool isSingular () const
BoxIteratorPositiongetPosition ()
const BoxIteratorPositiongetPosition () const
bool operator== (const BoxIteratorTraits &traits) const
bool operator!= (const BoxIteratorTraits &traits) const
bool isValid () const
void invalidate ()
void toBegin ()
bool isBegin () const
void toEnd ()
bool isEnd () const
HashGridBox3< Item > & getData ()
const HashGridBox3< Item > & getData () const
void forward ()

Private Attributes

HashGridBox3< Item > * bound_
BoxIteratorPosition position_

template<typename Item>
class BALL::HashGridBox3< Item >::BoxIteratorTraits


Constructor & Destructor Documentation

template<typename Item>
virtual BALL::HashGridBox3< Item >::BoxIteratorTraits::~BoxIteratorTraits (  )  throw () [inline, virtual]
template<typename Item>
BALL::HashGridBox3< Item >::BoxIteratorTraits::BoxIteratorTraits (  )  [inline]
template<typename Item>
BALL::HashGridBox3< Item >::BoxIteratorTraits::BoxIteratorTraits ( const HashGridBox3 box  )  [inline]
template<typename Item>
BALL::HashGridBox3< Item >::BoxIteratorTraits::BoxIteratorTraits ( const BoxIteratorTraits traits,
bool  = true 
) [inline]

Member Function Documentation

template<typename Item>
void BALL::HashGridBox3< Item >::BoxIteratorTraits::forward (  )  [inline]
template<typename Item>
const HashGridBox3* BALL::HashGridBox3< Item >::BoxIteratorTraits::getContainer (  )  const [inline]
template<typename Item>
HashGridBox3* BALL::HashGridBox3< Item >::BoxIteratorTraits::getContainer (  )  [inline]
template<typename Item>
const HashGridBox3<Item>& BALL::HashGridBox3< Item >::BoxIteratorTraits::getData (  )  const [inline]
template<typename Item>
HashGridBox3<Item>& BALL::HashGridBox3< Item >::BoxIteratorTraits::getData (  )  [inline]
template<typename Item>
const BoxIteratorPosition& BALL::HashGridBox3< Item >::BoxIteratorTraits::getPosition (  )  const [inline]
template<typename Item>
BoxIteratorPosition& BALL::HashGridBox3< Item >::BoxIteratorTraits::getPosition (  )  [inline]
template<typename Item>
void BALL::HashGridBox3< Item >::BoxIteratorTraits::invalidate (  )  [inline]
template<typename Item>
bool BALL::HashGridBox3< Item >::BoxIteratorTraits::isBegin (  )  const [inline]
template<typename Item>
bool BALL::HashGridBox3< Item >::BoxIteratorTraits::isEnd (  )  const [inline]
template<typename Item>
bool BALL::HashGridBox3< Item >::BoxIteratorTraits::isSingular (  )  const [inline]
template<typename Item>
bool BALL::HashGridBox3< Item >::BoxIteratorTraits::isValid (  )  const [inline]
template<typename Item>
bool BALL::HashGridBox3< Item >::BoxIteratorTraits::operator!= ( const BoxIteratorTraits traits  )  const [inline]
template<typename Item>
const BoxIteratorTraits& BALL::HashGridBox3< Item >::BoxIteratorTraits::operator= ( const BoxIteratorTraits traits  )  [inline]
template<typename Item>
bool BALL::HashGridBox3< Item >::BoxIteratorTraits::operator== ( const BoxIteratorTraits traits  )  const [inline]
template<typename Item>
void BALL::HashGridBox3< Item >::BoxIteratorTraits::toBegin (  )  [inline]
template<typename Item>
void BALL::HashGridBox3< Item >::BoxIteratorTraits::toEnd (  )  [inline]

Member Data Documentation