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 =========================================================================*/
27 #ifndef vtkThreadedSynchronizedTemplatesCutter3D_h
28 #define vtkThreadedSynchronizedTemplatesCutter3D_h
29 
30 #include "vtkFiltersSMPModule.h" // For export macro
32 
34 
35 #if !defined(VTK_LEGACY_REMOVE)
37 {
38 public:
40 
42  void PrintSelf(ostream& os, vtkIndent indent) override;
43 
47  void ThreadedExecute(vtkImageData *data, vtkInformation *outInfo, int);
48 
50 
53  virtual void SetCutFunction(vtkImplicitFunction*);
54  vtkGetObjectMacro(CutFunction,vtkImplicitFunction);
56 
58 
63  vtkSetClampMacro(OutputPointsPrecision, int, SINGLE_PRECISION, DEFAULT_PRECISION);
64  vtkGetMacro(OutputPointsPrecision, int);
66 
71  vtkMTimeType GetMTime() override;
72 
73 protected:
76 
79 
82  vtkInformationVector *) override;
83 
85 private:
87  void operator=(const vtkThreadedSynchronizedTemplatesCutter3D&) = delete;
88 };
89 
90 #endif //VTK_LEGACY_REMOVE
91 #endif
abstract interface for implicit functions
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ThreadedExecute(vtkImageData *data, vtkInformation *inInfo, vtkInformation *outInfo, vtkDataArray *inScalars)
Store vtkAlgorithm input/output information.
vtkTypeUInt32 vtkMTimeType
Definition: vtkType.h:302
generate isosurface from structured points
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
a simple class to control print indentation
Definition: vtkIndent.h:33
topologically and geometrically regular array of data
Definition: vtkImageData.h:39
vtkMTimeType GetMTime() override
Because we delegate to vtkContourValues.
Store zero or more vtkInformation instances.
static vtkThreadedSynchronizedTemplates3D * New()