Main Page   Namespace List   Alphabetical List   Compound List   File List   Compound Members   File Members  

rom.h

Go to the documentation of this file.
00001 /* rom.h  Range of Motion simulation of artifical hip implant
00002           Physical Based Simulation, ETH Zuerich
00003           Rene Mueller  June 15th, 2003
00004  */
00005 
00006 #ifndef _ROM_H_
00007 #define _ROM_H_
00008 
00009 #define ANTILUX_MODEL "models/pe_antilux_5.iv"
00010 #define SHAFT_MODEL   "models/sl_schaft_6.iv"
00011 #define BICON_MODEL   "models/bicon_5.iv"
00012 #define FEMUR_MODEL   "models/femur_cut.iv"
00013 #define HIP_MODEL     "models/phantom-hip.iv"
00014 
00015 // simple color type 
00016 typedef struct {
00017    float red;
00018    float green;
00019    float blue;
00020 
00021    void set(float r, float g, float b) {
00022       red = r; green = g; blue = b;
00023    }
00024 } Color;
00025 
00026 
00027 #endif // _ROM_H_
00028 

Generated on Tue Jul 8 13:22:55 2003 for ROM-Visualizer by doxygen 1.3.1