Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  
Classes | Macros | Typedefs | Functions
igtl_unit.h File Reference
#include "igtl_types.h"
#include "igtl_win32header.h"
#include "igtl_unit.h"
Include dependency graph for igtl_unit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  igtl_unit_data
 

Macros

#define IGTL_UNIT_PREFIX_CENTI   0xA /* centi (1e-2) */
 
#define IGTL_UNIT_PREFIX_DECI   0x9 /* deci (1e-1) */
 
#define IGTL_UNIT_PREFIX_DEKA   0x1 /* deka (deca) (1e1) */
 
#define IGTL_UNIT_PREFIX_FEMTO   0xF /* femto (1e-15) */
 
#define IGTL_UNIT_PREFIX_GIGA   0x5 /* giga (1e9) */
 
#define IGTL_UNIT_PREFIX_HECTO   0x2 /* hecto (1e2) */
 
#define IGTL_UNIT_PREFIX_KILO   0x3 /* kilo (1e3) */
 
#define IGTL_UNIT_PREFIX_MEGA   0x4 /* mega (1e6) */
 
#define IGTL_UNIT_PREFIX_MICRO   0xC /* micro (1e-6) */
 
#define IGTL_UNIT_PREFIX_MILLI   0xB /* milli (1e-3) */
 
#define IGTL_UNIT_PREFIX_NANO   0xD /* nano (1e-9) */
 
#define IGTL_UNIT_PREFIX_NONE   0x0 /* None */
 
#define IGTL_UNIT_PREFIX_PETA   0x7 /* peta (1e15) */
 
#define IGTL_UNIT_PREFIX_PICO   0xE /* pico (1e-12) */
 
#define IGTL_UNIT_PREFIX_TERA   0x6 /* tera (1e12) */
 
#define IGTL_UNIT_SI_BASE_AMPERE   0x04 /* ampere */
 
#define IGTL_UNIT_SI_BASE_CANDELA   0x07 /* candela */
 
#define IGTL_UNIT_SI_BASE_GRAM   0x02 /* gram */
 
#define IGTL_UNIT_SI_BASE_KELVIN   0x05 /* kelvin */
 
#define IGTL_UNIT_SI_BASE_METER   0x01 /* meter */
 
#define IGTL_UNIT_SI_BASE_MOLE   0x06 /* mole */
 
#define IGTL_UNIT_SI_BASE_NONE   0x00
 
#define IGTL_UNIT_SI_BASE_SECOND   0x03 /* second */
 
#define IGTL_UNIT_SI_DERIVED_BECQUEREL   0x19 /* becquerel /second */
 
#define IGTL_UNIT_SI_DERIVED_COULOMB   0x0F /* coulomb second-ampere */
 
#define IGTL_UNIT_SI_DERIVED_FARAD   0x11 /* farad second^4-ampere^2/meter^2-kilogram */
 
#define IGTL_UNIT_SI_DERIVED_GRAY   0x1A /* gray meter^2/second^2 */
 
#define IGTL_UNIT_SI_DERIVED_HENRY   0x16 /* henry meter^2-kilogram/second^2-ampere^2 */
 
#define IGTL_UNIT_SI_DERIVED_HERTZ   0x0A /* hertz /second */
 
#define IGTL_UNIT_SI_DERIVED_JOULE   0x0D /* joule meter^2-kilogram/second^2 */
 
#define IGTL_UNIT_SI_DERIVED_LUMEN   0x17 /* lumen candela-steradian */
 
#define IGTL_UNIT_SI_DERIVED_LUX   0x18 /* lux candela-steradian/meter^2 */
 
#define IGTL_UNIT_SI_DERIVED_NEWTON   0x0B /* newton meter-kilogram/second^2 */
 
#define IGTL_UNIT_SI_DERIVED_OHM   0x12 /* ohm meter^2-kilogram/second^3-ampere^2 */
 
#define IGTL_UNIT_SI_DERIVED_PASCAL   0x0C /* pascal kilogram/meter-second^2 */
 
#define IGTL_UNIT_SI_DERIVED_RADIAN   0x08 /* radian meter/meter */
 
#define IGTL_UNIT_SI_DERIVED_SIEMENS   0x13 /* siemens second^3-ampere^2/meter^2-kilogram */