15#ifndef vtkPOutlineFilter_h 
   16#define vtkPOutlineFilter_h 
   18#include "vtkFiltersParallelModule.h"  
   20VTK_ABI_NAMESPACE_BEGIN
 
a simple class to control print indentation
 
Multiprocessing communication superclass.
 
create wireframe outline around bounding box
 
create wireframe outline for arbitrary data set
 
virtual void SetController(vtkMultiProcessController *)
Set and get the controller.
 
vtkOutlineSource * OutlineSource
 
vtkMultiProcessController * Controller
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
static vtkPOutlineFilter * New()
 
~vtkPOutlineFilter() override
 
Superclass for algorithms that produce only polydata as output.