#include "vtkLogger.h"
#include "../Types.h"
#include "OSPRayMDL.h"
#include "Texture.h"
#include <VisRTX.h>
#include <cassert>
#include <set>
#include <sstream>
#include <string>
Go to the source code of this file.
◆ PRINT_MATERIAL_PARAMETERS
#define PRINT_MATERIAL_PARAMETERS 0 |
◆ WARN_NOT_IMPLEMENTED
#define WARN_NOT_IMPLEMENTED |
( |
| ) |
|
Value:vtkLogF(WARNING,
"Warning: type \"%s\" not implemented (Material: %s, %s)", paramType.c_str(), this->type.c_str(), paramName.c_str());
#define vtkLogF(verbosity_name,...)
Add to log given the verbosity level.