VTK
vtkmWarpVector.h
Go to the documentation of this file.
1 //=============================================================================
2 //
3 // Copyright (c) Kitware, Inc.
4 // All rights reserved.
5 // See LICENSE.txt for details.
6 //
7 // This software is distributed WITHOUT ANY WARRANTY; without even
8 // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9 // PURPOSE. See the above copyright notice for more information.
10 //
11 // Copyright 2012 Sandia Corporation.
12 // Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
13 // the U.S. Government retains certain rights in this software.
14 //
15 //=============================================================================
27 #ifndef vtkmWarpVector_h
28 #define vtkmWarpVector_h
29 
30 #include "vtkWarpVector.h"
31 #include "vtkAcceleratorsVTKmModule.h" // required for correct export
32 
33 class VTKACCELERATORSVTKM_EXPORT vtkmWarpVector : public vtkWarpVector
34 {
35 public:
37  void PrintSelf(ostream& os, vtkIndent indent) override;
38 
39  static vtkmWarpVector* New();
40 
41 protected:
43  ~vtkmWarpVector();
44 
45  int RequestData(vtkInformation* , vtkInformationVector**,
46  vtkInformationVector*) override;
47 
48 private:
49  vtkmWarpVector(const vtkmWarpVector&) = delete;
50  void operator=(const vtkmWarpVector&) = delete;
51 };
52 
53 #endif // vtkmWarpVector_h
54 
55 // VTK-HeaderTest-Exclude: vtkmWarpVector.h
Store vtkAlgorithm input/output information.
deform geometry with vector data
a simple class to control print indentation
Definition: vtkIndent.h:39
deform geometry with vector data
Definition: vtkWarpVector.h:38
Store zero or more vtkInformation instances.