Fixed some compiler warnings.
Removed some implicit type conversions of ExPolygon (to Points, Polylines, Polygons) Fixed obsolete boost::spirit includes.
This commit is contained in:
parent
781a9535db
commit
7949ea9544
14 changed files with 62 additions and 50 deletions
|
@ -32,7 +32,8 @@ public:
|
|||
void keep_types(const SurfaceType *types, int ntypes);
|
||||
void remove_type(const SurfaceType type);
|
||||
void remove_types(const SurfaceType *types, int ntypes);
|
||||
void filter_by_type(SurfaceType type, Polygons* polygons);
|
||||
void filter_by_type(SurfaceType type, Polygons *polygons) const;
|
||||
void remove_type(const SurfaceType type, Polygons *polygons);
|
||||
void set_type(SurfaceType type) {
|
||||
for (Surface &surface : this->surfaces)
|
||||
surface.surface_type = type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue