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
Store vtkAlgorithm input/output information.
multithreaded vtkWarpVector
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkWarpVector * New()
a simple class to control print indentation
Definition: vtkIndent.h:38
deform geometry with vector data
Definition: vtkWarpVector.h:37
void PrintSelf(ostream &os, vtkIndent indent)
Store zero or more vtkInformation instances.
#define VTKFILTERSSMP_EXPORT