Go to the documentation of this file.
25 #ifndef vtkPOutlineCornerFilter_h
26 #define vtkPOutlineCornerFilter_h
28 #include "vtkFiltersParallelModule.h"
53 virtual void SetCornerFactor(
double cornerFactor);
57 vtkGetMacro(CornerFactor,
double);
create wireframe outline corners for arbitrary data set
create wireframe outline (or corners) for arbitrary data set
virtual double GetCornerFactorMinValue()
vtkMultiProcessController * Controller
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual double GetCornerFactorMaxValue()
appends one or more polygonal datasets together
vtkOutlineCornerSource * OutlineCornerSource
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Multiprocessing communication superclass.
a simple class to control print indentation
create wireframe outline corners around bounding box
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.