Adjacency iterator.
More...
#include <AdjacencyIterator.hpp>
Adjacency iterator.
Definition at line 29 of file AdjacencyIterator.hpp.
Basic Constructor.
- Date
- 2012/Sep/24
- Parameters
-
adj | An adjacency relation. |
dim | Matrix dimensions. |
index | Index of reference pixel in the adjacency relation. |
- Returns
- none.
- Warning
- none.
Basic Constructor.
- Date
- 2012/Sep/24
- Parameters
-
adj | An adjacency relation. |
mat | A matrix. |
index | Index of reference pixel in the adjacency relation. |
- Returns
- none.
- Warning
- none.
Basic Constructor.
- Date
- 2014/Apr/14
- Parameters
-
adj | An adjacency relation. |
img | An image. |
index | Index of reference pixel in the adjacency relation. |
- Returns
- none.
- Warning
- none.
void Bial::AdjacencyIterator::begin |
( |
| ) |
|
Sets position to first valid index.
- Date
- 2012/Sep/24
- Parameters
-
- Returns
- none.
- Warning
- none.
void Bial::AdjacencyIterator::end |
( |
| ) |
|
Sets position to adjacency.size( ).
- Date
- 2012/Sep/24
- Parameters
-
- Returns
- none.
- Warning
- none.
Checks if this position is different of cmp position.
- Date
- 2012/Sep/24
- Parameters
-
cmp | iterator to which this iterator is compared. |
- Returns
- True, if this position is different of cmp position.
- Warning
- none.
size_t Bial::AdjacencyIterator::operator* |
( |
| ) |
const |
Returns a ponter to the next valid element.
- Date
- 2012/Sep/24
- Parameters
-
- Returns
- Ponter to the next valid element.
- Warning
- none.
Sets position to the next valid element or to space size if finished.
- Date
- 2013/Oct/23
- Parameters
-
- Returns
- Reference to this.
- Warning
- none.
Sets position to the next valid element or to space size if finished.
- Date
- 2013/Oct/23
- Parameters
-
- Returns
- Copy to this, moved to next valid element.
- Warning
- none.
Checks if this position is the same as cmp position.
- Date
- 2012/Sep/24
- Parameters
-
cmp | iterator to which this iterator is compared. |
- Returns
- True, if this position is the same as cmp position.
- Warning
- none.
size_t Bial::AdjacencyIterator::Position |
( |
| ) |
const |
Returns the position of current adjacent element.
- Date
- 2015/Jun/10
- Parameters
-
- Returns
- The position of current adjacent element.
- Warning
- none.
The documentation for this class was generated from the following file: