VTK  9.5.20250629
vtkUniformHyperTreeGridSource.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
20#ifndef vtkUniformHyperTreeGridSource_h
21#define vtkUniformHyperTreeGridSource_h
22
23#include "vtkFiltersSourcesModule.h" // For export macro
25
26VTK_ABI_NAMESPACE_BEGIN
27class VTKFILTERSSOURCES_EXPORT vtkUniformHyperTreeGridSource : public vtkHyperTreeGridSource
28{
29public:
31 void PrintSelf(ostream& os, vtkIndent indent) override;
32
34
35protected:
38
40
42
43private:
45 void operator=(const vtkUniformHyperTreeGridSource&) = delete;
46};
47
48VTK_ABI_NAMESPACE_END
49#endif
Create a synthetic grid of hypertrees.
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Create a synthetic grid of uniform hypertrees.
static vtkUniformHyperTreeGridSource * New()
int FillOutputPortInformation(int, vtkInformation *) override
Define default input and output port types.
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.
~vtkUniformHyperTreeGridSource() override