36 #ifndef __vtkPolyDataSourceWidget_h
37 #define __vtkPolyDataSourceWidget_h
39 #include "vtkInteractionWidgetsModule.h"
48 void PrintSelf(ostream& os, vtkIndent indent);
62 void PlaceWidget(
double xmin,
double xmax,
double ymin,
double ymax,
63 double zmin,
double zmax)
64 {this->Superclass::PlaceWidget(xmin,xmax,ymin,ymax,zmin,zmax);}
78 virtual void UpdatePlacement() = 0;
Superclass for algorithms that produce only polydata as output.