VTK
9.2.6
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
Filters
Extraction
vtkExtractDataSets.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkExtractDataSets.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
29
#ifndef vtkExtractDataSets_h
30
#define vtkExtractDataSets_h
31
32
#include "vtkFiltersExtractionModule.h"
// For export macro
33
#include "
vtkMultiBlockDataSetAlgorithm.h
"
34
35
class
VTKFILTERSEXTRACTION_EXPORT
vtkExtractDataSets
:
public
vtkMultiBlockDataSetAlgorithm
36
{
37
public
:
38
static
vtkExtractDataSets
*
New
();
39
vtkTypeMacro(
vtkExtractDataSets
,
vtkMultiBlockDataSetAlgorithm
);
40
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
41
45
void
AddDataSet
(
unsigned
int
level,
unsigned
int
idx);
46
50
void
ClearDataSetList
();
51
52
protected
:
53
vtkExtractDataSets
();
54
~vtkExtractDataSets
()
override
;
55
56
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
57
int
FillInputPortInformation
(
int
port,
vtkInformation
* info)
override
;
58
int
FillOutputPortInformation
(
int
port,
vtkInformation
* info)
override
;
59
60
private
:
61
vtkExtractDataSets
(
const
vtkExtractDataSets
&) =
delete
;
62
void
operator=(
const
vtkExtractDataSets
&) =
delete
;
63
64
class
vtkInternals;
65
vtkInternals* Internals;
66
};
67
68
#endif
vtkExtractDataSets::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkExtractDataSets::~vtkExtractDataSets
~vtkExtractDataSets() override
vtkExtractDataSets::AddDataSet
void AddDataSet(unsigned int level, unsigned int idx)
Add a dataset to be extracted.
vtkExtractDataSets::FillOutputPortInformation
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtkExtractDataSets::vtkExtractDataSets
vtkExtractDataSets()
vtkExtractDataSets::New
static vtkExtractDataSets * New()
vtkExtractDataSets::ClearDataSetList
void ClearDataSetList()
Remove all entries from the list of datasets to be extracted.
vtkExtractDataSets::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkExtractDataSets::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
vtkInformationVector
Store zero or more vtkInformation instances.
Definition
vtkInformationVector.h:42
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:74
vtkMultiBlockDataSetAlgorithm::vtkMultiBlockDataSetAlgorithm
vtkMultiBlockDataSetAlgorithm()
vtkMultiBlockDataSetAlgorithm.h
Generated on
for VTK by
1.14.0