VTK  9.3.20240419
Classes | Macros
vtkPlaneWidget.h File Reference
#include "vtkInteractionWidgetsModule.h"
#include "vtkPolyDataSourceWidget.h"
Include dependency graph for vtkPlaneWidget.h:

Go to the source code of this file.

Classes

class  vtkPlaneWidget
 3D widget for manipulating a finite plane More...
 

Macros

#define VTK_PLANE_OFF   0
 
#define VTK_PLANE_OUTLINE   1
 
#define VTK_PLANE_WIREFRAME   2
 
#define VTK_PLANE_SURFACE   3
 
#define VTK_PLANE_ZERO_THRESHOLD   (std::numeric_limits<double>::min() * 1000)
 

Macro Definition Documentation

◆ VTK_PLANE_OFF

#define VTK_PLANE_OFF   0

Definition at line 109 of file vtkPlaneWidget.h.

◆ VTK_PLANE_OUTLINE

#define VTK_PLANE_OUTLINE   1

Definition at line 110 of file vtkPlaneWidget.h.

◆ VTK_PLANE_WIREFRAME

#define VTK_PLANE_WIREFRAME   2

Definition at line 111 of file vtkPlaneWidget.h.

◆ VTK_PLANE_SURFACE

#define VTK_PLANE_SURFACE   3

Definition at line 112 of file vtkPlaneWidget.h.

◆ VTK_PLANE_ZERO_THRESHOLD

#define VTK_PLANE_ZERO_THRESHOLD   (std::numeric_limits<double>::min() * 1000)

Definition at line 114 of file vtkPlaneWidget.h.