26 #ifndef __vtkPOutlineFilter_h
27 #define __vtkPOutlineFilter_h
29 #include "vtkFiltersParallelModule.h"
32 class vtkMultiProcessController;
39 void PrintSelf(ostream& os, vtkIndent indent);
43 virtual void SetController(vtkMultiProcessController*);
44 vtkGetObjectMacro(Controller, vtkMultiProcessController);
53 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
54 virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
create wireframe outline for arbitrary data set
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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 around bounding box
vtkMultiProcessController * Controller
vtkOutlineSource * OutlineSource