58#ifndef vtkImplicitPlaneWidget_h
59#define vtkImplicitPlaneWidget_h
61#include "vtkInteractionWidgetsModule.h"
64VTK_ABI_NAMESPACE_BEGIN
100 double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax)
override
113 void GetOrigin(
double xyz[3]);
120 void SetNormal(
double x,
double y,
double z);
121 void SetNormal(
double n[3]);
123 void GetNormal(
double xyz[3]);
210 vtkSetClampMacro(DiagonalRatio,
double, 0, 2);
211 vtkGetMacro(DiagonalRatio,
double);
238 void UpdatePlacement() override;
243 void SizeHandles() override;
298 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
383 void Rotate(
int X,
int Y,
double* p1,
double* p2,
double* vpn);
387 void Push(
double* p1,
double* p2);
388 void Scale(
double* p1,
double* p2,
int X,
int Y);
represents an object (geometry & properties) in a rendered scene
ray-cast cell picker for all kinds of Prop3Ds
Cut vtkDataSet with user-specified implicit function.
extract interior, boundary, non-manifold, and/or sharp edges from polygonal data
topologically and geometrically regular array of data
a simple class to control print indentation
create a line defined by two end points
abstract base class for most VTK objects
create wireframe outline for an arbitrary data set or composite dataset
perform various plane computations
Superclass for algorithms that produce only polydata as output.
map vtkPolyData to graphics primitives
concrete dataset represents vertices, lines, polygons, and triangle strips
represent surface properties of a geometric object
create a polygonal sphere centered at the origin
filter that generates tubes around lines
#define VTK_SIZEHINT(...)