VTK  9.0.2
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 =========================================================================*/
28 #ifndef vtkThreadedSynchronizedTemplatesCutter3D_h
29 #define vtkThreadedSynchronizedTemplatesCutter3D_h
30 
31 #include "vtkFiltersSMPModule.h" // For export macro
33 
35 
36 #if !defined(VTK_LEGACY_REMOVE)
37 class VTKFILTERSSMP_EXPORT vtkThreadedSynchronizedTemplatesCutter3D
39 {
40 public:
42 
44  void PrintSelf(ostream& os, vtkIndent indent) override;
45 
50 
52 
56  vtkGetObjectMacro(CutFunction, vtkImplicitFunction);
58 
60 
65  vtkSetClampMacro(OutputPointsPrecision, int, SINGLE_PRECISION, DEFAULT_PRECISION);
66  vtkGetMacro(OutputPointsPrecision, int);
68 
73  vtkMTimeType GetMTime() override;
74 
75 protected:
78 
81 
83 
85 
86 private:
89  void operator=(const vtkThreadedSynchronizedTemplatesCutter3D&) = delete;
90 };
91 
92 #endif // VTK_LEGACY_REMOVE
93 #endif
topologically and geometrically regular array of data
Definition: vtkImageData.h:42
abstract interface for implicit functions
a simple class to control print indentation
Definition: vtkIndent.h:34
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
generate isosurface from structured points
void ThreadedExecute(vtkImageData *data, vtkInformation *outInfo, int)
Needed by templated functions.
static vtkThreadedSynchronizedTemplatesCutter3D * New()
vtkMTimeType GetMTime() override
Override GetMTime because we delegate to vtkContourValues and refer to vtkImplicitFunction.
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.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
virtual void SetCutFunction(vtkImplicitFunction *)
Specify the implicit function to perform the cutting.
@ info
Definition: vtkX3D.h:382
@ port
Definition: vtkX3D.h:453
@ data
Definition: vtkX3D.h:321
vtkTypeUInt32 vtkMTimeType
Definition: vtkType.h:293