File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -265,17 +265,12 @@ namespace pal
265
265
void *fnIsCanceledContext = nullptr ;
266
266
267
267
/* *
268
- * \brief Problem factory
269
- * Extract features to label and generates candidates for them,
270
- * respects to a bounding box
271
- * \param lambda_min xMin bounding-box
272
- * \param phi_min yMin bounding-box
273
- * \param lambda_max xMax bounding-box
274
- * \param phi_max yMax bounding-box
268
+ * Creates a Problem, by extracting labels and generating candidates from the given \a extent.
269
+ * The \a mapBoundary geometry specifies the actual visible region of the map, and is used
270
+ * for pruning candidates which fall outside the visible region.
275
271
*/
276
272
std::unique_ptr< Problem > extract ( const QgsRectangle &extent, const QgsGeometry &mapBoundary );
277
273
278
-
279
274
/* *
280
275
* \brief Choose the size of popmusic subpart's
281
276
* \param r subpart size
You can’t perform that action at this time.
0 commit comments