VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkExtractSelectedLocations.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkExtractSelectedLocations.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 __vtkExtractSelectedLocations_h
29
#define __vtkExtractSelectedLocations_h
30
31
#include "
vtkExtractSelectionBase.h
"
32
33
class
vtkSelection
;
34
class
vtkSelectionNode
;
35
36
class
VTK_GRAPHICS_EXPORT
vtkExtractSelectedLocations
:
public
vtkExtractSelectionBase
37
{
38
public
:
39
static
vtkExtractSelectedLocations
*
New
();
40
vtkTypeMacro(
vtkExtractSelectedLocations
,
vtkExtractSelectionBase
);
41
void
PrintSelf
(ostream& os,
vtkIndent
indent);
42
43
protected
:
44
vtkExtractSelectedLocations
();
45
~
vtkExtractSelectedLocations
();
46
47
// Usual data generation method
48
int
RequestData
(
vtkInformation
*,
49
vtkInformationVector
**,
50
vtkInformationVector
*);
51
52
int
ExtractCells(
vtkSelectionNode
*sel,
vtkDataSet
*input,
53
vtkDataSet
*output);
54
int
ExtractPoints(
vtkSelectionNode
*sel,
vtkDataSet
*input,
55
vtkDataSet
*output);
56
57
private
:
58
vtkExtractSelectedLocations
(
const
vtkExtractSelectedLocations
&);
// Not implemented.
59
void
operator=(
const
vtkExtractSelectedLocations
&);
// Not implemented.
60
};
61
62
#endif
Generated on Sun Sep 9 2012 13:03:30 for VTK by
1.8.1.2