VTK
9.5.20250903
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Filters
Sources
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
#include "
vtkWrappingHints.h
"
// For VTK_MARSHALAUTO
26
27
VTK_ABI_NAMESPACE_BEGIN
28
class
VTKFILTERSSOURCES_EXPORT
VTK_MARSHALAUTO
vtkUniformHyperTreeGridSource
29
:
public
vtkHyperTreeGridSource
30
{
31
public
:
32
vtkTypeMacro(
vtkUniformHyperTreeGridSource
,
vtkHyperTreeGridSource
);
33
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
34
35
static
vtkUniformHyperTreeGridSource
*
New
();
36
37
protected
:
38
vtkUniformHyperTreeGridSource
();
39
~vtkUniformHyperTreeGridSource
()
override
;
40
41
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
42
43
int
FillOutputPortInformation
(
int
,
vtkInformation
*)
override
;
44
45
private
:
46
vtkUniformHyperTreeGridSource
(
const
vtkUniformHyperTreeGridSource
&) =
delete
;
47
void
operator=(
const
vtkUniformHyperTreeGridSource
&) =
delete
;
48
};
49
50
VTK_ABI_NAMESPACE_END
51
#endif
vtkHyperTreeGridSource
Create a synthetic grid of hypertrees.
Definition
vtkHyperTreeGridSource.h:85
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:108
vtkInformationVector
Store zero or more vtkInformation instances.
Definition
vtkInformationVector.h:142
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:173
vtkUniformHyperTreeGridSource
Create a synthetic grid of uniform hypertrees.
Definition
vtkUniformHyperTreeGridSource.h:30
vtkUniformHyperTreeGridSource::vtkUniformHyperTreeGridSource
vtkUniformHyperTreeGridSource()
vtkUniformHyperTreeGridSource::New
static vtkUniformHyperTreeGridSource * New()
vtkUniformHyperTreeGridSource::FillOutputPortInformation
int FillOutputPortInformation(int, vtkInformation *) override
Define default input and output port types.
vtkUniformHyperTreeGridSource::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkUniformHyperTreeGridSource::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkUniformHyperTreeGridSource::~vtkUniformHyperTreeGridSource
~vtkUniformHyperTreeGridSource() override
vtkHyperTreeGridSource.h
vtkWrappingHints.h
VTK_MARSHALAUTO
#define VTK_MARSHALAUTO
Definition
vtkWrappingHints.h:60
Generated on Wed Sep 3 2025 12:07:52 for VTK by
1.9.7