Fawkes API  Fawkes Development Version
firevision::MirrorCalibTool::Hole Class Reference

A hole is a sequence of pixels between two lines. More...

List of all members.

Public Member Functions

 Hole (int index, PolarRadius from_length, PolarRadius to_length)
 Constructor.
PolarRadius size () const
 The size of the hole in pixels.

Public Attributes

int index
 The index of the hole.
PolarRadius from_length
 Beginning of the hole.
PolarRadius to_length
 Ending of the hole.

Detailed Description

A hole is a sequence of pixels between two lines.


Constructor & Destructor Documentation

firevision::MirrorCalibTool::Hole::Hole ( int  index,
PolarRadius  from_length,
PolarRadius  to_length 
) [inline]

Constructor.

Parameters:
indexThe index of the hole.
from_lengthThe beginning of the hole in pixels.
to_lengthThe ending of the hole in pixels.

Definition at line 761 of file mirror_calib.cpp.


Member Function Documentation

PolarRadius firevision::MirrorCalibTool::Hole::size ( ) const [inline]

The size of the hole in pixels.

Returns:
radius of hole

Definition at line 773 of file mirror_calib.cpp.


Member Data Documentation

Beginning of the hole.

Definition at line 754 of file mirror_calib.cpp.

The index of the hole.

Definition at line 753 of file mirror_calib.cpp.

Ending of the hole.

Definition at line 755 of file mirror_calib.cpp.


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