a short example for your problem:
// write output as JPEG and changing properties
heatmap::plotParam<T> jpeg_Param;
jpeg_Param.minValue = 0.;
jpeg_Param.maxValue = 5.;
heatmap::write(planeReduction, iT, jpeg_Param);
For additional modification of the heatmap writer, see the venturi example in the code.
thank for your reply
I test this works fine
And I have also found informations in doc1.2 unfortunatly I read the 1.1…
regard’s
Laurent.
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok