VTK
dox
Accelerators
Vtkm
vtkmExtractVOI.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkExtractVOI.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
=========================================================================*/
35
#ifndef vtkmExtractVOI_h
36
#define vtkmExtractVOI_h
37
38
#include "
vtkExtractVOI.h
"
39
#include "vtkAcceleratorsVTKmModule.h"
// for export macro
40
41
42
class
VTKACCELERATORSVTKM_EXPORT
vtkmExtractVOI
:
public
vtkExtractVOI
43
{
44
public
:
45
vtkTypeMacro(
vtkmExtractVOI
,
vtkExtractVOI
)
46
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
47
static
vtkmExtractVOI
*
New
();
48
49
protected
:
50
vtkmExtractVOI
();
51
~
vtkmExtractVOI
();
52
53
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
54
vtkInformationVector
*)
override
;
55
56
private
:
57
vtkmExtractVOI
(
const
vtkmExtractVOI
&) =
delete
;
58
void
operator=(
const
vtkmExtractVOI
&) =
delete
;
59
};
60
61
#endif // vtkmExtractVOI_h
62
// VTK-HeaderTest-Exclude: vtkmExtractVOI.h
vtkExtractVOI::RequestData
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called in response to a REQUEST_DATA request from the executive.
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:41
vtkExtractVOI::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkExtractVOI::New
static vtkExtractVOI * New()
Construct object to extract all of the input data.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkmExtractVOI
select piece (e.g., volume of interest) and/or subsample structured points dataset
Definition:
vtkmExtractVOI.h:42
vtkExtractVOI
select piece (e.g., volume of interest) and/or subsample structured points dataset
Definition:
vtkExtractVOI.h:54
vtkExtractVOI.h
Generated by
1.8.16