VTK  9.3.20240328
Classes | Namespaces | Macros
Material.h File Reference
#include "vtkLogger.h"
#include "../Types.h"
#include "OSPRayMDL.h"
#include "Texture.h"
#include <VisRTX.h>
#include <cassert>
#include <set>
#include <sstream>
#include <string>
Include dependency graph for Material.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RTW::Material
 

Namespaces

 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());
 

Macro Definition Documentation

◆ PRINT_MATERIAL_PARAMETERS

#define PRINT_MATERIAL_PARAMETERS   0

◆ WARN_NOT_IMPLEMENTED

#define WARN_NOT_IMPLEMENTED ( )    vtkLogF(WARNING, "Warning: type \"%s\" not implemented (Material: %s, %s)", paramType.c_str(), this->type.c_str(), paramName.c_str());