VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
GenericFiltering
vtkGenericProbeFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkGenericProbeFilter.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
=========================================================================*/
44
#ifndef __vtkGenericProbeFilter_h
45
#define __vtkGenericProbeFilter_h
46
47
#include "
vtkDataSetAlgorithm.h
"
48
49
class
vtkIdTypeArray
;
50
class
vtkGenericDataSet
;
51
52
class
VTK_GENERIC_FILTERING_EXPORT
vtkGenericProbeFilter
:
public
vtkDataSetAlgorithm
53
{
54
public
:
55
static
vtkGenericProbeFilter
*
New
();
56
vtkTypeMacro(
vtkGenericProbeFilter
,
vtkDataSetAlgorithm
);
57
void
PrintSelf
(ostream& os,
vtkIndent
indent);
58
60
62
void
SetSource(
vtkGenericDataSet
*
source
);
63
vtkGenericDataSet
*GetSource();
65
67
69
vtkGetObjectMacro(ValidPoints,
vtkIdTypeArray
);
71
72
protected
:
73
vtkGenericProbeFilter
();
74
~
vtkGenericProbeFilter
();
75
76
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
77
78
int
FillInputPortInformation
(
int
,
vtkInformation
*);
79
80
vtkIdTypeArray
*
ValidPoints
;
81
82
private
:
83
vtkGenericProbeFilter
(
const
vtkGenericProbeFilter
&);
// Not implemented.
84
void
operator=(
const
vtkGenericProbeFilter
&);
// Not implemented.
85
};
86
87
#endif
Generated on Sun Sep 9 2012 13:03:29 for VTK by
1.8.1.2