VTK  9.5.20250903
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#include "vtkWrappingHints.h" // For VTK_MARSHALAUTO
26
27VTK_ABI_NAMESPACE_BEGIN
28class VTKFILTERSSOURCES_EXPORT VTK_MARSHALAUTO vtkUniformHyperTreeGridSource
30{
31public:
33 void PrintSelf(ostream& os, vtkIndent indent) override;
34
36
37protected:
40
42
44
45private:
47 void operator=(const vtkUniformHyperTreeGridSource&) = delete;
48};
49
50VTK_ABI_NAMESPACE_END
51#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
#define VTK_MARSHALAUTO