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 =========================================================================*/
27 #ifndef vtkSynchronizedTemplatesCutter3D_h
28 #define vtkSynchronizedTemplatesCutter3D_h
29 
30 #include "vtkFiltersCoreModule.h" // For export macro
32 
34 
36 {
37 public:
39 
41  void PrintSelf(ostream& os, vtkIndent indent);
42 
44  void ThreadedExecute(vtkImageData *data, vtkInformation *outInfo, int);
45 
47 
48  virtual void SetCutFunction(vtkImplicitFunction*);
51 
53 
56  vtkSetClampMacro(OutputPointsPrecision, int, SINGLE_PRECISION, DEFAULT_PRECISION);
57  vtkGetMacro(OutputPointsPrecision, int);
59 
60 protected:
63 
66 
67  virtual int RequestData(vtkInformation *,
70 
71 private:
73  void operator=(const vtkSynchronizedTemplatesCutter3D&); // Not implemented.
74 };
75 
76 #endif
77 
GLsizei GLsizei GLenum GLenum const GLvoid * data
Definition: vtkgl.h:11339
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
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:83
#define vtkSetClampMacro(name, type, min, max)
Definition: vtkSetGet.h:133
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:632
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()
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:222
Store zero or more vtkInformation instances.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)