VTKExtensions
FiltersGeneral
vtkPVTableToStructuredGrid.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3
// SPDX-License-Identifier: BSD-3-Clause
12
#ifndef vtkPVTableToStructuredGrid_h
13
#define vtkPVTableToStructuredGrid_h
14
15
#include "
vtkPVVTKExtensionsFiltersGeneralModule.h
"
16
#include "
vtkTableToStructuredGrid.h
"
17
18
class
VTKPVVTKEXTENSIONSFILTERSGENERAL_EXPORT
vtkPVTableToStructuredGrid
19
:
public
vtkTableToStructuredGrid
20
{
21
public
:
22
vtkTypeMacro(
vtkPVTableToStructuredGrid
,
vtkTableToStructuredGrid
);
23
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
24
static
vtkPVTableToStructuredGrid
*
New
();
25
31
vtkGetVector3Macro(Dimensions,
int
);
32
void
SetDimensions(
int
xdim,
int
ydim,
int
zdim);
33
34
vtkGetVector3Macro(MinimumIndex,
int
);
35
void
SetMinimumIndex(
int
xmin,
int
ymin,
int
zmin);
36
37
protected
:
38
vtkPVTableToStructuredGrid
();
39
~
vtkPVTableToStructuredGrid
()
override
=
default
;
40
41
int
Dimensions[3];
42
int
MinimumIndex[3];
43
44
private
:
45
vtkPVTableToStructuredGrid
(
const
vtkPVTableToStructuredGrid
&) =
delete
;
46
void
operator=
(
const
vtkPVTableToStructuredGrid
&) =
delete
;
47
};
48
49
#endif
vtkPVVTKExtensionsFiltersGeneralModule.h
vtkTableToStructuredGrid.h
vtkTableToStructuredGrid::New
static vtkTableToStructuredGrid * New()
vtkTableToStructuredGrid::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkIndent
VTKPVVTKEXTENSIONSFILTERSGENERAL_EXPORT
#define VTKPVVTKEXTENSIONSFILTERSGENERAL_EXPORT
Definition:
vtkPVVTKExtensionsFiltersGeneralModule.h:15
vtkTableToStructuredGrid
vtkObjectBase::operator=
void operator=(const vtkObjectBase &)
vtkPVTableToStructuredGrid
Filter that converts table to structured grid.
Definition:
vtkPVTableToStructuredGrid.h:18
Generated by
1.8.13 on Wed Dec 10 2025