VTK  9.0.1
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 
50 class vtkBitArray;
52 class vtkHyperTreeGrid;
53 class vtkPolyData;
55 
56 class VTKFILTERSHYPERTREE_EXPORT vtkHyperTreeGridCellCenters : public vtkCellCenters
57 {
58 public:
61  void PrintSelf(ostream&, vtkIndent) override;
62 
63 protected:
65  ~vtkHyperTreeGridCellCenters() override;
66 
68  vtkInformationVector* outputVector) override;
69  int FillInputPortInformation(int, vtkInformation*) override;
71 
75  virtual void ProcessTrees();
76 
80  void RecursivelyProcessTree(vtkHyperTreeGridNonOrientedGeometryCursor*);
81 
84 
87 
89 
92 
94 
95 private:
97  void operator=(const vtkHyperTreeGridCellCenters&) = delete;
98 };
99 
100 #endif // vtkHyperTreeGridCellCenters_h
vtkPoints
represent and manipulate 3D points
Definition: vtkPoints.h:33
vtkHyperTreeGridNonOrientedGeometryCursor
Objects for traversal a HyperTreeGrid.
Definition: vtkHyperTreeGridNonOrientedGeometryCursor.h:56
vtkHyperTreeGridCellCenters::Output
vtkPolyData * Output
Definition: vtkHyperTreeGridCellCenters.h:83
vtkPointData
represent and manipulate point attribute data
Definition: vtkPointData.h:31
vtkHyperTreeGridCellCenters::OutData
vtkDataSetAttributes * OutData
Definition: vtkHyperTreeGridCellCenters.h:86
vtkDataSetAttributes
represent and manipulate attribute data in a dataset
Definition: vtkDataSetAttributes.h:53
vtkHyperTreeGridCellCenters::InPointData
vtkPointData * InPointData
Definition: vtkHyperTreeGridCellCenters.h:90
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:35
vtkCellCenters::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkHyperTreeGridCellCenters::OutPointData
vtkPointData * OutPointData
Definition: vtkHyperTreeGridCellCenters.h:91
vtkPolyDataAlgorithm::ProcessRequest
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
vtkCellCenters::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:33
vtkHyperTreeGridCellCenters::Input
vtkHyperTreeGrid * Input
Definition: vtkHyperTreeGridCellCenters.h:82
vtkHyperTreeGridCellCenters::Points
vtkPoints * Points
Definition: vtkHyperTreeGridCellCenters.h:88
vtkHyperTreeGridCellCenters::InData
vtkDataSetAttributes * InData
Definition: vtkHyperTreeGridCellCenters.h:85
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:73
vtkCellCenters::New
static vtkCellCenters * New()
Construct object with vertex cell generation turned off.
vtkHyperTreeGridCellCenters::InMask
vtkBitArray * InMask
Definition: vtkHyperTreeGridCellCenters.h:93
vtkCellCenters.h
vtkPolyData
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:84
vtkBitArray
dynamic, self-adjusting array of bits
Definition: vtkBitArray.h:33
vtkCellCenters::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkCellCenters
generate points at center of cells
Definition: vtkCellCenters.h:47
vtkTypeBool
int vtkTypeBool
Definition: vtkABI.h:69
vtkHyperTreeGridCellCenters
generate points at center of hyper tree grid leaf cell centers.
Definition: vtkHyperTreeGridCellCenters.h:56
vtkHyperTreeGrid
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
Definition: vtkHyperTreeGrid.h:96