[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
Two dimensional size object. More...
#include <vigra/diff2d.hxx>
Additional Inherited Members | |
![]() | |
typedef IteratorAdaptor< Diff2DConstColumnIteratorPolicy< Diff2D > > | column_iterator |
typedef Diff2D | difference_type |
typedef Diff2D | index_reference |
typedef image_traverser_tag | iterator_category |
typedef int | MoveX |
typedef int | MoveY |
typedef Diff2D | PixelType |
typedef Diff2D const * | pointer |
typedef Diff2D const & | reference |
typedef IteratorAdaptor< Diff2DConstRowIteratorPolicy< Diff2D > > | row_iterator |
typedef Diff2D | value_type |
![]() | |
int | x |
int | y |
Two dimensional size object.
Specializes Diff2D for the specification of a 2-dimensional extent, in contrast to a point or position (for the latter use Point2D).
#include <vigra/diff2d.hxx>
Namespace: vigra
|
default |
Default Constructor. Init point at position (0,0)
int width | ( | ) | const |
Query the width.
int height | ( | ) | const |
Query the height.
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |