Public Member Functions | Public Attributes
LineSeg Class Reference

#include <LineSeg.h>

List of all members.

Public Member Functions

 LineSeg ()
 LineSeg (float x0, float y0, float x1, float y1, float theta, float grad_mean)
 Constructor.
 ~LineSeg ()

Public Attributes

float _x0
float _y0
float _x1
float _y1
float _theta
float _grad_mean

Detailed Description

Definition at line 10 of file LineSeg.h.


Constructor & Destructor Documentation

LineSeg::LineSeg ( ) [inline]

Definition at line 23 of file LineSeg.h.

LineSeg::LineSeg ( float  x0,
float  y0,
float  x1,
float  y1,
float  theta,
float  grad_mean 
)

Constructor.

Definition at line 9 of file LineSeg.cxx.

LineSeg::~LineSeg ( ) [inline]

Definition at line 25 of file LineSeg.h.


Member Data Documentation

Definition at line 19 of file LineSeg.h.

Definition at line 18 of file LineSeg.h.

float LineSeg::_x0

Definition at line 14 of file LineSeg.h.

float LineSeg::_x1

Definition at line 16 of file LineSeg.h.

float LineSeg::_y0

Definition at line 15 of file LineSeg.h.

float LineSeg::_y1

Definition at line 17 of file LineSeg.h.


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