24 #ifndef __vtkPOutlineCornerFilter_h
25 #define __vtkPOutlineCornerFilter_h
27 #include "vtkFiltersParallelModule.h"
28 #include "vtkPolyDataAlgorithm.h"
30 class vtkMultiProcessController;
38 void PrintSelf(ostream& os, vtkIndent indent);
49 virtual void SetCornerFactor(
double cornerFactor);
54 vtkGetMacro(CornerFactor,
double);
58 virtual void SetController(vtkMultiProcessController*);
59 vtkGetObjectMacro(Controller, vtkMultiProcessController);
68 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
69 virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
70 virtual int FillInputPortInformation(
int port, vtkInformation *info);
create wireframe outline corners around bounding box
vtkMultiProcessController * Controller
vtkOutlineCornerSource * OutlineCornerSource
create wireframe outline corners for arbitrary data set
appends one or more polygonal datasets together
virtual double GetCornerFactorMinValue()
create wireframe outline (or corners) for arbitrary data set
virtual double GetCornerFactorMaxValue()