VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkExtractEdges.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkExtractEdges.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 __vtkExtractEdges_h
32
#define __vtkExtractEdges_h
33
34
#include "
vtkPolyDataAlgorithm.h
"
35
36
class
vtkIncrementalPointLocator
;
37
38
class
VTK_GRAPHICS_EXPORT
vtkExtractEdges
:
public
vtkPolyDataAlgorithm
39
{
40
public
:
41
static
vtkExtractEdges
*
New
();
42
vtkTypeMacro(
vtkExtractEdges
,
vtkPolyDataAlgorithm
);
43
void
PrintSelf
(ostream& os,
vtkIndent
indent);
44
46
48
void
SetLocator(
vtkIncrementalPointLocator
*locator);
49
vtkGetObjectMacro(Locator,
vtkIncrementalPointLocator
);
51
53
void
CreateDefaultLocator();
54
56
unsigned
long
GetMTime
();
57
58
protected
:
59
vtkExtractEdges
();
60
~
vtkExtractEdges
();
61
62
// Usual data generation method
63
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
64
65
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
66
67
vtkIncrementalPointLocator
*
Locator
;
68
private
:
69
vtkExtractEdges
(
const
vtkExtractEdges
&);
// Not implemented.
70
void
operator=(
const
vtkExtractEdges
&);
// Not implemented.
71
};
72
73
#endif
74
75
Generated on Sun Sep 9 2012 13:03:30 for VTK by
1.8.1.2