VTK  9.3.20240418
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
24 #include "vtkHyperTreeGridSource.h"
25 
26 VTK_ABI_NAMESPACE_BEGIN
27 class VTKFILTERSSOURCES_EXPORT vtkUniformHyperTreeGridSource : public vtkHyperTreeGridSource
28 {
29 public:
31  void PrintSelf(ostream& os, vtkIndent indent) override;
32 
34 
35 protected:
38 
40 
42 
43 private:
45  void operator=(const vtkUniformHyperTreeGridSource&) = delete;
46 };
47 
48 VTK_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.
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.
static vtkUniformHyperTreeGridSource * New()
~vtkUniformHyperTreeGridSource() override