VTK
9.1.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Accelerators
Vtkm
Filters
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 "vtkAcceleratorsVTKmFiltersModule.h"
// for export macro
39
#include "
vtkExtractVOI.h
"
40
41
class
VTKACCELERATORSVTKMFILTERS_EXPORT
vtkmExtractVOI
:
public
vtkExtractVOI
42
{
43
public
:
44
vtkTypeMacro(
vtkmExtractVOI
,
vtkExtractVOI
);
45
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
46
static
vtkmExtractVOI
*
New
();
47
49
55
vtkGetMacro(ForceVTKm,
vtkTypeBool
);
56
vtkSetMacro(ForceVTKm,
vtkTypeBool
);
57
vtkBooleanMacro(ForceVTKm,
vtkTypeBool
);
59
60
protected
:
61
vtkmExtractVOI
();
62
~vtkmExtractVOI
()
override
;
63
64
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
65
66
vtkTypeBool
ForceVTKm =
false
;
67
68
private
:
69
vtkmExtractVOI
(
const
vtkmExtractVOI
&) =
delete
;
70
void
operator=(
const
vtkmExtractVOI
&) =
delete
;
71
};
72
73
#endif
// vtkmExtractVOI_h
vtkExtractVOI
select piece (e.g., volume of interest) and/or subsample structured points dataset
Definition:
vtkExtractVOI.h:108
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:113
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:145
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:183
vtkmExtractVOI
select piece (e.g., volume of interest) and/or subsample structured points dataset
Definition:
vtkmExtractVOI.h:42
vtkmExtractVOI::vtkmExtractVOI
vtkmExtractVOI()
vtkmExtractVOI::New
static vtkmExtractVOI * New()
vtkmExtractVOI::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkmExtractVOI::~vtkmExtractVOI
~vtkmExtractVOI() override
vtkmExtractVOI::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
vtkTypeBool
int vtkTypeBool
Definition:
vtkABI.h:69
vtkExtractVOI.h
Generated on Fri Apr 21 2023 10:27:55 for VTK by
1.9.6