VTK
9.2.6
Filters
General
vtkExtractGhostCells.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkExtractGhostCells.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
28
#ifndef vtkExtractGhostCells_h
29
#define vtkExtractGhostCells_h
30
31
#include "vtkFiltersGeneralModule.h"
// for export macros
32
#include "
vtkUnstructuredGridAlgorithm.h
"
33
34
class
VTKFILTERSGENERAL_EXPORT
vtkExtractGhostCells
:
public
vtkUnstructuredGridAlgorithm
35
{
36
public
:
37
static
vtkExtractGhostCells
*
New
();
38
vtkTypeMacro(
vtkExtractGhostCells
,
vtkUnstructuredGridAlgorithm
);
39
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
40
42
45
vtkSetStringMacro(
OutputGhostArrayName
);
46
vtkGetStringMacro(
OutputGhostArrayName
);
48
49
protected
:
50
vtkExtractGhostCells
();
51
~vtkExtractGhostCells
()
override
;
52
53
int
FillInputPortInformation
(
int
port,
vtkInformation
* info)
override
;
54
55
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
56
57
char
*
OutputGhostArrayName
;
58
59
private
:
60
vtkExtractGhostCells
(
const
vtkExtractGhostCells
&) =
delete
;
61
void
operator=(
const
vtkExtractGhostCells
&) =
delete
;
62
};
63
64
#endif
vtkExtractGhostCells::New
static vtkExtractGhostCells * New()
vtkExtractGhostCells::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkExtractGhostCells::OutputGhostArrayName
char * OutputGhostArrayName
Definition
vtkExtractGhostCells.h:57
vtkExtractGhostCells::~vtkExtractGhostCells
~vtkExtractGhostCells() override
vtkExtractGhostCells::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkExtractGhostCells::vtkExtractGhostCells
vtkExtractGhostCells()
vtkExtractGhostCells::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:40
vtkInformationVector
Store zero or more vtkInformation instances.
Definition
vtkInformationVector.h:42
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:74
vtkUnstructuredGridAlgorithm::vtkUnstructuredGridAlgorithm
vtkUnstructuredGridAlgorithm()
vtkUnstructuredGridAlgorithm.h
Generated on Sun Mar 23 2025 00:00:00 for VTK by
1.13.2