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