contrib/mul/mbl/mbl_add_all_loaders.cxx
Go to the documentation of this file.
00001 #include "mbl_add_all_loaders.h"
00002 //:
00003 // \file
00004 #include <mbl/mbl_data_collector_list.h>
00005 #include <vnl/vnl_vector.h>
00006 
00007 //: Add all loaders for vapm library
00008 void mbl_add_all_loaders()
00009 {
00010   vsl_add_to_binary_loader(mbl_data_collector_list<vnl_vector<double> >());
00011 }
00012