![]() |
open_iA
2019.12
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
Class representing widget that shows height map of one parameter. More...
#include <iAComparisonAndWeighting.h>
Public Member Functions | |
| int | AllocateBuffer (int width, int height) |
| iAParamWidget () | |
| void | Init (int pxmpWidth, int pxmpHeight, QWidget *widget) |
| ~iAParamWidget () | |
Public Attributes | |
| unsigned int * | buffer |
| int | bufferHeight |
| int | bufferWidth |
| iAPaintWidget * | paintWidget |
| QPixmap * | pxmp |
Protected Attributes | |
| bool | initialized |
Class representing widget that shows height map of one parameter.
Contains: PaintWidget, pixmap that it uses, memory buffer used to fill pixmap and dimensions of that buffer.
| iAParamWidget::iAParamWidget | ( | ) |
| iAParamWidget::~iAParamWidget | ( | ) |
| int iAParamWidget::AllocateBuffer | ( | int | width, |
| int | height | ||
| ) |
| void iAParamWidget::Init | ( | int | pxmpWidth, |
| int | pxmpHeight, | ||
| QWidget * | widget | ||
| ) |
| unsigned int* iAParamWidget::buffer |
| int iAParamWidget::bufferHeight |
| int iAParamWidget::bufferWidth |
|
protected |
| iAPaintWidget* iAParamWidget::paintWidget |
| QPixmap* iAParamWidget::pxmp |
1.8.16