contrib/brl/bseg/bmdl/pro/bmdl_register.h
Go to the documentation of this file.
00001 #ifndef bmdl_register_h_
00002 #define bmdl_register_h_
00003 
00004 class bmdl_register
00005 {
00006  public:
00007   static void register_datatype();
00008   static void register_process();
00009 };
00010 
00011 #endif