Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vtkProperty.h File Reference

#include "vtkObject.h"

Include dependency graph for vtkProperty.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

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

Defines

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


Define Documentation

#define VTK_FLAT   0
 

Definition at line 42 of file vtkProperty.h.

Referenced by vtkProperty::SetInterpolationToFlat().

#define VTK_GOURAUD   1
 

Definition at line 43 of file vtkProperty.h.

Referenced by vtkProperty::SetInterpolationToGouraud().

#define VTK_PHONG   2
 

Definition at line 44 of file vtkProperty.h.

Referenced by vtkProperty::SetInterpolationToPhong().

#define VTK_POINTS   0
 

Definition at line 47 of file vtkProperty.h.

Referenced by vtkProperty::SetRepresentationToPoints().

#define VTK_WIREFRAME   1
 

Definition at line 48 of file vtkProperty.h.

Referenced by vtkProperty::SetRepresentationToWireframe().

#define VTK_SURFACE   2
 

Definition at line 49 of file vtkProperty.h.

Referenced by vtkProperty::SetRepresentationToSurface().