00001 #ifndef vnl_tag_h_ 00002 #define vnl_tag_h_ 00003 // This is vxl/vnl/vnl_tag.h 00004 00005 /* 00006 fsm@robots.ox.ac.uk 00007 */ 00008 00009 struct vnl_tag_add { }; 00010 struct vnl_tag_sub { }; 00011 struct vnl_tag_mul { }; 00012 struct vnl_tag_div { }; 00013 struct vnl_tag_grab { }; 00014 00015 #endif