QGIS API Documentation  3.6.0-Noosa (5873452)
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 1084 of file problem.cpp.

Member Data Documentation

◆ borderSize

int ChainContext::borderSize

Definition at line 1090 of file problem.cpp.

◆ conflicts

QLinkedList<int>* ChainContext::conflicts

Definition at line 1092 of file problem.cpp.

◆ currentChain

QLinkedList<ElemTrans *>* ChainContext::currentChain

Definition at line 1091 of file problem.cpp.

◆ delta_tmp

double* ChainContext::delta_tmp = nullptr

Definition at line 1093 of file problem.cpp.

◆ feat

int* ChainContext::feat = nullptr

Definition at line 1089 of file problem.cpp.

◆ featWrap

int* ChainContext::featWrap = nullptr

Definition at line 1088 of file problem.cpp.

◆ inactiveCost

double* ChainContext::inactiveCost = nullptr

Definition at line 1094 of file problem.cpp.

◆ lp

LabelPosition* ChainContext::lp = nullptr

Definition at line 1086 of file problem.cpp.

◆ tmpsol

int* ChainContext::tmpsol = nullptr

Definition at line 1087 of file problem.cpp.


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