VTK
9.0.1
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
=========================================================================*/
28
#ifndef vtkSynchronizedTemplatesCutter3D_h
29
#define vtkSynchronizedTemplatesCutter3D_h
30
31
#include "vtkFiltersCoreModule.h"
// For export macro
32
#include "
vtkSynchronizedTemplates3D.h
"
33
34
class
vtkImplicitFunction
;
35
36
class
VTKFILTERSCORE_EXPORT
vtkSynchronizedTemplatesCutter3D
:
public
vtkSynchronizedTemplates3D
37
{
38
public
:
39
static
vtkSynchronizedTemplatesCutter3D
*
New
();
40
41
vtkTypeMacro(
vtkSynchronizedTemplatesCutter3D
,
vtkSynchronizedTemplates3D
);
42
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
43
47
void
ThreadedExecute
(
vtkImageData
*
data
,
vtkInformation
* outInfo,
int
);
48
50
53
virtual
void
SetCutFunction(
vtkImplicitFunction
*);
54
vtkGetObjectMacro(CutFunction,
vtkImplicitFunction
);
56
58
63
vtkSetClampMacro(OutputPointsPrecision,
int
, SINGLE_PRECISION, DEFAULT_PRECISION);
64
vtkGetMacro(OutputPointsPrecision,
int
);
66
67
protected
:
68
vtkSynchronizedTemplatesCutter3D
();
69
~
vtkSynchronizedTemplatesCutter3D
()
override
;
70
71
vtkImplicitFunction
*
CutFunction
;
72
int
OutputPointsPrecision
;
73
74
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
75
76
private
:
77
vtkSynchronizedTemplatesCutter3D
(
const
vtkSynchronizedTemplatesCutter3D
&) =
delete
;
78
void
operator=(
const
vtkSynchronizedTemplatesCutter3D
&) =
delete
;
79
};
80
81
#endif
vtkSynchronizedTemplates3D.h
vtkSynchronizedTemplatesCutter3D
generate cut surface from structured points
Definition:
vtkSynchronizedTemplatesCutter3D.h:36
vtkSynchronizedTemplates3D::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSynchronizedTemplatesCutter3D::OutputPointsPrecision
int OutputPointsPrecision
Definition:
vtkSynchronizedTemplatesCutter3D.h:72
vtkSynchronizedTemplates3D::ThreadedExecute
void ThreadedExecute(vtkImageData *data, vtkInformation *inInfo, vtkInformation *outInfo, vtkDataArray *inScalars)
vtkSynchronizedTemplates3D::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkX3D::data
@ data
Definition:
vtkX3D.h:321
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:35
vtkSynchronizedTemplates3D::New
static vtkSynchronizedTemplates3D * New()
vtkImplicitFunction
abstract interface for implicit functions
Definition:
vtkImplicitFunction.h:60
vtkImageData
topologically and geometrically regular array of data
Definition:
vtkImageData.h:41
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:73
vtkSynchronizedTemplates3D
generate isosurface from structured points
Definition:
vtkSynchronizedTemplates3D.h:40
vtkSynchronizedTemplatesCutter3D::CutFunction
vtkImplicitFunction * CutFunction
Definition:
vtkSynchronizedTemplatesCutter3D.h:71
Generated on Thu Jun 25 2020 08:30:37 for VTK by
1.8.17