24 #ifndef __vtkPOutlineCornerFilter_h
25 #define __vtkPOutlineCornerFilter_h
27 #include "vtkFiltersParallelModule.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 *);
create wireframe outline corners around bounding box
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkMultiProcessController * Controller
vtkOutlineCornerSource * OutlineCornerSource
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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()