VTK  9.3.20240416
vtkHyperTreeGridCellCenters.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
35 #ifndef vtkHyperTreeGridCellCenters_h
36 #define vtkHyperTreeGridCellCenters_h
37 
38 #include "vtkCellCenters.h"
39 #include "vtkFiltersHyperTreeModule.h" // For export macro
40 
41 VTK_ABI_NAMESPACE_BEGIN
42 class vtkBitArray;
44 class vtkHyperTreeGrid;
45 class vtkPolyData;
47 
48 class VTKFILTERSHYPERTREE_EXPORT vtkHyperTreeGridCellCenters : public vtkCellCenters
49 {
50 public:
53  void PrintSelf(ostream& os, vtkIndent indent) override;
54 
55 protected:
58 
60  vtkInformationVector* outputVector) override;
63 
67  virtual void ProcessTrees();
68 
73 
76 
79 
81 
84 
86 
87 private:
89  void operator=(const vtkHyperTreeGridCellCenters&) = delete;
90 };
91 
92 VTK_ABI_NAMESPACE_END
93 #endif // vtkHyperTreeGridCellCenters_h
dynamic, self-adjusting array of bits
Definition: vtkBitArray.h:29
generate points at center of cells
represent and manipulate attribute data in a dataset
generate points at center of hyper tree grid leaf cell centers.
static vtkHyperTreeGridCellCenters * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkHyperTreeGridCellCenters() override
void RecursivelyProcessTree(vtkHyperTreeGridNonOrientedGeometryCursor *)
Recursively descend into tree down to leaves.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void ProcessTrees()
Main routine to process individual trees in the grid.
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
see vtkAlgorithm for details
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
a simple class to control print indentation
Definition: vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
represent and manipulate point attribute data
Definition: vtkPointData.h:140
represent and manipulate 3D points
Definition: vtkPoints.h:139
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:181
int vtkTypeBool
Definition: vtkABI.h:64