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: