contrib/brl/bseg/bbgm/bbgm_feature_image.cxx
Go to the documentation of this file.
00001 #include "bbgm_feature_image.h"
00002 
00003 void vsl_add_to_binary_loader(bbgm_feature_image_base const& b)
00004 {
00005   vsl_binary_loader<bbgm_feature_image_base >::instance().add(b);
00006 }
00007