This structure defines basic gridpoint values. More...
#include "../include/GridPoint.h"
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 |
This structure defines basic gridpoint values.
| GridPoint::GridPoint | ( | ) |
Constructor. Initializes values
References init().
| GridPoint::GridPoint | ( | float | rx, | |
| float | ry | |||
| ) |
| int GridPoint::init | ( | ) |
| int GridPoint::offset | ( | float | rx, | |
| float | ry | |||
| ) |
Offsets values
| rx | X offset | |
| ry | Y offset |
| int GridPoint::print | ( | ) |
Prints values to standard output
| int GridPoint::set | ( | float | rx, | |
| float | ry | |||
| ) |
Sets values
| rx | X gridpoint | |
| ry | Y gridpoint |
Referenced by WXP::ImageMath::blank(), WXP::ImageMath::clip(), WXP::RcmDecode::decode(), WXP::RedbookPlot::draw(), WXP::MdrPlot::draw(), WXP::GridMath::locatePoint(), WXP::ImageMath::maskGreater(), WXP::ImageMath::maskLesser(), WXP::GridMath::remap(), WXP::GridBox::set(), and WXP::NidsImage::setImage().
1.6.1