VTK  9.2.6
vtkImplicitFunctionToImageStencil.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImplicitFunctionToImageStencil.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 =========================================================================*/
29 #ifndef vtkImplicitFunctionToImageStencil_h
30 #define vtkImplicitFunctionToImageStencil_h
31 
32 #include "vtkImageStencilSource.h"
33 #include "vtkImagingStencilModule.h" // For export macro
34 
36 
37 class VTKIMAGINGSTENCIL_EXPORT vtkImplicitFunctionToImageStencil : public vtkImageStencilSource
38 {
39 public:
42  void PrintSelf(ostream& os, vtkIndent indent) override;
43 
45 
48  virtual void SetInput(vtkImplicitFunction*);
49  vtkGetObjectMacro(Input, vtkImplicitFunction);
51 
53 
56  vtkSetMacro(Threshold, double);
57  vtkGetMacro(Threshold, double);
59 
63  vtkMTimeType GetMTime() override;
64 
65 protected:
68 
70 
72  double Threshold;
73 
74 private:
76  void operator=(const vtkImplicitFunctionToImageStencil&) = delete;
77 };
78 
79 #endif
abstract interface for implicit functions
Store vtkAlgorithm input/output information.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt32 vtkMTimeType
Definition: vtkType.h:287
static vtkImageStencilSource * New()
a simple class to control print indentation
Definition: vtkIndent.h:39
virtual vtkMTimeType GetMTime()
Return this object's modified time.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store zero or more vtkInformation instances.
generate an image stencil