Store information about position of a row of pixels in an image. More...
#include <vil_chord.h>
Public Member Functions | |
| vil_chord () | |
| Default constructor. | |
| vil_chord (unsigned ilo1, unsigned ihi1, unsigned j1) | |
| Construct. | |
| unsigned | length () const |
| length == number of pixels. | |
Public Attributes | |
| unsigned | ilo |
| unsigned | ihi |
| unsigned | j |
Store information about position of a row of pixels in an image.
Pixels are ([ilo,ihi],y)
Definition at line 13 of file vil_chord.h.
| vil_chord::vil_chord | ( | ) | [inline] |
Default constructor.
Definition at line 20 of file vil_chord.h.
| vil_chord::vil_chord | ( | unsigned | ilo1, |
| unsigned | ihi1, | ||
| unsigned | j1 | ||
| ) | [inline] |
Construct.
Definition at line 23 of file vil_chord.h.
| unsigned vil_chord::length | ( | ) | const [inline] |
length == number of pixels.
Definition at line 27 of file vil_chord.h.
| unsigned vil_chord::ihi |
Definition at line 16 of file vil_chord.h.
| unsigned vil_chord::ilo |
Definition at line 15 of file vil_chord.h.
| unsigned vil_chord::j |
Definition at line 17 of file vil_chord.h.
1.7.5.1