QGIS API Documentation 3.99.0-Master (21b3aa880ba)
Loading...
Searching...
No Matches
pal::Feats Class Reference

For usage in problem solving algorithm. More...

#include <util.h>

Public Member Functions

 Feats ()=default

Public Attributes

std::vector< std::unique_ptr< LabelPosition > > candidates
FeaturePartfeature = nullptr
double priority = 0
PointSetshape = nullptr

Detailed Description

For usage in problem solving algorithm.

Note
not available in Python bindings

Definition at line 57 of file util.h.

Constructor & Destructor Documentation

◆ Feats()

pal::Feats::Feats ( )
default

Member Data Documentation

◆ candidates

std::vector< std::unique_ptr< LabelPosition > > pal::Feats::candidates

Definition at line 66 of file util.h.

◆ feature

FeaturePart* pal::Feats::feature = nullptr

Definition at line 63 of file util.h.

◆ priority

double pal::Feats::priority = 0

Definition at line 65 of file util.h.

◆ shape

PointSet* pal::Feats::shape = nullptr

Definition at line 64 of file util.h.


The documentation for this class was generated from the following file: