Biomechanical Joint Model
 Author: Anderson Maciel

RAPID_private.H

Go to the documentation of this file.
00001 
00002 // these are the data elements and procedure declarations necessary for
00003 // the RAPID_model class, but which we don't want visible in the 
00004 // RAPID.H file, which the client programmer sees.
00005 
00006 // This is an unconventional use of '#include' directive, but it reduces
00007 // conceptual overhead for the client.
00008 
00009   box *b;
00010   int num_boxes_alloced;
00011 
00012   tri *tris;
00013   int num_tris;
00014   int num_tris_alloced;
00015 
00016   int build_state;
00017   
00018   int build_hierarchy();
00019   
00020   friend int RAPID_Collide(double R1[3][3], double T1[3], 
00021                        double s1, RAPID_model *RAPID_model1,
00022                        double R2[3][3], double T2[3], 
00023                        double s2, RAPID_model *RAPID_model2,
00024                        int flag);

Generated on Thu Dec 1 10:13:40 2005 for COME - Biomechanical Joint Model by  doxygen 1.4.5