WXP C++ Library Version 6.74.9
Loading...
Searching...
No Matches
WXP::Raw Class Reference

This class replicates Data. More...

#include "../include/Raw.h"

Inheritance diagram for WXP::Raw:
WXP::Data

Public Member Functions

 Raw ()
 Raw (int rfields)
 ~Raw ()
Public Member Functions inherited from WXP::Data
 Data (int rfields)
 Data (const Data &data)
Data operator= (const Data &data)
int copy (Data &data)
int init ()
int clear ()
int getNum ()
int setSource (const char *str)
const char * getSource ()
int setFields (int rfields)
int getFields ()
int setType (int fld, int rtype)
int getType (int fld)
int expand (int rlimit)
int expand ()
int setDate (Date &rdate)
int getDate (Date &rdate)
Date getDate ()
int setDatim (const char *rdatim)
const char * getDatim ()
int setInfo (const char *rinfo)
const char * getInfo ()
int setInfo (int ind, const char *rinfo)
const char * getInfo (int ind)
int searchInfo (const char *str)
int setUnits (int ind, const char *unit)
const char * getUnits (int ind)
int setVarSpec (int fld, VarSpec &rvs)
int getVarSpec (int fld, VarSpec &rvs)
int getIndex (const char *rid)
int setId (int ind, const char *rid)
const char * getId (int ind)
int setLoc (int ind, EarthPoint &rpt)
int setLoc (int ind, float lat, float lon)
int getLoc (int ind, EarthPoint &rpt)
EarthPoint getLoc (int ind)
int setValue (int ind, float rval)
int setValue (int ind, int fld, float rval)
int setString (int ind, const char *rstr)
int setString (int ind, int fld, const char *rstr)
int add (Data &data, int ind, int fld)
int add (Data &data, int ind)
int add (const char *rid, EarthPoint &rpt, float rval)
int add (const char *rid, EarthPoint &rpt, float rval1, float rval2)
int add (Datum &datum)
int addValue (EarthPoint &rpt, float val)
float getValue (int ind)
float getValue (int ind, int fld)
const char * getString (int ind)
const char * getString (int ind, int fld)
int print ()
int printData (int ind)
int printData ()

Additional Inherited Members

Public Types inherited from WXP::Data
enum  Type { NONE , VALUE , STRING }
Static Public Member Functions inherited from WXP::Data
static int copyInfo (Data &data1, const Data &data2)
static int copy (Data &data1, const Data &data2)

Detailed Description

This class replicates Data.

Author
Dan Vietor
See also
Data

Constructor & Destructor Documentation

◆ Raw() [1/2]

Raw::Raw ( )

Constructor. Initializes the values.

◆ Raw() [2/2]

Raw::Raw ( int rfields)

Constructor. Sets the number of fields.

Parameters
rfieldsSets number of fields

◆ ~Raw()

Raw::~Raw ( )

Destructor


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