Loading [MathJax]/extensions/tex2jax.js
VTK  9.4.20250402
vtkHyperTreeGridRemoveGhostCells.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
15#ifndef vtkHyperTreeGridRemoveGhostCells_h
16#define vtkHyperTreeGridRemoveGhostCells_h
17
18#include "vtkFiltersHyperTreeModule.h" // For export macro
20
21VTK_ABI_NAMESPACE_BEGIN
22class vtkBitArray;
25
26class VTKFILTERSHYPERTREE_EXPORT vtkHyperTreeGridRemoveGhostCells : public vtkHyperTreeGridAlgorithm
27{
28public:
31 void PrintSelf(ostream& os, vtkIndent indent) override;
32
33protected:
36
41
42private:
44 void operator=(const vtkHyperTreeGridRemoveGhostCells&) = delete;
45};
46
47VTK_ABI_NAMESPACE_END
48#endif /* vtkHyperTreeGridRemoveGhostCells */
dynamic, self-adjusting array of bits
Definition vtkBitArray.h:29
general representation of visualization data
Superclass for algorithms that produce a hyper tree grid as output.
Objects for traversal a HyperTreeGrid.
Remove ghost cells and ghost array from the input HTG.
~vtkHyperTreeGridRemoveGhostCells() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkHyperTreeGridRemoveGhostCells * New()
int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) override
Main routine to hide or show cells based on their ghost type.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
a simple class to control print indentation
Definition vtkIndent.h:108
dynamic, self-adjusting array of unsigned char