VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
33 class vtkImplicitFunction;
34 
36 {
37 public:
39 
41  void PrintSelf(ostream& os, vtkIndent indent);
42 
44 
45  void ThreadedExecute(vtkImageData *data, vtkInformation *outInfo,
46  int *exExt, 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 
67  vtkImplicitFunction *CutFunction;
69 
70  virtual int RequestData(vtkInformation *,
71  vtkInformationVector **,
72  vtkInformationVector *);
73 
74 private:
76  void operator=(const vtkSynchronizedTemplatesCutter3D&); // Not implemented.
77 };
78 
79 #endif
80 
void PrintSelf(ostream &os, vtkIndent indent)
void ThreadedExecute(vtkImageData *data, vtkInformation *inInfo, vtkInformation *outInfo, int *exExt, vtkDataArray *inScalars)
generate cut surface from structured points
generate isosurface from structured points
static vtkSynchronizedTemplates3D * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)