|
QTrk
|
Contains all QI memory space that is allocated per device (shared between streams). More...
#include <QI.h>
Public Member Functions | |
| ~DeviceInstance () | |
| Free the device QI memory. More... | |
| DeviceInstance () | |
| Instantiate the device QI memory. More... | |
Public Attributes | |
| device_vec< float2 > | qi_trigtable |
| Sampling points for radial resampling. Calculated once in InitDevice. More... | |
| QIParams * | d_qiparams |
| Instance of common QI parameters. More... | |
| device_vec< float > | d_radialweights |
| The radial weights used in ZLUT profile calculation. More... | |
Contains all QI memory space that is allocated per device (shared between streams).
|
inline |
|
inline |
| QIParams* QI::DeviceInstance::d_qiparams |
| device_vec<float> QI::DeviceInstance::d_radialweights |
| device_vec<float2> QI::DeviceInstance::qi_trigtable |
Sampling points for radial resampling. Calculated once in InitDevice.
1.8.12