VTK
dox
Common
ExecutionModel
vtkImageToStructuredGrid.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkImageDataToStructuredGridFilter.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
=========================================================================*/
27
#ifndef vtkImageToStructuredGrid_h
28
#define vtkImageToStructuredGrid_h
29
30
#include "vtkCommonExecutionModelModule.h"
// For export macro
31
#include "
vtkStructuredGridAlgorithm.h
"
32
33
class
vtkStructuredGrid
;
34
class
vtkImageData
;
35
class
vtkInformation
;
36
class
vtkInformationVector
;
37
38
class
VTKCOMMONEXECUTIONMODEL_EXPORT
vtkImageToStructuredGrid
:
39
public
vtkStructuredGridAlgorithm
40
{
41
public
:
42
static
vtkImageToStructuredGrid
*
New
();
43
vtkTypeMacro(
vtkImageToStructuredGrid
,
vtkStructuredGridAlgorithm
);
44
void
PrintSelf
(ostream &oss,
vtkIndent
indent ) VTK_OVERRIDE;
45
46
protected
:
47
vtkImageToStructuredGrid
();
48
~
vtkImageToStructuredGrid
() VTK_OVERRIDE;
49
50
int
RequestData(
51
vtkInformation
* request,
52
vtkInformationVector
** inputVector,
53
vtkInformationVector
* outputVector ) VTK_OVERRIDE;
54
56
59
void
CopyPointData(
vtkImageData
*,
vtkStructuredGrid
* );
60
void
CopyCellData(
vtkImageData
*,
vtkStructuredGrid
* );
62
63
int
FillInputPortInformation(
int
,
vtkInformation
*
info
) VTK_OVERRIDE;
64
int
FillOutputPortInformation(
int
,
vtkInformation
*
info
) VTK_OVERRIDE;
65
66
private:
67
vtkImageToStructuredGrid
(
68
const
vtkImageToStructuredGrid
& ) VTK_DELETE_FUNCTION;
69
void
operator=(const
vtkImageToStructuredGrid
&) VTK_DELETE_FUNCTION;
70
71
72
};
73
74
#endif
/* VTKIMAGEDATATOSTRUCTUREDGRIDFILTER_H_ */
vtkStructuredGridAlgorithm.h
vtkStructuredGridAlgorithm
Superclass for algorithms that produce only structured grid as output.
Definition:
vtkStructuredGridAlgorithm.h:41
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:41
vtkStructuredGridAlgorithm::New
static vtkStructuredGridAlgorithm * New()
vtkImageToStructuredGrid
Definition:
vtkImageToStructuredGrid.h:38
vtkStructuredGrid
topologically regular array of data
Definition:
vtkStructuredGrid.h:63
vtkStructuredGridAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkImageData
topologically and geometrically regular array of data
Definition:
vtkImageData.h:45
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkX3D::info
Definition:
vtkX3D.h:376
Generated by
1.8.16