#include <vlunit.h>
Inheritance diagram for vlUnit:

Public Types | |
| enum | UnitType { Meter, MilliMeter, MicroMeter, NoUnitType } |
| The type of unit that is stored in this object. More... | |
Public Member Functions | |
| vlUnit (float x=1.0, float y=1.0, float z=1.0, UnitType type=NoUnitType) | |
| Default constructor. | |
| UnitType | type () const |
| Returns of the type of the unit. | |
Protected Attributes | |
| UnitType | m_type |
| The type of unit represented - meter, micro-meter etc. | |
|
|
Definition at line 41 of file vlunit.h. Referenced by vlVolFiof3d::readInfo(), and type(). |
|
||||||||||||||||||||
|
|
|
|
|
|
|
Definition at line 57 of file vlunit.h. Referenced by type(). |
1.3.3