contrib/mul/clsfy/clsfy_add_all_loaders.h
Go to the documentation of this file.
00001 //:
00002 // \file
00003 #ifndef clsfy_add_all_loaders_h_
00004 #define clsfy_add_all_loaders_h_
00005 
00006 //: Add all factory loaders available in clsfy
00007 //  Necessary for mbl_cloneable_factory use and vsl polymorphic IO
00008 void clsfy_add_all_loaders();
00009 
00010 #endif //clsfy_add_all_loaders_h_