VTK  9.3.20240419
Classes | Macros
vtkProperty.h File Reference
#include "vtkObject.h"
#include "vtkRenderingCoreModule.h"
#include "vtkWrappingHints.h"
#include <map>
#include <string>
Include dependency graph for vtkProperty.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkProperty
 represent surface properties of a geometric object More...
 

Macros

#define VTK_FLAT   0
 
#define VTK_GOURAUD   1
 
#define VTK_PHONG   2
 
#define VTK_PBR   3
 
#define VTK_POINTS   0
 
#define VTK_WIREFRAME   1
 
#define VTK_SURFACE   2
 

Macro Definition Documentation

◆ VTK_FLAT

#define VTK_FLAT   0

Definition at line 144 of file vtkProperty.h.

◆ VTK_GOURAUD

#define VTK_GOURAUD   1

Definition at line 145 of file vtkProperty.h.

◆ VTK_PHONG

#define VTK_PHONG   2

Definition at line 146 of file vtkProperty.h.

◆ VTK_PBR

#define VTK_PBR   3

Definition at line 147 of file vtkProperty.h.

◆ VTK_POINTS

#define VTK_POINTS   0

Definition at line 150 of file vtkProperty.h.

◆ VTK_WIREFRAME

#define VTK_WIREFRAME   1

Definition at line 151 of file vtkProperty.h.

◆ VTK_SURFACE

#define VTK_SURFACE   2

Definition at line 152 of file vtkProperty.h.