Public Member Functions | Protected Member Functions
vcsl_length_unit Class Reference

Abstract unit associated to the length dimension. More...

#include <vcsl_length_unit.h>

Inheritance diagram for vcsl_length_unit:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~vcsl_length_unit ()
virtual bool compatible_units (vcsl_unit_sptr const &other) const
 Are `this' and `other' compatible units ?.
virtual vcsl_unit_sptr standard_unit () const
 Return the standard unit associated to the dimension of `this'.
virtual const vcsl_length_unitcast_to_length_unit () const
virtual double units_per_standard_unit () const =0
 Returns the number of units of `this' equal of the standard_unit for the dimension.
virtual const
vcsl_acceleration_unit * 
cast_to_acceleration_unit () const
virtual const vcsl_angle_unitcast_to_angle_unit () const
virtual const vcsl_charge_unit * cast_to_charge_unit () const
virtual const vcsl_mass_unit * cast_to_mass_unit () const
virtual const
vcsl_temperature_unit * 
cast_to_temperature_unit () const
virtual const vcsl_time_unit * cast_to_time_unit () const
virtual const vcsl_velocity_unit * cast_to_velocity_unit () const
void ref ()
void unref ()
int get_references () const
bool is_referenced () const

Protected Member Functions

 vcsl_length_unit ()

Detailed Description

Abstract unit associated to the length dimension.

Definition at line 21 of file vcsl_length_unit.h.


Constructor & Destructor Documentation

vcsl_length_unit::vcsl_length_unit ( ) [inline, protected]

Definition at line 30 of file vcsl_length_unit.h.

virtual vcsl_length_unit::~vcsl_length_unit ( ) [inline, virtual]

Definition at line 34 of file vcsl_length_unit.h.


Member Function Documentation

virtual const vcsl_acceleration_unit* vcsl_unit::cast_to_acceleration_unit ( ) const [inline, virtual, inherited]

Definition at line 70 of file vcsl_unit.h.

virtual const vcsl_angle_unit* vcsl_unit::cast_to_angle_unit ( ) const [inline, virtual, inherited]

Reimplemented in vcsl_angle_unit.

Definition at line 71 of file vcsl_unit.h.

virtual const vcsl_charge_unit* vcsl_unit::cast_to_charge_unit ( ) const [inline, virtual, inherited]

Definition at line 72 of file vcsl_unit.h.

virtual const vcsl_length_unit* vcsl_length_unit::cast_to_length_unit ( ) const [inline, virtual]

Reimplemented from vcsl_unit.

Definition at line 53 of file vcsl_length_unit.h.

virtual const vcsl_mass_unit* vcsl_unit::cast_to_mass_unit ( ) const [inline, virtual, inherited]

Definition at line 74 of file vcsl_unit.h.

virtual const vcsl_temperature_unit* vcsl_unit::cast_to_temperature_unit ( ) const [inline, virtual, inherited]

Definition at line 75 of file vcsl_unit.h.

virtual const vcsl_time_unit* vcsl_unit::cast_to_time_unit ( ) const [inline, virtual, inherited]

Definition at line 76 of file vcsl_unit.h.

virtual const vcsl_velocity_unit* vcsl_unit::cast_to_velocity_unit ( ) const [inline, virtual, inherited]

Definition at line 77 of file vcsl_unit.h.

bool vcsl_length_unit::compatible_units ( vcsl_unit_sptr const &  other) const [virtual]

Are `this' and `other' compatible units ?.

(Are they associated to the same dimension ?) Pure virtual function of vcsl_unit

Implements vcsl_unit.

Definition at line 9 of file vcsl_length_unit.cxx.

vcsl_unit_sptr vcsl_length_unit::standard_unit ( ) const [virtual]

Return the standard unit associated to the dimension of `this'.

Pure virtual function of vcsl_unit

Implements vcsl_unit.

Definition at line 17 of file vcsl_length_unit.cxx.

virtual double vcsl_unit::units_per_standard_unit ( ) const [pure virtual, inherited]

Returns the number of units of `this' equal of the standard_unit for the dimension.

Implemented in vcsl_radian, vcsl_degree, vcsl_meter, vcsl_micron, and vcsl_millimeter.


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