QGIS API Documentation  3.0.2-Girona (307d082)
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 741 of file problem.cpp.

Member Data Documentation

◆ borderSize

int UpdateContext::borderSize

Definition at line 750 of file problem.cpp.

◆ candidates

Triple** UpdateContext::candidates = nullptr

Definition at line 744 of file problem.cpp.

◆ diff_cost

double UpdateContext::diff_cost

Definition at line 747 of file problem.cpp.

◆ featWrap

int* UpdateContext::featWrap = nullptr

Definition at line 748 of file problem.cpp.

◆ labelPositionCost

double* UpdateContext::labelPositionCost = nullptr

Definition at line 745 of file problem.cpp.

◆ lp

LabelPosition* UpdateContext::lp = nullptr

Definition at line 743 of file problem.cpp.

◆ nbOlap

int* UpdateContext::nbOlap = nullptr

Definition at line 746 of file problem.cpp.

◆ sol

int* UpdateContext::sol = nullptr

Definition at line 749 of file problem.cpp.


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