VTK
vtkSynchronizedTemplatesCutter3D.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkSynchronizedTemplatesCutter3D.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 =========================================================================*/
30 #ifndef vtkSynchronizedTemplatesCutter3D_h
31 #define vtkSynchronizedTemplatesCutter3D_h
32 
33 #include "vtkFiltersCoreModule.h" // For export macro
35 
37 
39 {
40 public:
42 
44  void PrintSelf(ostream& os, vtkIndent indent);
45 
47  void ThreadedExecute(vtkImageData *data, vtkInformation *outInfo, int);
48 
50 
51  virtual void SetCutFunction(vtkImplicitFunction*);
52  vtkGetObjectMacro(CutFunction,vtkImplicitFunction);
54 
56 
59  vtkSetClampMacro(OutputPointsPrecision, int, SINGLE_PRECISION, DEFAULT_PRECISION);
60  vtkGetMacro(OutputPointsPrecision, int);
62 
63 protected:
66 
69 
70  virtual int RequestData(vtkInformation *,
73 
74 private:
76  void operator=(const vtkSynchronizedTemplatesCutter3D&); // Not implemented.
77 };
78 
79 #endif
80 
abstract interface for implicit functions
void ThreadedExecute(vtkImageData *data, vtkInformation *inInfo, vtkInformation *outInfo, vtkDataArray *inScalars)
void PrintSelf(ostream &os, vtkIndent indent)
Store vtkAlgorithm input/output information.
#define VTKFILTERSCORE_EXPORT
generate cut surface from structured points
generate isosurface from structured points
a simple class to control print indentation
Definition: vtkIndent.h:38
topologically and geometrically regular array of data
Definition: vtkImageData.h:44
static vtkSynchronizedTemplates3D * New()
Store zero or more vtkInformation instances.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)