VTK
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 =========================================================================*/
28 #ifndef __vtkImplicitFunctionToImageStencil_h
29 #define __vtkImplicitFunctionToImageStencil_h
30 
31 
32 #include "vtkImageStencilSource.h"
33 
35 
37 {
38 public:
41  void PrintSelf(ostream& os, vtkIndent indent);
42 
44 
45  virtual void SetInput(vtkImplicitFunction*);
46  vtkGetObjectMacro(Input, vtkImplicitFunction);
48 
50 
51  vtkSetMacro(Threshold, double);
52  vtkGetMacro(Threshold, double);
54 
55 protected:
58 
61 
63  double Threshold;
64 
65 private:
67  void operator=(const vtkImplicitFunctionToImageStencil&); // Not implemented.
68 };
69 
70 #endif
71 
abstract interface for implicit functions
Store vtkAlgorithm input/output information.
static vtkImageStencilSource * New()
a simple class to control print indentation
Definition: vtkIndent.h:37
#define VTK_IMAGING_EXPORT
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store zero or more vtkInformation instances.
generate an image stencil