VTK
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 "vtkFiltersGenericModule.h" // For export macro
48 #include "vtkDataSetAlgorithm.h"
49 
50 class vtkIdTypeArray;
51 class vtkGenericDataSet;
52 
54 {
55 public:
58  void PrintSelf(ostream& os, vtkIndent indent);
59 
61 
66 
68 
72 
73 protected:
76 
79 
81 
83 
84 private:
85  vtkGenericProbeFilter(const vtkGenericProbeFilter&); // Not implemented.
86  void operator=(const vtkGenericProbeFilter&); // Not implemented.
87 };
88 
89 #endif
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkFiltersGenericModule.h
vtkGenericProbeFilter::SetSourceData
void SetSourceData(vtkGenericDataSet *source)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkGenericProbeFilter::ValidPoints
vtkIdTypeArray * ValidPoints
Definition: vtkGenericProbeFilter.h:82
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkGenericProbeFilter::GetSource
vtkGenericDataSet * GetSource()
vtkGenericDataSet
defines dataset interface
Definition: vtkGenericDataSet.h:69
source
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
Definition: vtkBoostGraphAdapter.h:821
vtkDataSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition: vtkDataSetAlgorithm.h:51
vtkGenericProbeFilter::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
VTKFILTERSGENERIC_EXPORT
#define VTKFILTERSGENERIC_EXPORT
Definition: vtkFiltersGenericModule.h:15
vtkGenericProbeFilter::vtkGenericProbeFilter
vtkGenericProbeFilter()
vtkGenericProbeFilter::RequestInformation
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkDataSetAlgorithm.h
vtkIdTypeArray
dynamic, self-adjusting array of vtkIdType
Definition: vtkIdTypeArray.h:49
vtkGenericProbeFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkGenericProbeFilter::New
static vtkGenericProbeFilter * New()
vtkGenericProbeFilter
sample data values at specified point locations
Definition: vtkGenericProbeFilter.h:54
vtkGenericProbeFilter::FillInputPortInformation
int FillInputPortInformation(int, vtkInformation *)
vtkGenericProbeFilter::~vtkGenericProbeFilter
~vtkGenericProbeFilter()