VTK
vtkmPointElevation.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 //=============================================================================
28 #ifndef vtkmPointElevation_h
29 #define vtkmPointElevation_h
30 
31 #include "vtkElevationFilter.h"
32 #include "vtkAcceleratorsVTKmModule.h" // required for correct export
33 
34 class VTKACCELERATORSVTKM_EXPORT vtkmPointElevation : public vtkElevationFilter
35 {
36 public:
38  void PrintSelf(ostream& os, vtkIndent indent) override;
39 
40  static vtkmPointElevation* New();
41 
42 protected:
44  ~vtkmPointElevation();
45 
46  virtual int RequestData(vtkInformation* , vtkInformationVector**,
47  vtkInformationVector*) override;
48 
49 private:
50  vtkmPointElevation(const vtkmPointElevation&) = delete;
51  void operator=(const vtkmPointElevation&) = delete;
52 
53 };
54 
55 #endif // vtkmPointElevation_h
56 
57 // VTK-HeaderTest-Exclude: vtkmPointElevation.h
Store vtkAlgorithm input/output information.
generate scalars along a specified direction
a simple class to control print indentation
Definition: vtkIndent.h:39
Store zero or more vtkInformation instances.
generate a scalar field along a specified direction