Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Hybrid/vtkPlaneWidget.h File Reference

#include "vtkPolyDataSourceWidget.h"

Include dependency graph for vtkPlaneWidget.h:

Include dependency graph

Go to the source code of this file.

Compounds

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


Defines

#define VTK_PLANE_OFF   0
#define VTK_PLANE_OUTLINE   1
#define VTK_PLANE_WIREFRAME   2
#define VTK_PLANE_SURFACE   3


Define Documentation

#define VTK_PLANE_OFF   0
 

Definition at line 120 of file vtkPlaneWidget.h.

Referenced by vtkPlaneWidget::SetRepresentationToOff().

#define VTK_PLANE_OUTLINE   1
 

Definition at line 121 of file vtkPlaneWidget.h.

Referenced by vtkPlaneWidget::SetRepresentationToOutline().

#define VTK_PLANE_WIREFRAME   2
 

Definition at line 122 of file vtkPlaneWidget.h.

Referenced by vtkPlaneWidget::SetRepresentationToWireframe().

#define VTK_PLANE_SURFACE   3
 

Definition at line 123 of file vtkPlaneWidget.h.

Referenced by vtkPlaneWidget::SetRepresentationToSurface().