LineFinder: Created LineFinder from GroveLineFinder
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
11
src/linefinder/pyupm_linefinder.i
Normal file
11
src/linefinder/pyupm_linefinder.i
Normal file
@@ -0,0 +1,11 @@
|
||||
// Include doxygen-generated documentation
|
||||
%include "pyupm_doxy2swig.i"
|
||||
%module pyupm_linefinder
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "linefinder.hpp"
|
||||
%{
|
||||
#include "linefinder.hpp"
|
||||
%}
|
||||
Reference in New Issue
Block a user