Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

DPoint Class Reference

#include <tilt_internal.h>

Collaboration diagram for DPoint:

Collaboration graph
[legend]
List of all members.

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 443 of file tilt.cpp.

References xpos, and ypos.

00444 { xpos=0; ypos=0; }

DPoint::DPoint double  x,
double  y
 

Definition at line 446 of file tilt.cpp.

References xpos, and ypos.

00447 {
00448   this->xpos = x;
00449   this->ypos = y;
00450 }


Member Function Documentation

double DPoint::x  )  const
 

Definition at line 452 of file tilt.cpp.

Referenced by correctImageTilt(), and findTwoLineIntersection().

00452 { return xpos; }

double DPoint::y  )  const
 

Definition at line 453 of file tilt.cpp.

Referenced by correctImageTilt(), and findTwoLineIntersection().

00453 { return ypos; }


Member Data Documentation

double DPoint::xpos [private]
 

Definition at line 25 of file tilt_internal.h.

Referenced by DPoint().

double DPoint::ypos [private]
 

Definition at line 25 of file tilt_internal.h.

Referenced by DPoint().


The documentation for this class was generated from the following files:
Generated on Sat Apr 2 05:44:53 2005 for AlbumShaper by  doxygen 1.3.9.1