VTK
vtkHierarchicalDataSetGeometryFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkHierarchicalDataSetGeometryFilter.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 vtkHierarchicalDataSetGeometryFilter_h
31 #define vtkHierarchicalDataSetGeometryFilter_h
32 
33 #include "vtkFiltersGeometryModule.h" // For export macro
35 
36 class vtkPolyData;
37 
40 {
41 public:
45  void PrintSelf(ostream& os, vtkIndent indent);
46 
47 
48 protected:
51 
52 private:
54  void operator=(const vtkHierarchicalDataSetGeometryFilter&); // Not implemented.
55 };
56 
57 #endif
58 
59 
extract geometry from hierarchical data
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:83
a simple class to control print indentation
Definition: vtkIndent.h:38
extract geometry from multi-group data
void PrintSelf(ostream &os, vtkIndent indent)
static vtkCompositeDataGeometryFilter * New()
#define VTKFILTERSGEOMETRY_EXPORT