VTK
9.1.0
|
#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.
Classes | |
class | RTW::Material |
Namespaces | |
namespace | RTW |
Macros | |
#define | PRINT_MATERIAL_PARAMETERS 0 |
#define | WARN_NOT_IMPLEMENTED() vtkLogF(WARNING, "Warning: type \"%s\" not implemented (Material: %s, %s)", paramType.c_str(), this->type.c_str(), paramName.c_str()); |
#define PRINT_MATERIAL_PARAMETERS 0 |
#define WARN_NOT_IMPLEMENTED | ( | ) | vtkLogF(WARNING, "Warning: type \"%s\" not implemented (Material: %s, %s)", paramType.c_str(), this->type.c_str(), paramName.c_str()); |