VTK  9.1.0
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=========================================================================*/
44#ifndef vtkHyperTreeGridCellCenters_h
45#define vtkHyperTreeGridCellCenters_h
46
47#include "vtkCellCenters.h"
48#include "vtkFiltersHyperTreeModule.h" // For export macro
49
50class vtkBitArray;
53class vtkPolyData;
55
56class VTKFILTERSHYPERTREE_EXPORT vtkHyperTreeGridCellCenters : public vtkCellCenters
57{
58public:
61 void PrintSelf(ostream& os, vtkIndent indent) override;
62
63protected:
66
68 vtkInformationVector* outputVector) override;
71
75 virtual void ProcessTrees();
76
81
84
87
89
92
94
95private:
97 void operator=(const vtkHyperTreeGridCellCenters&) = delete;
98};
99
100#endif // vtkHyperTreeGridCellCenters_h
dynamic, self-adjusting array of bits
Definition: vtkBitArray.h:34
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.
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.
static vtkHyperTreeGridCellCenters * New()
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:113
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
represent and manipulate point attribute data
Definition: vtkPointData.h:142
represent and manipulate 3D points
Definition: vtkPoints.h:143
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:195
int vtkTypeBool
Definition: vtkABI.h:69