QGIS API Documentation  3.37.0-Master (a5b4d9743e8)
Public Member Functions | Public Attributes | List of all members
pal::Feats Class Reference

For usage in problem solving algorithm. More...

#include <util.h>

Public Member Functions

 Feats ()=default
 Constructor for Feats. More...
 

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 56 of file util.h.

Constructor & Destructor Documentation

◆ Feats()

pal::Feats::Feats ( )
default

Constructor for Feats.

Member Data Documentation

◆ candidates

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

Definition at line 65 of file util.h.

◆ feature

FeaturePart* pal::Feats::feature = nullptr

Definition at line 62 of file util.h.

◆ priority

double pal::Feats::priority = 0

Definition at line 64 of file util.h.

◆ shape

PointSet* pal::Feats::shape = nullptr

Definition at line 63 of file util.h.


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