The type used to iterate through a group of objects along a path. More...
#include <ash/impl/hashmatrix.h>

Public Types | |
| enum | |
| typedef geometric_path_iterator | _Type |
| typedef navigator::box_type | box_type |
| typedef navigator::box_ptr | box_ptr |
| typedef navigator::key_type | key_type |
| typedef navigator::morton_type | morton_type |
| typedef navigator::pcoord_type | pcoord_type |
| typedef navigator::point_type | point_type |
| typedef point_type | vector_type |
Iterator Traits | |
| typedef navigator::value_type | value_type |
| typedef navigator::pointer | pointer |
| typedef navigator::reference | reference |
| typedef navigator::size_type | size_type |
| typedef navigator::difference_type | difference_type |
|
typedef std::bidirectional_iterator_tag | iterator_category |
Public Member Functions | |
| void | _inc () |
| void | _dec () |
| _Type & | operator++ () |
| Pre-increment. | |
| _Type | operator++ (int) |
| Post-increment. | |
| _Type & | operator-- () |
| Pre-decrement. | |
| _Type | operator-- (int) |
| Post-decrement. | |
| bool | operator== (T const &p) const |
| Equality operator - (delegated to the wrapped navigator). | |
| bool | operator!= (T const &p) const |
| Inequality operator - (delegated to the wrapped navigator). | |
Constructors/Destructors | |
We use the default copy constructor. We use the default destructor. | |
| path_iterator () | |
| Default constructor. | |
Dereference Operators | |
| pointer | operator-> () const |
| reference | operator* () const |
Public Attributes | |
| pcoord_type | current |
| point_type | current_sub |
| point_type | start |
| vector_type | vec |
| navigator | _M_nav |
Static Public Attributes | |
| static const pcoord_type | pcoord_end |
| static const pcoord_type | pcoord_max |
The type used to iterate through a group of objects along a path.
This is just a wrapper for a navigator, and can cast to the wrapped navigator.
Concept: ash::hash_matrix
| ash::hashmatrix::path_iterator::path_iterator | ( | ) | [inline] |
Default constructor.
| bool ash::geometric_path_iterator< navigator , dim_cast<navigator ::D>::D >::operator!= | ( | T const & | p | ) | const [inline, inherited] |
Inequality operator - (delegated to the wrapped navigator).
| _Type& ash::geometric_path_iterator< navigator , dim_cast<navigator ::D>::D >::operator++ | ( | ) | [inline, inherited] |
Pre-increment.
| _Type ash::geometric_path_iterator< navigator , dim_cast<navigator ::D>::D >::operator++ | ( | int | ) | [inline, inherited] |
Post-increment.
| _Type& ash::geometric_path_iterator< navigator , dim_cast<navigator ::D>::D >::operator-- | ( | ) | [inline, inherited] |
Pre-decrement.
| _Type ash::geometric_path_iterator< navigator , dim_cast<navigator ::D>::D >::operator-- | ( | int | ) | [inline, inherited] |
Post-decrement.
| bool ash::geometric_path_iterator< navigator , dim_cast<navigator ::D>::D >::operator== | ( | T const & | p | ) | const [inline, inherited] |
Equality operator - (delegated to the wrapped navigator).
© 2012
|
Licensed under
|
Hosted by
|
Generated by
1.7.4
|