4 #ifndef FIRE_GEAR_OP_UTILITY_HPP_INCLUDED
5 #define FIRE_GEAR_OP_UTILITY_HPP_INCLUDED
10 #include "fire/export.hpp"
12 #include "fire/gear/geom/Geometry.hpp"
90 geom::Geometry* polymerge(
const std::vector< geom::Polygon* >& polys);
164 geom::Geometry* geometrymerge(
const std::vector< geom::Geometry* >& geometries);
168 std::vector< geom::Geometry* > geometriesVector;
169 for (std::size_t geometryIndex = 0 ; geometryIndex < geometriesSize ; geometryIndex++) {
170 geometriesVector.push_back(geometries[geometryIndex]);
172 value = this->geometrymerge(geometriesVector);
173 }
catch (
const std::exception& exception) {
classe che implementa le operazioni di merge di piu' geoemtrie o piu' poligoni
Definition: Utility.hpp:47
Definition: Geometry.hpp:69