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 =========================================================================*/
30 #ifndef vtkThreadedSynchronizedTemplatesCutter3D_h
31 #define vtkThreadedSynchronizedTemplatesCutter3D_h
32 
33 #include "vtkFiltersSMPModule.h" // For export macro
35 
37 
38 #if !defined(VTK_LEGACY_REMOVE)
40 {
41 public:
43 
45  void PrintSelf(ostream& os, vtkIndent indent) override;
46 
51 
53 
57  vtkGetObjectMacro(CutFunction,vtkImplicitFunction);
59 
61 
66  vtkSetClampMacro(OutputPointsPrecision, int, SINGLE_PRECISION, DEFAULT_PRECISION);
67  vtkGetMacro(OutputPointsPrecision, int);
69 
74  vtkMTimeType GetMTime() override;
75 
76 protected:
79 
82 
85  vtkInformationVector *) override;
86 
88 private:
90  void operator=(const vtkThreadedSynchronizedTemplatesCutter3D&) = delete;
91 };
92 
93 #endif //VTK_LEGACY_REMOVE
94 #endif
vtkThreadedSynchronizedTemplatesCutter3D::FillOutputPortInformation
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtkThreadedSynchronizedTemplatesCutter3D::~vtkThreadedSynchronizedTemplatesCutter3D
~vtkThreadedSynchronizedTemplatesCutter3D() override
vtkX3D::data
@ data
Definition: vtkX3D.h:315
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:42
vtkThreadedSynchronizedTemplates3D.h
vtkThreadedSynchronizedTemplatesCutter3D::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkThreadedSynchronizedTemplatesCutter3D::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkThreadedSynchronizedTemplatesCutter3D::GetMTime
vtkMTimeType GetMTime() override
Override GetMTime because we delegate to vtkContourValues and refer to vtkImplicitFunction.
vtkImplicitFunction
abstract interface for implicit functions
Definition: vtkImplicitFunction.h:61
vtkThreadedSynchronizedTemplatesCutter3D::ThreadedExecute
void ThreadedExecute(vtkImageData *data, vtkInformation *outInfo, int)
Needed by templated functions.
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkThreadedSynchronizedTemplatesCutter3D::SetCutFunction
virtual void SetCutFunction(vtkImplicitFunction *)
Specify the implicit function to perform the cutting.
vtkThreadedSynchronizedTemplatesCutter3D::New
static vtkThreadedSynchronizedTemplatesCutter3D * New()
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:46
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkThreadedSynchronizedTemplatesCutter3D::vtkThreadedSynchronizedTemplatesCutter3D
vtkThreadedSynchronizedTemplatesCutter3D()
vtkThreadedSynchronizedTemplatesCutter3D
generate cut surface from structured points
Definition: vtkThreadedSynchronizedTemplatesCutter3D.h:40
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:87
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkThreadedSynchronizedTemplatesCutter3D::OutputPointsPrecision
int OutputPointsPrecision
Definition: vtkThreadedSynchronizedTemplatesCutter3D.h:81
vtkThreadedSynchronizedTemplatesCutter3D::CutFunction
vtkImplicitFunction * CutFunction
Definition: vtkThreadedSynchronizedTemplatesCutter3D.h:80
vtkThreadedSynchronizedTemplates3D
generate isosurface from structured points
Definition: vtkThreadedSynchronizedTemplates3D.h:45
vtkMTimeType
vtkTypeUInt32 vtkMTimeType
Definition: vtkType.h:302