Go to the documentation of this file.00001 #include "bmdl_register.h"
00002
00003 #include <bprb/bprb_macros.h>
00004 #include <bprb/bprb_batch_process_manager.h>
00005 #include <bprb/bprb_func_process.h>
00006
00007 #include "bmdl_processes.h"
00008
00009 void bmdl_register::register_datatype()
00010 {
00011 }
00012
00013 void bmdl_register::register_process()
00014 {
00015 REG_PROCESS_FUNC_CONS(bprb_func_process, bprb_batch_process_manager, bmdl_classify_process, "bmdlClassifyProcess");
00016 REG_PROCESS_FUNC_CONS(bprb_func_process, bprb_batch_process_manager, bmdl_trace_boundaries_process, "bmdlTraceBoundariesProcess");
00017 REG_PROCESS_FUNC_CONS(bprb_func_process, bprb_batch_process_manager, bmdl_generate_mesh_process, "bmdlGenerateMeshProcess");
00018 REG_PROCESS_FUNC_CONS(bprb_func_process, bprb_batch_process_manager, bmdl_lidar_roi_process, "bmdlLidarRoiProcess");
00019 }