Closed GoogleCodeExporter closed 9 years ago
This is already available in NVTT's OutputOptions:
void OutputOptions::setOutputHeader(bool outputHeader);
Set it to false to prevent outputting the header:
outputOptions.setOutputHeader(false);
Let me know if that's what you were looking for.
Original comment by cast...@gmail.com
on 27 Oct 2008 at 8:20
sorry yes that is exactly what i needed is there an easy way o ad a custom
header
struct in place of the built in one
Original comment by andi.ire...@gmail.com
on 28 Oct 2008 at 1:23
No, but it should be easy for you to provide your own implemention of
OutputHandler
and add your own header.
Original comment by cast...@gmail.com
on 28 Oct 2008 at 1:37
Original issue reported on code.google.com by
andi.ire...@gmail.com
on 27 Oct 2008 at 4:19