Store information about position of a row of pixels in an image. More...
#include <vil_chord.h>
Public Member Functions | |
| vil_chord () | |
| Default constructor. More... | |
| vil_chord (unsigned ilo1, unsigned ihi1, unsigned j1) | |
| Construct. More... | |
| unsigned | length () const |
| length == number of pixels. More... | |
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 16 of file vil_chord.h.
|
inline |
Default constructor.
Definition at line 23 of file vil_chord.h.
|
inline |
Construct.
Definition at line 26 of file vil_chord.h.
|
inline |
length == number of pixels.
Definition at line 30 of file vil_chord.h.
| unsigned vil_chord::ihi |
Definition at line 19 of file vil_chord.h.
| unsigned vil_chord::ilo |
Definition at line 18 of file vil_chord.h.
| unsigned vil_chord::j |
Definition at line 20 of file vil_chord.h.
1.8.15