VTK
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 "vtkFiltersGeneralModule.h" // For export macro
35 #include "vtkPointSetAlgorithm.h"
36 
38 {
39 public:
40  static vtkWarpVector *New();
42  void PrintSelf(ostream& os, vtkIndent indent);
43 
45 
46  vtkSetMacro(ScaleFactor,double);
47  vtkGetMacro(ScaleFactor,double);
49 
51 
52 protected:
55 
57  vtkInformationVector **inputVector,
58  vtkInformationVector *outputVector);
62  double ScaleFactor;
63 
64 private:
65  vtkWarpVector(const vtkWarpVector&); // Not implemented.
66  void operator=(const vtkWarpVector&); // Not implemented.
67 };
68 
69 #endif
vtkWarpVector::ScaleFactor
double ScaleFactor
Definition: vtkWarpVector.h:62
vtkPointSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition: vtkPointSetAlgorithm.h:43
vtkWarpVector::~vtkWarpVector
~vtkWarpVector()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkWarpVector::New
static vtkWarpVector * New()
vtkPointSetAlgorithm.h
vtkWarpVector::vtkWarpVector
vtkWarpVector()
vtkWarpVector::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkFiltersGeneralModule.h
vtkWarpVector::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
VTKFILTERSGENERAL_EXPORT
#define VTKFILTERSGENERAL_EXPORT
Definition: vtkFiltersGeneralModule.h:15
vtkWarpVector::RequestDataObject
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkWarpVector
deform geometry with vector data
Definition: vtkWarpVector.h:38
vtkWarpVector::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info)