WXP::GridPoint Class Reference

This structure defines basic gridpoint values. More...

#include "../include/GridPoint.h"

List of all members.

Public Member Functions

int init ()
 GridPoint ()
 GridPoint (float gx, float gy)
int set (float gx, float gy)
int set (GridPoint gpt)
int offset (float gx, float gy)
float getGX ()
float getGY ()
int print ()

Public Attributes

float gx
float gy

Detailed Description

This structure defines basic gridpoint values.

Author:
Dan Vietor

Constructor & Destructor Documentation

GridPoint::GridPoint (  ) 

Constructor. Initializes values

References init().

GridPoint::GridPoint ( float  rx,
float  ry 
)

Constructor. Sets values

Parameters:
rx X gridpoint
ry Y gridpoint

References init().


Member Function Documentation

int GridPoint::init (  ) 

Initializes values

References WXP::Const::MISS.

Referenced by GridPoint().

int GridPoint::offset ( float  rx,
float  ry 
)

Offsets values

Parameters:
rx X offset
ry Y offset
int GridPoint::print (  ) 

Prints values to standard output

int GridPoint::set ( float  rx,
float  ry 
)

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

Generated on 8 Jan 2010 for WXP C++ Library by  doxygen 1.6.1