Go to the documentation of this file.
70 #ifndef vtkImplicitPlaneWidget_h
71 #define vtkImplicitPlaneWidget_h
73 #include "vtkInteractionWidgetsModule.h"
111 void PlaceWidget(
double xmin,
double xmax,
double ymin,
double ymax,
112 double zmin,
double zmax)
145 vtkGetMacro(NormalToXAxis,
int);
148 vtkGetMacro(NormalToYAxis,
int);
151 vtkGetMacro(NormalToZAxis,
int);
161 vtkGetMacro(Tubing,
int);
173 vtkGetMacro(DrawPlane,
int);
183 vtkGetMacro(OutlineTranslation,
int);
192 vtkGetMacro(OutsideBounds,
int);
201 vtkGetMacro(ScaleEnabled,
int);
211 vtkGetMacro(OriginTranslation,
int);
220 vtkSetClampMacro(DiagonalRatio,
double,0,2);
221 vtkGetMacro(DiagonalRatio,
double);
308 void* clientdata,
void* calldata);
393 void Rotate(
int X,
int Y,
double *p1,
double *p2,
double *vpn);
397 void Push(
double *p1,
double *p2);
398 void Scale(
double *p1,
double *p2,
int X,
int Y);
map vtkPolyData to graphics primitives
perform various plane computations
Cut vtkDataSet with user-specified implicit function.
abstract base class for most VTK objects
filter that generates tubes around lines
create a polygonal sphere centered at the origin
represents an object (geometry & properties) in a rendered scene
topologically and geometrically regular array of data
a simple class to control print indentation
extract boundary, non-manifold, and/or sharp edges from polygonal data
create a line defined by two end points
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
concrete dataset represents vertices, lines, polygons, and triangle strips
create wireframe outline for arbitrary data set
represent surface properties of a geometric object
ray-cast cell picker for all kinds of Prop3Ds
Superclass for algorithms that produce only polydata as output.