Home
last modified time | relevance | path

Searched refs:_alphaT (Results 1 – 3 of 3) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/render_rfx/
H A Drfx_colorbox.cpp87 this->_alphaT = new QLineEdit(QString().setNum(a)); in RfxColorBox()
88 initTextBox(this->_alphaT); in RfxColorBox()
89 connect(this->_alphaT, SIGNAL(editingFinished()), this, SLOT(setA())); in RfxColorBox()
126 alphaLayout->addWidget(this->_alphaT); in RfxColorBox()
179 if(this->_alphaT) in ~RfxColorBox()
180 delete _alphaT; in ~RfxColorBox()
258 this->_alphaT->setText(QString().setNum(a)); in setA()
318 int val = this->_alphaT->text().toInt(&res); in setA()
320 this->_alphaT->setText(QString().setNum(this->_alphaS->value())); in setA()
H A Drfx_colorbox.h100 QLineEdit* _alphaT; variable
/dports/graphics/opencv/opencv-4.5.3/modules/video/src/
H A Dbgfg_gaussmix2.cpp543 int _nmixtures, float _alphaT, in MOG2Invoker() argument
555 alphaT = _alphaT; in MOG2Invoker()