QGIS API Documentation  3.6.0-Noosa (5873452)
Public Attributes | List of all members
UpdateContext Struct Reference

Public Attributes

int borderSize
 
Triple ** candidates = nullptr
 
double diff_cost
 
int * featWrap = nullptr
 
double * labelPositionCost = nullptr
 
LabelPositionlp = nullptr
 
int * nbOlap = nullptr
 
int * sol = nullptr
 

Detailed Description

Definition at line 732 of file problem.cpp.

Member Data Documentation

◆ borderSize

int UpdateContext::borderSize

Definition at line 741 of file problem.cpp.

◆ candidates

Triple** UpdateContext::candidates = nullptr

Definition at line 735 of file problem.cpp.

◆ diff_cost

double UpdateContext::diff_cost

Definition at line 738 of file problem.cpp.

◆ featWrap

int* UpdateContext::featWrap = nullptr

Definition at line 739 of file problem.cpp.

◆ labelPositionCost

double* UpdateContext::labelPositionCost = nullptr

Definition at line 736 of file problem.cpp.

◆ lp

LabelPosition* UpdateContext::lp = nullptr

Definition at line 734 of file problem.cpp.

◆ nbOlap

int* UpdateContext::nbOlap = nullptr

Definition at line 737 of file problem.cpp.

◆ sol

int* UpdateContext::sol = nullptr

Definition at line 740 of file problem.cpp.


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