VTK
9.0.1
Filters
Core
vtkExplicitStructuredGridToUnstructuredGrid.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkExplicitStructuredGridToUnstructuredGrid.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
=========================================================================*/
20
#ifndef vtkExplicitStructuredGridToUnstructuredGrid_h
21
#define vtkExplicitStructuredGridToUnstructuredGrid_h
22
23
#include "vtkFiltersCoreModule.h"
// For export macro
24
#include "
vtkUnstructuredGridAlgorithm.h
"
25
26
class
VTKFILTERSCORE_EXPORT
vtkExplicitStructuredGridToUnstructuredGrid
27
:
public
vtkUnstructuredGridAlgorithm
28
{
29
public
:
30
static
vtkExplicitStructuredGridToUnstructuredGrid
*
New
();
31
vtkTypeMacro(
vtkExplicitStructuredGridToUnstructuredGrid
,
vtkUnstructuredGridAlgorithm
);
32
33
protected
:
34
vtkExplicitStructuredGridToUnstructuredGrid
() =
default
;
35
~
vtkExplicitStructuredGridToUnstructuredGrid
()
override
=
default
;
36
37
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
)
override
;
38
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
39
40
private
:
41
vtkExplicitStructuredGridToUnstructuredGrid
(
42
const
vtkExplicitStructuredGridToUnstructuredGrid
&) =
delete
;
43
void
operator=(
const
vtkExplicitStructuredGridToUnstructuredGrid
&) =
delete
;
44
};
45
46
#endif
vtkExplicitStructuredGridToUnstructuredGrid
Filter which converts an explicit structured grid into an unstructured grid.
Definition:
vtkExplicitStructuredGridToUnstructuredGrid.h:26
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:35
vtkX3D::port
@ port
Definition:
vtkX3D.h:453
vtkUnstructuredGridAlgorithm::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkUnstructuredGridAlgorithm::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:73
vtkX3D::info
@ info
Definition:
vtkX3D.h:382
vtkUnstructuredGridAlgorithm::New
static vtkUnstructuredGridAlgorithm * New()
vtkUnstructuredGridAlgorithm.h
vtkUnstructuredGridAlgorithm
Superclass for algorithms that produce only unstructured grid as output.
Definition:
vtkUnstructuredGridAlgorithm.h:40
Generated on Thu Jun 24 2021 15:17:26 for VTK by
1.8.17