UnitBaseScale Class Template Reference

#include <orsa_units.h>

Inheritance diagram for UnitBaseScale:

Inheritance graph
[legend]
Collaboration diagram for UnitBaseScale:

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

void Set ( UNIT  unit  )  [inline]

Definition at line 129 of file orsa_units.h.

00129 { base_unit = unit; }

const UNIT& GetBaseUnit (  )  const [inline]

Definition at line 130 of file orsa_units.h.

00130 { return base_unit; }


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

Generated on Mon Apr 28 20:04:32 2008 for liborsa by  doxygen 1.5.5