object.h
Go to the documentation of this file.
00001 #ifndef OBJECT_H
00002 #define OBJECT_H
00003 
00004 
00005 #define   OBJECT_MAX       10
00006 
00007 typedef struct {
00008     char       name[256];
00009     int        id;
00010     int        visible;
00011     double     marker_width;
00012     double     trans[3][4];
00013 } ObjectData_T;
00014 
00015 ObjectData_T  *read_objectdata( char *name, int *objectnum );
00016 
00017 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


ar_recog
Author(s): Graylin Trevor Jay and Christopher Crick
autogenerated on Fri Jan 25 2013 12:15:00