VTK  9.2.6
vtkHyperTreeGridCellCenters.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkHyperTreeGridCellCenters.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 =========================================================================*/
47 #ifndef vtkHyperTreeGridCellCenters_h
48 #define vtkHyperTreeGridCellCenters_h
49 
50 #include "vtkCellCenters.h"
51 #include "vtkFiltersHyperTreeModule.h" // For export macro
52 
53 class vtkBitArray;
55 class vtkHyperTreeGrid;
56 class vtkPolyData;
58 
59 class VTKFILTERSHYPERTREE_EXPORT vtkHyperTreeGridCellCenters : public vtkCellCenters
60 {
61 public:
64  void PrintSelf(ostream& os, vtkIndent indent) override;
65 
66 protected:
68  ~vtkHyperTreeGridCellCenters() override;
69 
71  vtkInformationVector* outputVector) override;
72  int FillInputPortInformation(int, vtkInformation*) override;
74 
78  virtual void ProcessTrees();
79 
83  void RecursivelyProcessTree(vtkHyperTreeGridNonOrientedGeometryCursor*);
84 
87 
90 
92 
95 
97 
98 private:
100  void operator=(const vtkHyperTreeGridCellCenters&) = delete;
101 };
102 
103 #endif // vtkHyperTreeGridCellCenters_h
represent and manipulate point attribute data
Definition: vtkPointData.h:41
generate points at center of hyper tree grid leaf cell centers.
Store vtkAlgorithm input/output information.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:90
generate points at center of cells
int vtkTypeBool
Definition: vtkABI.h:69
static vtkCellCenters * New()
Construct object with vertex cell generation turned off.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
a simple class to control print indentation
Definition: vtkIndent.h:39
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
represent and manipulate attribute data in a dataset
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
dynamic, self-adjusting array of bits
Definition: vtkBitArray.h:36
Store zero or more vtkInformation instances.
represent and manipulate 3D points
Definition: vtkPoints.h:39