QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Public Attributes | List of all members
ChainContext Struct Reference

Public Attributes

int borderSize
 
QLinkedList< int > * conflicts
 
QLinkedList< ElemTrans * > * currentChain
 
double * delta_tmp = nullptr
 
int * feat = nullptr
 
int * featWrap = nullptr
 
double * inactiveCost = nullptr
 
LabelPositionlp = nullptr
 
int * tmpsol = nullptr
 

Detailed Description

Definition at line 354 of file problem.cpp.

Member Data Documentation

◆ borderSize

int ChainContext::borderSize

Definition at line 360 of file problem.cpp.

◆ conflicts

QLinkedList<int>* ChainContext::conflicts

Definition at line 362 of file problem.cpp.

◆ currentChain

QLinkedList<ElemTrans *>* ChainContext::currentChain

Definition at line 361 of file problem.cpp.

◆ delta_tmp

double* ChainContext::delta_tmp = nullptr

Definition at line 363 of file problem.cpp.

◆ feat

int* ChainContext::feat = nullptr

Definition at line 359 of file problem.cpp.

◆ featWrap

int* ChainContext::featWrap = nullptr

Definition at line 358 of file problem.cpp.

◆ inactiveCost

double* ChainContext::inactiveCost = nullptr

Definition at line 364 of file problem.cpp.

◆ lp

LabelPosition* ChainContext::lp = nullptr

Definition at line 356 of file problem.cpp.

◆ tmpsol

int* ChainContext::tmpsol = nullptr

Definition at line 357 of file problem.cpp.


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