25 #ifndef vtkPOutlineCornerFilter_h
26 #define vtkPOutlineCornerFilter_h
28 #include "vtkFiltersParallelModule.h"
57 vtkGetMacro(CornerFactor,
double);
appends one or more polygonal datasets together
a simple class to control print indentation
Multiprocessing communication superclass.
create wireframe outline corners around bounding box
create wireframe outline corners for arbitrary data set
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual double GetCornerFactorMaxValue()
virtual void SetCornerFactor(double cornerFactor)
Set/Get the factor that controls the relative size of the corners to the length of the corresponding ...
static vtkPOutlineCornerFilter * New()
Construct outline corner filter with default corner factor = 0.2.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkPOutlineCornerFilter()
virtual void SetController(vtkMultiProcessController *)
Set and get the controller.
virtual double GetCornerFactorMinValue()
~vtkPOutlineCornerFilter()
vtkMultiProcessController * Controller
vtkOutlineCornerSource * OutlineCornerSource
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
create wireframe outline (or corners) for arbitrary data set
Superclass for algorithms that produce only polydata as output.