datavisualizer::XYZDataItem Class Reference

Represents one (x, y, z) data item for an xyz-series. More...

List of all members.

Public Member Functions

 XYZDataItem (double fX, double fY, double fZ)
 Constructor.

Public Attributes

double fX
 The x-value.
double fY
 The y-value.
double fZ
 The z-value.


Detailed Description

Represents one (x, y, z) data item for an xyz-series.

Since there's no limit on what can be done with the values, the members are all public.

Copyright: Copyright (c) Charles D. Canham 2003

Company: Institute of Ecosystem Studies

Author:
Lora E. Murphy
Version:
1.0

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


Constructor & Destructor Documentation

datavisualizer::XYZDataItem::XYZDataItem ( double  fX,
double  fY,
double  fZ 
) [inline]

Constructor.

Parameters:
fX the x-value.
fY the y-value.
fZ the z-value.


Member Data Documentation

double datavisualizer::XYZDataItem::fX

The x-value.

double datavisualizer::XYZDataItem::fY

The y-value.

double datavisualizer::XYZDataItem::fZ

The z-value.


The documentation for this class was generated from the following file:
Generated on Thu May 24 09:34:52 2007 for SORTIE Java Interface by  doxygen 1.5.2