1#ifndef __POLYGONFEATURE_H__
2#define __POLYGONFEATURE_H__
29 std::list<std::list<std::vector<double>>>
get_holes();
Definition: PolygonFeature.h:12
std::list< std::list< std::vector< double > > > get_holes()
Get all cutout shapes.
Definition: PolygonFeature.cpp:50
void set_outer_vertices(std::list< std::vector< double > > vertices)
Replace the outer vertices with new geometry (holes, if any, are left unchanged)
Definition: PolygonFeature.cpp:37
std::list< std::vector< double > > get_outer_vertices()
Get the vertices of the base shape.
Definition: PolygonFeature.cpp:14