Expose CORNER_STRATEGY to swig

This commit is contained in:
Jon Evans 2024-01-17 17:08:14 -05:00
parent 047b5f8b18
commit 7aad7fcce6
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@
%include <std_vector.i>
%{
#include <geometry/corner_strategy.h>
#include <geometry/seg.h>
#include <geometry/shape.h>
#include <geometry/shape_arc.h>
@ -61,6 +62,7 @@
// ignore warning from nested classes
#pragma SWIG nowarn=325
%include <geometry/corner_strategy.h>
%include <geometry/seg.h>
%include <geometry/shape.h>
%include <geometry/shape_arc.h>