VTK
dox
Filters
Extraction
vtkExtractSelectedPolyDataIds.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkExtractSelectedPolyDataIds.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
=========================================================================*/
28
#ifndef vtkExtractSelectedPolyDataIds_h
29
#define vtkExtractSelectedPolyDataIds_h
30
31
#include "vtkFiltersExtractionModule.h"
// For export macro
32
#include "
vtkPolyDataAlgorithm.h
"
33
34
class
vtkSelection
;
35
36
class
VTKFILTERSEXTRACTION_EXPORT
vtkExtractSelectedPolyDataIds
:
public
vtkPolyDataAlgorithm
37
{
38
public
:
39
vtkTypeMacro(
vtkExtractSelectedPolyDataIds
,
vtkPolyDataAlgorithm
);
40
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
41
static
vtkExtractSelectedPolyDataIds
*
New
();
42
43
protected
:
44
vtkExtractSelectedPolyDataIds
();
45
~vtkExtractSelectedPolyDataIds
()
override
;
46
47
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
)
override
;
48
49
// Usual data generation method
50
int
RequestData
(
vtkInformation
*,
51
vtkInformationVector
**,
52
vtkInformationVector
*)
override
;
53
54
private
:
55
vtkExtractSelectedPolyDataIds
(
const
vtkExtractSelectedPolyDataIds
&) =
delete
;
56
void
operator=(
const
vtkExtractSelectedPolyDataIds
&) =
delete
;
57
};
58
59
#endif
vtkExtractSelectedPolyDataIds::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkExtractSelectedPolyDataIds::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkExtractSelectedPolyDataIds
extract a list of cells from a polydata
Definition:
vtkExtractSelectedPolyDataIds.h:37
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:42
vtkExtractSelectedPolyDataIds::~vtkExtractSelectedPolyDataIds
~vtkExtractSelectedPolyDataIds() override
vtkSelection
data object that represents a "selection" in VTK.
Definition:
vtkSelection.h:64
vtkPolyDataAlgorithm.h
vtkX3D::port
@ port
Definition:
vtkX3D.h:447
vtkExtractSelectedPolyDataIds::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:40
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:87
vtkX3D::info
@ info
Definition:
vtkX3D.h:376
vtkExtractSelectedPolyDataIds::New
static vtkExtractSelectedPolyDataIds * New()
vtkExtractSelectedPolyDataIds::vtkExtractSelectedPolyDataIds
vtkExtractSelectedPolyDataIds()
vtkPolyDataAlgorithm
Superclass for algorithms that produce only polydata as output.
Definition:
vtkPolyDataAlgorithm.h:45
Generated by
1.8.20