Expose CORNER_STRATEGY to swig
This commit is contained in:
parent
047b5f8b18
commit
7aad7fcce6
|
@ -34,6 +34,7 @@
|
||||||
%include <std_vector.i>
|
%include <std_vector.i>
|
||||||
|
|
||||||
%{
|
%{
|
||||||
|
#include <geometry/corner_strategy.h>
|
||||||
#include <geometry/seg.h>
|
#include <geometry/seg.h>
|
||||||
#include <geometry/shape.h>
|
#include <geometry/shape.h>
|
||||||
#include <geometry/shape_arc.h>
|
#include <geometry/shape_arc.h>
|
||||||
|
@ -61,6 +62,7 @@
|
||||||
|
|
||||||
// ignore warning from nested classes
|
// ignore warning from nested classes
|
||||||
#pragma SWIG nowarn=325
|
#pragma SWIG nowarn=325
|
||||||
|
%include <geometry/corner_strategy.h>
|
||||||
%include <geometry/seg.h>
|
%include <geometry/seg.h>
|
||||||
%include <geometry/shape.h>
|
%include <geometry/shape.h>
|
||||||
%include <geometry/shape_arc.h>
|
%include <geometry/shape_arc.h>
|
||||||
|
|
Loading…
Reference in New Issue