UltraScan III
List of all members | Public Member Functions | Public Attributes
bucket Class Reference

Store and retrieve solution data. More...

#include "us_solutedata.h"

Public Member Functions

 bucket ()
 
 ~bucket ()
 
bool operator== (const bucket &objIn)
 
bool operator!= (const bucket &objIn)
 
bool operator< (const bucket &objIn) const
 

Public Attributes

double x
 
double x_min
 
double x_max
 
double y
 
double y_max
 
double y_min
 
double conc
 
int status
 

Detailed Description

Store and retrieve solution data.

Definition at line 19 of file us_solutedata.h.

Constructor & Destructor Documentation

bucket::bucket ( )
inline

Definition at line 32 of file us_solutedata.h.

bucket::~bucket ( )
inline

Definition at line 33 of file us_solutedata.h.

Member Function Documentation

bool bucket::operator!= ( const bucket objIn)
inline

Definition at line 40 of file us_solutedata.h.

bool bucket::operator< ( const bucket objIn) const
inline

Definition at line 46 of file us_solutedata.h.

bool bucket::operator== ( const bucket objIn)
inline

Definition at line 34 of file us_solutedata.h.

Member Data Documentation

double bucket::conc

Definition at line 28 of file us_solutedata.h.

int bucket::status

Definition at line 29 of file us_solutedata.h.

double bucket::x

Definition at line 22 of file us_solutedata.h.

double bucket::x_max

Definition at line 24 of file us_solutedata.h.

double bucket::x_min

Definition at line 23 of file us_solutedata.h.

double bucket::y

Definition at line 25 of file us_solutedata.h.

double bucket::y_max

Definition at line 26 of file us_solutedata.h.

double bucket::y_min

Definition at line 27 of file us_solutedata.h.


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