VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkWarpVector.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkWarpVector.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
=========================================================================*/
31
#ifndef __vtkWarpVector_h
32
#define __vtkWarpVector_h
33
34
#include "
vtkPointSetAlgorithm.h
"
35
36
class
VTK_GRAPHICS_EXPORT
vtkWarpVector
:
public
vtkPointSetAlgorithm
37
{
38
public
:
39
static
vtkWarpVector
*
New
();
40
vtkTypeMacro(
vtkWarpVector
,
vtkPointSetAlgorithm
);
41
void
PrintSelf
(ostream& os,
vtkIndent
indent);
42
44
45
vtkSetMacro(ScaleFactor,
double
);
46
vtkGetMacro(ScaleFactor,
double
);
48
49
protected
:
50
vtkWarpVector
();
51
~
vtkWarpVector
();
52
53
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
54
double
ScaleFactor
;
55
56
private
:
57
vtkWarpVector
(
const
vtkWarpVector
&);
// Not implemented.
58
void
operator=(
const
vtkWarpVector
&);
// Not implemented.
59
};
60
61
#endif
Generated on Fri Aug 2 2013 12:19:57 for VTK by
1.8.4