| 13 |
|
#include "RtraceSimulManager.h" |
| 14 |
|
#include "view.h" |
| 15 |
|
#include "depthcodec.h" |
| 16 |
– |
#include "abitmap.h" |
| 16 |
|
|
| 17 |
|
/// Data type flags for pixel access and output |
| 18 |
|
enum RenderDataType { |
| 308 |
|
/// Append program line to header |
| 309 |
|
bool AddHeader(int ac, char *av[]) { |
| 310 |
|
return RtraceSimulManager::AddHeader(ac, av); |
| 311 |
+ |
} |
| 312 |
+ |
/// Get current header length in bytes |
| 313 |
+ |
int GetHeadLen() const { |
| 314 |
+ |
return RtraceSimulManager::GetHeadLen(); |
| 315 |
|
} |
| 316 |
|
/// Get header lines if any |
| 317 |
|
const char * GetHeadStr() const { |