[ VIGRA Homepage | Class Index | Function Index | File Index | Main Page ]
![]() |
vigra::EightNeighborhood Namespace Reference | ![]() |
---|
Classes | |
class | NeighborCode |
Encapsulation of direction management for the 8-neighborhood. More... | |
Typedefs | |
typedef NeighborCode::Direction | Direction |
Functions | |
Diff2D const & | east () |
Diff2D const & | northEast () |
Diff2D const & | north () |
Diff2D const & | northWest () |
Diff2D const & | west () |
Diff2D const & | southWest () |
Diff2D const & | south () |
Diff2D const & | southEast () |
Variables | |
const Direction | East = NeighborCode::East |
const Direction | NorthEast = NeighborCode::NorthEast |
const Direction | North = NeighborCode::North |
const Direction | NorthWest = NeighborCode::NorthWest |
const Direction | West = NeighborCode::West |
const Direction | SouthWest = NeighborCode::SouthWest |
const Direction | South = NeighborCode::South |
const Direction | SouthEast = NeighborCode::SouthEast |
const Direction | DirectionCount = NeighborCode::DirectionCount |
Detailed Description |
|
Export NeighborCode::Direction into the scope of namespace EightNeighborhood. |
|
Offset to the east neighbor |
|
Offset to the north neighbor |
|
Offset to the northEast neighbor |
|
Offset to the northWest neighbor |
|
Offset to the south neighbor |
|
Offset to the southEast neighbor |
|
Offset to the southWest neighbor |
|
Offset to the west neighbor |
|
Export NeighborCode::DirectionCount to namespace EightNeighborhood |
|
Export NeighborCode::East to namespace EightNeighborhood |
|
Export NeighborCode::North to namespace EightNeighborhood |
|
Export NeighborCode::NorthEast to namespace EightNeighborhood |
|
Export NeighborCode::NorthWest to namespace EightNeighborhood |
|
Export NeighborCode::South to namespace EightNeighborhood |
|
Export NeighborCode::SouthEast to namespace EightNeighborhood |
|
Export NeighborCode::SouthWest to namespace EightNeighborhood |
|
Export NeighborCode::West to namespace EightNeighborhood |
© Ullrich Köthe (koethe@informatik.uni-hamburg.de) |
html generated using doxygen and Python
|