VTK
vtkThreadedSynchronizedTemplatesCutter3D.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkThreadedSynchronizedTemplatesCutter3D.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 vtkThreadedSynchronizedTemplatesCutter3D_h
30 #define vtkThreadedSynchronizedTemplatesCutter3D_h
31 
32 #include "vtkFiltersSMPModule.h" // For export macro
34 
36 
38 {
39 public:
41 
43  void PrintSelf(ostream& os, vtkIndent indent);
44 
46  void ThreadedExecute(vtkImageData *data, vtkInformation *outInfo, int);
47 
49 
50  virtual void SetCutFunction(vtkImplicitFunction*);
51  vtkGetObjectMacro(CutFunction,vtkImplicitFunction);
53 
55 
58  vtkSetClampMacro(OutputPointsPrecision, int, SINGLE_PRECISION, DEFAULT_PRECISION);
59  vtkGetMacro(OutputPointsPrecision, int);
61 
64  unsigned long GetMTime();
65 
66 protected:
69 
72 
73  virtual int RequestData(vtkInformation *,
76 
78 private:
80  void operator=(const vtkThreadedSynchronizedTemplatesCutter3D&); // Not implemented.
81 };
82 
83 #endif
abstract interface for implicit functions
void ThreadedExecute(vtkImageData *data, vtkInformation *inInfo, vtkInformation *outInfo, vtkDataArray *inScalars)
Store vtkAlgorithm input/output information.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
generate isosurface from structured points
virtual int FillOutputPortInformation(int port, vtkInformation *info)
a simple class to control print indentation
Definition: vtkIndent.h:38
topologically and geometrically regular array of data
Definition: vtkImageData.h:44
void PrintSelf(ostream &os, vtkIndent indent)
Store zero or more vtkInformation instances.
#define VTKFILTERSSMP_EXPORT
static vtkThreadedSynchronizedTemplates3D * New()