On 11/22/2016 10:11 AM, Michel Lerenard wrote:
On 11/22/2016 04:55 PM, Paul Miller wrote:
On 11/22/2016 8:28 AM, Michel Lerenard wrote:
The lineSampleCount array is never reset. The code calls
_data->lineSampleCount.resizeErase(_data->maxY - _data->minY + 1);
in initialize(), then in the execu
On 11/22/2016 04:55 PM, Paul Miller wrote:
On 11/22/2016 8:28 AM, Michel Lerenard wrote:
The lineSampleCount array is never reset. The code calls
_data->lineSampleCount.resizeErase(_data->maxY - _data->minY + 1);
in initialize(), then in the execute function of the buffer task, we
increment the
On 11/22/2016 8:28 AM, Michel Lerenard wrote:
The lineSampleCount array is never reset. The code calls
_data->lineSampleCount.resizeErase(_data->maxY - _data->minY + 1);
in initialize(), then in the execute function of the buffer task, we
increment the values of the cells, although they have nev
Hi,
while debugging a weird issue (code crashing when embedded in my app
and not crashing when standalone), I came across an issue in the
DeepOutputScanlineFile class.
The lineSampleCount array is never reset. The code calls
_data->lineSampleCount.resizeErase(_data->maxY - _data->minY + 1);