VTK
vtkProbePolyhedron.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkProbePolyhedron.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 =========================================================================*/
55 #ifndef vtkProbePolyhedron_h
56 #define vtkProbePolyhedron_h
57 
58 #include "vtkFiltersGeneralModule.h" // For export macro
59 #include "vtkDataSetAlgorithm.h"
60 #include "vtkDataSetAttributes.h" // needed for vtkDataSetAttributes::FieldList
61 
62 class vtkIdTypeArray;
63 class vtkCharArray;
64 class vtkMaskPoints;
65 
66 class VTKFILTERSGENERAL_EXPORT vtkProbePolyhedron : public vtkDataSetAlgorithm
67 {
68 public:
70 
75  void PrintSelf(ostream& os, vtkIndent indent) override;
77 
79 
86 
92 
94 
99  vtkSetMacro(ProbePointData, vtkTypeBool);
100  vtkGetMacro(ProbePointData, vtkTypeBool);
101  vtkBooleanMacro(ProbePointData, vtkTypeBool);
103 
105 
112  vtkSetMacro(ProbeCellData, vtkTypeBool);
113  vtkGetMacro(ProbeCellData, vtkTypeBool);
114  vtkBooleanMacro(ProbeCellData, vtkTypeBool);
116 
117 protected:
120 
123 
125  vtkInformationVector *) override;
127  vtkInformationVector *) override;
129  vtkInformationVector *) override;
130 
131 private:
132  vtkProbePolyhedron(const vtkProbePolyhedron&) = delete;
133  void operator=(const vtkProbePolyhedron&) = delete;
134 
135 };
136 
137 #endif
vtkProbePolyhedron::~vtkProbePolyhedron
~vtkProbePolyhedron() override
vtkProbePolyhedron::SetSourceConnection
void SetSourceConnection(vtkAlgorithmOutput *algOutput)
Specify the point locations used to probe input.
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:42
vtkProbePolyhedron::RequestInformation
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks for Information.
vtkProbePolyhedron
probe/interpolate data values in the interior, exterior or of the surface of a closed,...
Definition: vtkProbePolyhedron.h:67
vtkProbePolyhedron::New
static vtkProbePolyhedron * New()
Standard methods for instantiable (i.e., concrete) class.
vtkProbePolyhedron::ProbePointData
vtkTypeBool ProbePointData
Definition: vtkProbePolyhedron.h:121
source
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
Definition: vtkBoostGraphAdapter.h:825
vtkDataSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition: vtkDataSetAlgorithm.h:49
vtkCharArray
dynamic, self-adjusting array of char
Definition: vtkCharArray.h:39
vtkProbePolyhedron::SetSourceData
void SetSourceData(vtkPolyData *source)
Specify the point locations used to probe input.
vtkProbePolyhedron::RequestUpdateExtent
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
vtkProbePolyhedron::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkMaskPoints
selectively filter points
Definition: vtkMaskPoints.h:44
vtkProbePolyhedron::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:87
vtkProbePolyhedron::vtkProbePolyhedron
vtkProbePolyhedron()
vtkDataSetAlgorithm.h
vtkProbePolyhedron::GetSource
vtkPolyData * GetSource()
vtkIdTypeArray
dynamic, self-adjusting array of vtkIdType
Definition: vtkIdTypeArray.h:42
vtkProbePolyhedron::ProbeCellData
vtkTypeBool ProbeCellData
Definition: vtkProbePolyhedron.h:122
vtkAlgorithmOutput
Proxy object to connect input/output ports.
Definition: vtkAlgorithmOutput.h:40
vtkPolyData
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:86
vtkDataSetAttributes.h
vtkTypeBool
int vtkTypeBool
Definition: vtkABI.h:69