VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
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
=========================================================================*/
27
#ifndef __vtkSynchronizedTemplatesCutter3D_h
28
#define __vtkSynchronizedTemplatesCutter3D_h
29
30
#include "
vtkSynchronizedTemplates3D.h
"
31
32
class
vtkImplicitFunction
;
33
34
class
VTK_GRAPHICS_EXPORT
vtkSynchronizedTemplatesCutter3D
:
public
vtkSynchronizedTemplates3D
35
{
36
public
:
37
static
vtkSynchronizedTemplatesCutter3D
*
New
();
38
39
vtkTypeMacro(
vtkSynchronizedTemplatesCutter3D
,
vtkSynchronizedTemplates3D
);
40
void
PrintSelf
(ostream& os,
vtkIndent
indent);
41
43
44
void
ThreadedExecute
(
vtkImageData
*
data
,
vtkInformation
*outInfo,
45
int
*exExt,
int
);
47
49
50
virtual
void
SetCutFunction(
vtkImplicitFunction
*);
51
vtkGetObjectMacro(CutFunction,
vtkImplicitFunction
);
53
54
protected
:
55
vtkSynchronizedTemplatesCutter3D
();
56
~
vtkSynchronizedTemplatesCutter3D
();
57
58
vtkImplicitFunction
*
CutFunction
;
59
60
virtual
int
RequestData
(
vtkInformation
*,
61
vtkInformationVector
**,
62
vtkInformationVector
*);
63
64
private
:
65
vtkSynchronizedTemplatesCutter3D
(
const
vtkSynchronizedTemplatesCutter3D
&);
// Not implemented.
66
void
operator=(
const
vtkSynchronizedTemplatesCutter3D
&);
// Not implemented.
67
};
68
69
#endif
70
Generated on Wed May 30 2012 13:22:02 for VTK by
1.8.1