VTK
9.0.1
Filters
Core
vtkUnstructuredGridToExplicitStructuredGrid.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkUnstructuredGridToExplicitStructuredGrid.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
22
#ifndef vtkUnstructuredGridToExplicitStructuredGrid_h
23
#define vtkUnstructuredGridToExplicitStructuredGrid_h
24
25
#include "
vtkExplicitStructuredGridAlgorithm.h
"
26
#include "vtkFiltersCoreModule.h"
// For export macro
27
28
class
VTKFILTERSCORE_EXPORT
vtkUnstructuredGridToExplicitStructuredGrid
29
:
public
vtkExplicitStructuredGridAlgorithm
30
{
31
public
:
32
static
vtkUnstructuredGridToExplicitStructuredGrid
*
New
();
33
vtkTypeMacro(
vtkUnstructuredGridToExplicitStructuredGrid
,
vtkExplicitStructuredGridAlgorithm
);
34
36
40
vtkSetVector6Macro(WholeExtent,
int
);
41
vtkGetVector6Macro(WholeExtent,
int
);
43
44
protected
:
45
vtkUnstructuredGridToExplicitStructuredGrid
();
46
~
vtkUnstructuredGridToExplicitStructuredGrid
()
override
=
default
;
47
48
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
)
override
;
49
int
RequestInformation
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
50
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
51
52
int
WholeExtent[6];
53
54
private
:
55
vtkUnstructuredGridToExplicitStructuredGrid
(
56
const
vtkUnstructuredGridToExplicitStructuredGrid
&) =
delete
;
57
void
operator=(
const
vtkUnstructuredGridToExplicitStructuredGrid
&) =
delete
;
58
};
59
60
#endif
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:35
vtkUnstructuredGridToExplicitStructuredGrid
Filter which converts an unstructured grid data into an explicit structured grid. The input grid must...
Definition:
vtkUnstructuredGridToExplicitStructuredGrid.h:28
vtkX3D::port
@ port
Definition:
vtkX3D.h:453
vtkExplicitStructuredGridAlgorithm::RequestInformation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:73
vtkX3D::info
@ info
Definition:
vtkX3D.h:382
vtkExplicitStructuredGridAlgorithm::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkExplicitStructuredGridAlgorithm
Superclass for algorithms that produce only explicit structured grid as output.
Definition:
vtkExplicitStructuredGridAlgorithm.h:30
vtkExplicitStructuredGridAlgorithm::New
static vtkExplicitStructuredGridAlgorithm * New()
vtkExplicitStructuredGridAlgorithm.h
vtkExplicitStructuredGridAlgorithm::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Generated on Thu Jun 25 2020 08:30:37 for VTK by
1.8.17