DPoint Class Reference

#include <tilt_internal.h>

Collaboration diagram for DPoint:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 17 of file tilt_internal.h.


Public Member Functions

 DPoint ()
 DPoint (double x, double y)
double x () const
double y () const

Private Attributes

double xpos
double ypos

Constructor & Destructor Documentation

DPoint::DPoint (  ) 

Definition at line 447 of file tilt.cpp.

References xpos, and ypos.

00448 { xpos=0; ypos=0; }

DPoint::DPoint ( double  x,
double  y 
)

Definition at line 450 of file tilt.cpp.

References xpos, and ypos.

00451 {
00452   this->xpos = x;
00453   this->ypos = y;
00454 }


Member Function Documentation

double DPoint::x (  )  const

Definition at line 456 of file tilt.cpp.

References xpos.

Referenced by correctImageTilt(), and findTwoLineIntersection().

00456 { return xpos; }

double DPoint::y (  )  const

Definition at line 457 of file tilt.cpp.

References ypos.

Referenced by correctImageTilt(), and findTwoLineIntersection().

00457 { return ypos; }


Member Data Documentation

double DPoint::xpos [private]

Definition at line 25 of file tilt_internal.h.

Referenced by DPoint(), and x().

double DPoint::ypos [private]

Definition at line 25 of file tilt_internal.h.

Referenced by DPoint(), and y().


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

Generated on Thu Jun 19 15:43:36 2008 for AlbumShaper by  doxygen 1.5.6