VTK
dox
Filters
Core
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
35
#include "
vtkSynchronizedTemplates3D.h
"
36
37
class
vtkImplicitFunction
;
38
39
class
VTKFILTERSCORE_EXPORT
vtkSynchronizedTemplatesCutter3D
:
public
vtkSynchronizedTemplates3D
40
{
41
public
:
42
static
vtkSynchronizedTemplatesCutter3D
*
New
();
43
44
vtkTypeMacro(
vtkSynchronizedTemplatesCutter3D
,
vtkSynchronizedTemplates3D
);
45
void
PrintSelf
(ostream& os,
vtkIndent
indent) VTK_OVERRIDE;
46
50
void
ThreadedExecute
(
vtkImageData
*
data
,
vtkInformation
*outInfo,
int
);
51
53
56
virtual
void
SetCutFunction
(
vtkImplicitFunction
*);
57
vtkGetObjectMacro(CutFunction,
vtkImplicitFunction
);
59
61
66
vtkSetClampMacro(OutputPointsPrecision,
int
, SINGLE_PRECISION, DEFAULT_PRECISION);
67
vtkGetMacro(OutputPointsPrecision,
int
);
69
70
protected
:
71
vtkSynchronizedTemplatesCutter3D
();
72
~vtkSynchronizedTemplatesCutter3D
() VTK_OVERRIDE;
73
74
vtkImplicitFunction
*CutFunction;
75
int
OutputPointsPrecision;
76
77
int
RequestData(
vtkInformation
*,
78
vtkInformationVector
**,
79
vtkInformationVector
*) VTK_OVERRIDE;
80
81
private:
82
vtkSynchronizedTemplatesCutter3D
(const
vtkSynchronizedTemplatesCutter3D
&) VTK_DELETE_FUNCTION;
83
void
operator=(const
vtkSynchronizedTemplatesCutter3D
&) VTK_DELETE_FUNCTION;
84
};
85
86
#endif
87
vtkSynchronizedTemplates3D.h
vtkSynchronizedTemplatesCutter3D
generate cut surface from structured points
Definition:
vtkSynchronizedTemplatesCutter3D.h:40
vtkSynchronizedTemplatesCutter3D::vtkSynchronizedTemplatesCutter3D
vtkSynchronizedTemplatesCutter3D()
vtkX3D::data
@ data
Definition:
vtkX3D.h:315
vtkSynchronizedTemplatesCutter3D::New
static vtkSynchronizedTemplatesCutter3D * New()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:42
vtkSynchronizedTemplatesCutter3D::SetCutFunction
virtual void SetCutFunction(vtkImplicitFunction *)
Specify the implicit function to perform the cutting.
vtkSynchronizedTemplatesCutter3D::ThreadedExecute
void ThreadedExecute(vtkImageData *data, vtkInformation *outInfo, int)
Needed by templated functions.
vtkImplicitFunction
abstract interface for implicit functions
Definition:
vtkImplicitFunction.h:59
vtkSynchronizedTemplatesCutter3D::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkImageData
topologically and geometrically regular array of data
Definition:
vtkImageData.h:46
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:40
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:87
vtkSynchronizedTemplatesCutter3D::~vtkSynchronizedTemplatesCutter3D
~vtkSynchronizedTemplatesCutter3D() override
vtkSynchronizedTemplates3D
generate isosurface from structured points
Definition:
vtkSynchronizedTemplates3D.h:44
Generated by
1.8.20