Public Member Functions | Public Attributes | List of all members
vil_chord Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ vil_chord() [1/2]

vil_chord::vil_chord ( )
inline

Default constructor.

Definition at line 23 of file vil_chord.h.

◆ vil_chord() [2/2]

vil_chord::vil_chord ( unsigned  ilo1,
unsigned  ihi1,
unsigned  j1 
)
inline

Construct.

Definition at line 26 of file vil_chord.h.

Member Function Documentation

◆ length()

unsigned vil_chord::length ( ) const
inline

length == number of pixels.

Definition at line 30 of file vil_chord.h.

Member Data Documentation

◆ ihi

unsigned vil_chord::ihi

Definition at line 19 of file vil_chord.h.

◆ ilo

unsigned vil_chord::ilo

Definition at line 18 of file vil_chord.h.

◆ j

unsigned vil_chord::j

Definition at line 20 of file vil_chord.h.


The documentation for this struct was generated from the following file: