USGS

Isis 3.0 Developer's Reference (API)

Home

Isis::LineEquation Class Reference

Utility class for creating and using cartesean line equations. More...

#include <LineEquation.h>

Public Member Functions

 LineEquation ()
 Constructors.
 LineEquation (double x1, double y1, double x2, double y2)
 Construct and fill LineEquation object.
 ~LineEquation ()
 Destroys the LineEquation object.
void AddPoint (double x, double y)
 Add a point to the object.
double Slope ()
 Compute the slope of the line.
double Intercept ()
 Compute the intercept of the line.
int Points ()
bool HaveSlope ()
bool HaveIntercept ()
bool Defined ()

Detailed Description

Utility class for creating and using cartesean line equations.

This class contains utility methods for creating and using cartesean line equations. If both points have the same value for the independent variable (vertical line) an error is thrown.

Author
2006-10-19 Debbie A. Cook

Constructor & Destructor Documentation

Isis::LineEquation::LineEquation ( )

Constructors.

Construct an empty LineEquation object.

Isis::LineEquation::LineEquation ( double  x1,
double  y1,
double  x2,
double  y2 
)

Construct and fill LineEquation object.

Parameters
x1Double First independent variable
y1Double First dependent variable
x2Double Second independent variable
y2Double Second dependent variable
Isis::LineEquation::~LineEquation ( )
inline

Destroys the LineEquation object.

Member Function Documentation

void Isis::LineEquation::AddPoint ( double  x,
double  y 
)

Add a point to the object.

The object is considered filled once 2 points have been added (the line is defined).

Parameters
xDouble Independent variable
yDouble Dependent variable

References _FILEINFO_.

bool Isis::LineEquation::Defined ( )
inline
bool Isis::LineEquation::HaveIntercept ( )
inline
bool Isis::LineEquation::HaveSlope ( )
inline
double Isis::LineEquation::Intercept ( )

Compute the intercept of the line.

Returns
double The y-intercept of the line if it exists

References _FILEINFO_.

Referenced by Isis::SpicePosition::SetPolynomial(), and Isis::SpiceRotation::SetPolynomial().

int Isis::LineEquation::Points ( )
inline
double Isis::LineEquation::Slope ( )

Compute the slope of the line.

Returns
double The slope of the line if it exists

References _FILEINFO_.

Referenced by Isis::SpicePosition::SetPolynomial(), and Isis::SpiceRotation::SetPolynomial().


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