VTK  9.1.0
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=========================================================================*/
52#ifndef vtkProbePolyhedron_h
53#define vtkProbePolyhedron_h
54
55#include "vtkDataSetAlgorithm.h"
56#include "vtkDataSetAttributes.h" // needed for vtkDataSetAttributes::FieldList
57#include "vtkFiltersGeneralModule.h" // For export macro
58
59class vtkIdTypeArray;
60class vtkCharArray;
61class vtkMaskPoints;
62
63class VTKFILTERSGENERAL_EXPORT vtkProbePolyhedron : public vtkDataSetAlgorithm
64{
65public:
67
72 void PrintSelf(ostream& os, vtkIndent indent) override;
74
76
83
89
91
96 vtkSetMacro(ProbePointData, vtkTypeBool);
97 vtkGetMacro(ProbePointData, vtkTypeBool);
98 vtkBooleanMacro(ProbePointData, vtkTypeBool);
100
102
109 vtkSetMacro(ProbeCellData, vtkTypeBool);
110 vtkGetMacro(ProbeCellData, vtkTypeBool);
111 vtkBooleanMacro(ProbeCellData, vtkTypeBool);
113
114protected:
117
120
124
125private:
126 vtkProbePolyhedron(const vtkProbePolyhedron&) = delete;
127 void operator=(const vtkProbePolyhedron&) = delete;
128};
129
130#endif
Proxy object to connect input/output ports.
dynamic, self-adjusting array of char
Definition: vtkCharArray.h:68
Superclass for algorithms that produce output of the same type as input.
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
Definition: vtkIndent.h:113
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
selectively filter points
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:195
probe/interpolate data values in the interior, exterior or of the surface of a closed,...
void SetSourceData(vtkPolyData *source)
Specify the point locations used to probe input.
static vtkProbePolyhedron * New()
Standard methods for instantiable (i.e., concrete) class.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks for Information.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
~vtkProbePolyhedron() override
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiable (i.e., concrete) class.
vtkPolyData * GetSource()
Specify the point locations used to probe input.
void SetSourceConnection(vtkAlgorithmOutput *algOutput)
Specify the point locations used to probe input.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
int vtkTypeBool
Definition: vtkABI.h:69
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)