|
NTrace
GPU ray tracing framework
|
#include <iostream>#include <string>#include <cmath>#include <cstdlib>#include <cstdio>#include <fstream>#include <string.h>Go to the source code of this file.
Classes | |
| class | Option |
| class | Environment |
Enumerations | |
OptionType | |
Enumeration type used to distinguish the type of env-var | |
| enum | OptionType { optInt, optFloat, optBool, optString } |
| enum OptionType |
| Enumerator | |
|---|---|
| optInt | |
| optFloat | |
| optBool | |
| optString | |
Definition at line 49 of file Environment.h.