VTK  9.0.1
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 
49  void ThreadedExecute(vtkImageData* data, vtkInformation* outInfo, int);
50 
52 
55  virtual void SetCutFunction(vtkImplicitFunction*);
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
vtkX3D::data
@ data
Definition: vtkX3D.h:321
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:35
vtkThreadedSynchronizedTemplates3D.h
vtkMultiBlockDataSetAlgorithm::FillOutputPortInformation
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtkThreadedSynchronizedTemplates3D::New
static vtkThreadedSynchronizedTemplates3D * New()
vtkImplicitFunction
abstract interface for implicit functions
Definition: vtkImplicitFunction.h:60
vtkX3D::port
@ port
Definition: vtkX3D.h:453
vtkThreadedSynchronizedTemplates3D::GetMTime
vtkMTimeType GetMTime() override
Because we delegate to vtkContourValues.
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:41
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:33
vtkThreadedSynchronizedTemplatesCutter3D
generate cut surface from structured points
Definition: vtkThreadedSynchronizedTemplatesCutter3D.h:37
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:73
vtkX3D::info
@ info
Definition: vtkX3D.h:382
vtkThreadedSynchronizedTemplates3D::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkThreadedSynchronizedTemplates3D::ThreadedExecute
void ThreadedExecute(vtkImageData *data, vtkInformation *inInfo, vtkInformation *outInfo, vtkDataArray *inScalars)
vtkThreadedSynchronizedTemplates3D::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkThreadedSynchronizedTemplatesCutter3D::OutputPointsPrecision
int OutputPointsPrecision
Definition: vtkThreadedSynchronizedTemplatesCutter3D.h:80
vtkThreadedSynchronizedTemplatesCutter3D::CutFunction
vtkImplicitFunction * CutFunction
Definition: vtkThreadedSynchronizedTemplatesCutter3D.h:79
vtkThreadedSynchronizedTemplates3D
generate isosurface from structured points
Definition: vtkThreadedSynchronizedTemplates3D.h:41
vtkMTimeType
vtkTypeUInt32 vtkMTimeType
Definition: vtkType.h:293