contrib/brl/bseg/bmdl/pro/bmdl_processes.h
Go to the documentation of this file.
00001 #ifndef bmdl_processes_h_
00002 #define bmdl_processes_h_
00003 
00004 #include <bprb/bprb_macros.h>
00005 #include <bprb/bprb_func_process.h>
00006 
00007 // execute functions
00008 DECLARE_FUNC_CONS(bmdl_lidar_roi_process);
00009 DECLARE_FUNC_CONS(bmdl_classify_process);
00010 DECLARE_FUNC_CONS(bmdl_generate_mesh_process);
00011 DECLARE_FUNC_CONS(bmdl_trace_boundaries_process);
00012 DECLARE_FUNC_CONS(bmdl_modeling_process);
00013 
00014 #endif