UnitBaseScale< UNIT > Class Template Reference

#include <orsa_units.h>

Inheritance diagram for UnitBaseScale< UNIT >:

Inheritance graph
[legend]
Collaboration diagram for UnitBaseScale< UNIT >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 UnitBaseScale ()
 UnitBaseScale (UNIT unit)
void Set (UNIT unit)
const UNIT & GetBaseUnit () const


Detailed Description

template<class UNIT>
class orsa::UnitBaseScale< UNIT >

Definition at line 123 of file orsa_units.h.


Constructor & Destructor Documentation

UnitBaseScale (  )  [inline]

Definition at line 125 of file orsa_units.h.

00125 {}

UnitBaseScale ( UNIT  unit  )  [inline]

Definition at line 126 of file orsa_units.h.

00126 { base_unit = unit; }


Member Function Documentation

const UNIT& GetBaseUnit (  )  const [inline]

void Set ( UNIT  unit  )  [inline]

Definition at line 129 of file orsa_units.h.

Referenced by Units::SetSystem(), and Units::Units().

00129 { base_unit = unit; }


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

Generated on Sat Aug 15 19:04:52 2009 for liborsa by  doxygen 1.5.9