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

parquetfp::IntPoint Struct Reference

#include <FPcommon.h>

Collaboration diagram for parquetfp::IntPoint:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 IntPoint (int x_, int y_)

Public Attributes

int x
int y

Constructor & Destructor Documentation

parquetfp::IntPoint::IntPoint int  x_,
int  y_
[inline]
 

Definition at line 78 of file FPcommon.h.

References x, and y.

00079          : x(x_), y(y_) {}


Member Data Documentation

int parquetfp::IntPoint::x
 

Definition at line 80 of file FPcommon.h.

Referenced by IntPoint().

int parquetfp::IntPoint::y
 

Definition at line 81 of file FPcommon.h.

Referenced by IntPoint().


The documentation for this struct was generated from the following file:
Generated on Mon Apr 25 01:17:57 2005 for Parquete by doxygen 1.3.2