VTK  9.2.6
vtkPOutlineFilter.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkPOutlineFilter.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
26
27#ifndef vtkPOutlineFilter_h
28#define vtkPOutlineFilter_h
29
30#include "vtkFiltersParallelModule.h" // For export macro
34
35class VTKFILTERSPARALLEL_EXPORT vtkPOutlineFilter : public vtkPolyDataAlgorithm
36{
37public:
40 void PrintSelf(ostream& os, vtkIndent indent) override;
41
43
49
50protected:
53
57 int FillInputPortInformation(int port, vtkInformation* info) override;
58
59private:
60 vtkPOutlineFilter(const vtkPOutlineFilter&) = delete;
61 void operator=(const vtkPOutlineFilter&) = delete;
62};
63#endif
a simple class to control print indentation
Definition vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Multiprocessing communication superclass.
create wireframe outline around bounding box
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