VTK
vtkSynchronizedTemplatesCutter3D.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkSynchronizedTemplatesCutter3D.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=========================================================================*/
31#ifndef vtkSynchronizedTemplatesCutter3D_h
32#define vtkSynchronizedTemplatesCutter3D_h
33
34#include "vtkFiltersCoreModule.h" // For export macro
36
38
40{
41public:
43
45 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
46
51
53
57 vtkGetObjectMacro(CutFunction,vtkImplicitFunction);
59
61
66 vtkSetClampMacro(OutputPointsPrecision, int, SINGLE_PRECISION, DEFAULT_PRECISION);
67 vtkGetMacro(OutputPointsPrecision, int);
69
70protected:
73
74 vtkImplicitFunction *CutFunction;
75 int OutputPointsPrecision;
76
77 int RequestData(vtkInformation *,
79 vtkInformationVector *) VTK_OVERRIDE;
80
81private:
83 void operator=(const vtkSynchronizedTemplatesCutter3D&) VTK_DELETE_FUNCTION;
84};
85
86#endif
87
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
generate cut surface from structured points
void ThreadedExecute(vtkImageData *data, vtkInformation *outInfo, int)
Needed by templated functions.
static vtkSynchronizedTemplatesCutter3D * New()
virtual void SetCutFunction(vtkImplicitFunction *)
Specify the implicit function to perform the cutting.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
@ data
Definition: vtkX3D.h:315