VTK
dox
Filters
SMP
vtkSMPWarpVector.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkSMPWarpVector.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
=========================================================================*/
22
#ifndef vtkSMPWarpVector_h
23
#define vtkSMPWarpVector_h
24
25
#include "vtkFiltersSMPModule.h"
// For export macro
26
#include "
vtkWarpVector.h
"
27
28
class
vtkInformation
;
29
class
vtkInformationVector
;
30
31
#if !defined(VTK_LEGACY_REMOVE)
32
class
VTKFILTERSSMP_EXPORT
vtkSMPWarpVector
:
public
vtkWarpVector
33
{
34
public :
35
vtkTypeMacro(
vtkSMPWarpVector
,
vtkWarpVector
);
36
static
vtkSMPWarpVector
*
New
();
37
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
38
39
protected :
40
vtkSMPWarpVector
();
41
~
vtkSMPWarpVector
()
override
;
42
43
47
int
RequestData
(
vtkInformation
*,
48
vtkInformationVector
**,
49
vtkInformationVector
*)
override
;
50
51
private :
52
vtkSMPWarpVector
(
const
vtkSMPWarpVector
&) =
delete
;
53
void
operator=(
const
vtkSMPWarpVector
&) =
delete
;
54
55
};
56
57
#endif //VTK_LEGACY_REMOVE
58
#endif //vtkSMPWarpVector_h
vtkSMPWarpVector
multithreaded vtkWarpVector
Definition:
vtkSMPWarpVector.h:32
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:35
vtkWarpVector::New
static vtkWarpVector * New()
vtkWarpVector::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkWarpVector.h
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkWarpVector::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:80
vtkWarpVector
deform geometry with vector data
Definition:
vtkWarpVector.h:32
Generated by
1.8.16