VTK
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 =========================================================================*/
24 #ifndef vtkSMPWarpVector_h__
25 #define vtkSMPWarpVector_h__
26 
27 #include "vtkFiltersSMPModule.h" // For export macro
28 #include "vtkWarpVector.h"
29 
30 class vtkInformation;
32 
34 {
35 public :
37  static vtkSMPWarpVector *New();
38  void PrintSelf(ostream& os, vtkIndent indent);
39 
40 protected :
43 
44 
46 
51 
52 private :
53  vtkSMPWarpVector(const vtkSMPWarpVector&); // Not implemented.
54  void operator=(const vtkSMPWarpVector&); // Not implemented.
55 
56 };
57 
58 #endif //vtkSMPWarpVector_h__
vtkSMPWarpVector
multithreaded vtkWarpVector
Definition: vtkSMPWarpVector.h:34
VTKFILTERSSMP_EXPORT
#define VTKFILTERSSMP_EXPORT
Definition: vtkFiltersSMPModule.h:15
vtkSMPWarpVector::~vtkSMPWarpVector
~vtkSMPWarpVector()
vtkSMPWarpVector::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkSMPWarpVector::New
static vtkSMPWarpVector * New()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkSMPWarpVector::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkWarpVector.h
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkWarpVector
deform geometry with vector data
Definition: vtkWarpVector.h:38
vtkSMPWarpVector::vtkSMPWarpVector
vtkSMPWarpVector()
vtkFiltersSMPModule.h