VTK
vtkOutlineFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkOutlineFilter.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 =========================================================================*/
29 #ifndef vtkOutlineFilter_h
30 #define vtkOutlineFilter_h
31 
32 #include "vtkFiltersModelingModule.h" // For export macro
33 #include "vtkPolyDataAlgorithm.h"
34 
35 class vtkOutlineSource;
36 
38 {
39 public:
40  static vtkOutlineFilter *New();
42  void PrintSelf(ostream& os, vtkIndent indent);
43 
45 
46  vtkSetMacro(GenerateFaces, int);
47  vtkBooleanMacro(GenerateFaces, int);
48  vtkGetMacro(GenerateFaces, int);
50 
51 protected:
54 
59 
60 private:
61  vtkOutlineFilter(const vtkOutlineFilter&); // Not implemented.
62  void operator=(const vtkOutlineFilter&); // Not implemented.
63 };
64 
65 #endif
66 // VTK-HeaderTest-Exclude: vtkOutlineFilter.h
virtual int FillInputPortInformation(int port, vtkInformation *info)
Store vtkAlgorithm input/output information.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSMODELING_EXPORT
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
create wireframe outline for arbitrary data set
vtkOutlineSource * OutlineSource
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
Definition: vtkIndent.h:38
create wireframe outline around bounding box
Store zero or more vtkInformation instances.