WXP::UpaRaw Class Reference

This class puts upper air data into a Data class for further processing. More...

#include "../include/UpaRaw.h"

List of all members.

Public Member Functions

 UpaRaw (const char *param)
int init ()
int setParam (const char *str)
int setPath (const char *path)
int setFile ()
int setInput (const char *str)
int setNameConv (const char *name)
int setHour (const char *str)
int setFilename ()
int setFilename (Date &date)
int setFilename (const char *str)
int setFilename (Date &date, const char *param)
int setVariable (const char *str)
int setLevel (const char *str)
int getDate (Date &date)
int setDomain (Domain &rdomain)
int setVarFile (const char *file)
int getDomain (Domain &rdomain)
int createHash ()
int getInfo (UpaData &upadata, Datum &datum)
int compute (Raw &data)
int print ()

Static Public Member Functions

static int updateSpec (VarSpec &vs, Level &l)

Detailed Description

This class puts upper air data into a Data class for further processing.

Author:
Dan Vietor

Member Function Documentation

int UpaRaw::compute ( Raw data  ) 
int UpaRaw::getDate ( Date date  ) 

Gets the date information from the input file

Return values:
date Date values

References WXP::Filename::getDate().

Referenced by WXP::UpaGrid::getDate().

int UpaRaw::setInput ( const char *  str  ) 

Sets the input file type

Parameters:
str The file type
int UpaRaw::setLevel ( const char *  str  ) 

Sets the level to be plotted

Parameters:
str Level string

References WXP::String::set().

Referenced by WXP::UpaGrid::setLevel().

int UpaRaw::setNameConv ( const char *  name  ) 

Sets the file name convention

Parameters:
name The name convention

References WXP::Filename::setNameConv().

Referenced by WXP::UpaGrid::setNameConv().

int UpaRaw::setVariable ( const char *  str  ) 

Sets the variable to be plotted

Parameters:
str Variable string

References WXP::String::set().

Referenced by WXP::UpaGrid::setVariable().


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