VTK
vtkCompositeDataGeometryFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkCompositeDataGeometryFilter.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 =========================================================================*/
30 #ifndef vtkCompositeDataGeometryFilter_h
31 #define vtkCompositeDataGeometryFilter_h
32 
33 #include "vtkFiltersGeometryModule.h" // For export macro
34 #include "vtkPolyDataAlgorithm.h"
35 
36 class vtkPolyData;
37 
39 {
40 public:
43  void PrintSelf(ostream& os, vtkIndent indent);
44 
46 
47  virtual int ProcessRequest(vtkInformation* request,
48  vtkInformationVector** inputVector,
49  vtkInformationVector* outputVector);
51 
52 protected:
55 
57 
58  // Create a default executive.
60 
61  virtual int RequestCompositeData(vtkInformation*,
64 
65 private:
67  void operator=(const vtkCompositeDataGeometryFilter&); // Not implemented.
68 };
69 
70 #endif
71 
72 
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual vtkExecutive * CreateDefaultExecutive()
Store vtkAlgorithm input/output information.
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:83
Superclass for all pipeline executives in VTK.
Definition: vtkExecutive.h:51
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
Definition: vtkIndent.h:38
extract geometry from multi-group data
Store zero or more vtkInformation instances.
#define VTKFILTERSGEOMETRY_EXPORT