VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Filters
Extraction
vtkProbeSelectedLocations.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkProbeSelectedLocations.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 __vtkProbeSelectedLocations_h
28
#define __vtkProbeSelectedLocations_h
29
30
#include "vtkFiltersExtractionModule.h"
// For export macro
31
#include "
vtkExtractSelectionBase.h
"
32
33
class
VTKFILTERSEXTRACTION_EXPORT
vtkProbeSelectedLocations
:
public
vtkExtractSelectionBase
34
{
35
public
:
36
static
vtkProbeSelectedLocations
*
New
();
37
vtkTypeMacro(
vtkProbeSelectedLocations
,
vtkExtractSelectionBase
);
38
void
PrintSelf
(ostream& os,
vtkIndent
indent);
39
40
//BTX
41
protected
:
42
vtkProbeSelectedLocations
();
43
~
vtkProbeSelectedLocations
();
44
46
47
virtual
int
RequestDataObject
(
vtkInformation
* request,
48
vtkInformationVector
** inputVector,
49
vtkInformationVector
* outputVector);
51
52
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
53
vtkInformationVector
*);
54
55
private
:
56
vtkProbeSelectedLocations
(
const
vtkProbeSelectedLocations
&);
// Not implemented.
57
void
operator=(
const
vtkProbeSelectedLocations
&);
// Not implemented.
58
//ETX
59
};
60
61
#endif
62
63
Generated on Thu May 24 2012 22:22:15 for VTK by
1.8.1