Converts from SI to whatever and back.
More...
#include <Unit.h>
List of all members.
Public Member Functions |
| | Unit () |
| virtual | ~Unit () |
| void | Setup (const wxString SIName, const wxString otherName, const double factor) |
| double | FromSI (const double value) |
| double | ToSI (const double value) |
| wxString | GetSIName (void) |
| wxString | GetOtherName (void) |
Detailed Description
Converts from SI to whatever and back.
...
Constructor & Destructor Documentation
| Unit::~Unit |
( |
| ) |
[virtual] |
Member Function Documentation
| double Unit::FromSI |
( |
const double |
value | ) |
|
| wxString Unit::GetOtherName |
( |
void |
| ) |
|
| wxString Unit::GetSIName |
( |
void |
| ) |
|
| void Unit::Setup |
( |
const wxString |
SIName, |
|
|
const wxString |
otherName, |
|
|
const double |
factor |
|
) |
| |
| double Unit::ToSI |
( |
const double |
value | ) |
|
The documentation for this class was generated from the following files: