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
39{
40public:
42
44 void PrintSelf(ostream& os, vtkIndent indent);
45
50
52
56 vtkGetObjectMacro(CutFunction,vtkImplicitFunction);
58
60
65 vtkSetClampMacro(OutputPointsPrecision, int, SINGLE_PRECISION, DEFAULT_PRECISION);
66 vtkGetMacro(OutputPointsPrecision, int);
68
74
75protected:
78
81
85
87private:
89 void operator=(const vtkThreadedSynchronizedTemplatesCutter3D&) VTK_DELETE_FUNCTION;
90};
91
92#endif
topologically and geometrically regular array of data
Definition: vtkImageData.h:46
abstract interface for implicit functions
a simple class to control print indentation
Definition: vtkIndent.h:40
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.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkMTimeType GetMTime()
Override GetMTime because we delegate to vtkContourValues and refer to vtkImplicitFunction.
static vtkThreadedSynchronizedTemplatesCutter3D * New()
virtual void SetCutFunction(vtkImplicitFunction *)
Specify the implicit function to perform the cutting.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447
@ data
Definition: vtkX3D.h:315
vtkTypeUInt64 vtkMTimeType
Definition: vtkType.h:248