contrib/brl/bseg/bbgm/bbgm_loader.h
Go to the documentation of this file.
00001 #ifndef bbgm_loader_h_
00002 #define bbgm_loader_h_
00003 
00004 //:
00005 // \file
00006 // \brief register binary loaders for bbgm_image_base
00007 //
00008 class bbgm_loader
00009 {
00010  public:
00011   static void register_loaders();
00012  private:
00013   static bool registered_;//prevent multiple registration
00014 };
00015 
00016 
00017 #endif
00018