24 #ifndef __vtkPOutlineCornerFilter_h
25 #define __vtkPOutlineCornerFilter_h
49 virtual void SetCornerFactor(
double cornerFactor);
54 vtkGetMacro(CornerFactor,
double);
create wireframe outline corners around bounding box
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkMultiProcessController * Controller
vtkOutlineCornerSource * OutlineCornerSource
#define VTKFILTERSPARALLEL_EXPORT
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
create wireframe outline corners for arbitrary data set
appends one or more polygonal datasets together
virtual double GetCornerFactorMinValue()
create wireframe outline (or corners) for arbitrary data set
virtual double GetCornerFactorMaxValue()
Multiprocessing communication superclass.