Go to the documentation of this file.
81 #ifndef vtkBoxWidget_h
82 #define vtkBoxWidget_h
84 #include "vtkInteractionWidgetsModule.h"
116 {this->Superclass::PlaceWidget();}
117 void PlaceWidget(
double xmin,
double xmax,
double ymin,
double ymax,
118 double zmin,
double zmax)
119 {this->Superclass::PlaceWidget(xmin,xmax,ymin,ymax,zmin,zmax);}
139 vtkGetMacro(InsideOut,
int);
217 vtkGetMacro(OutlineFaceWires,
int);
229 vtkGetMacro(OutlineCursorWires,
int);
240 vtkGetMacro(TranslationEnabled,
int);
243 vtkGetMacro(ScalingEnabled,
int);
246 vtkGetMacro(RotationEnabled,
int);
318 virtual void Scale(
double *p1,
double *p2,
int X,
int Y);
319 virtual void Rotate(
int X,
int Y,
double *p1,
double *p2,
double *vpn);
330 double *x1,
double *x2,
double *x3,
double *x4,
335 const double Nz[3],
double dir[3]);
363 void operator=(
const vtkBoxWidget&) VTK_DELETE_FUNCTION;
map vtkPolyData to graphics primitives
represent and manipulate 3D points
abstract base class for most VTK objects
implicit function for convex set of planes
create a polygonal sphere centered at the origin
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
abstract superclass for all actors, volumes and annotations
concrete dataset represents vertices, lines, polygons, and triangle strips
represent surface properties of a geometric object
ray-cast cell picker for all kinds of Prop3Ds