VTK  9.5.20251125
vtkProbePolyhedron.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
42
43#ifndef vtkProbePolyhedron_h
44#define vtkProbePolyhedron_h
45
46#include "vtkDataSetAlgorithm.h"
47#include "vtkDataSetAttributes.h" // needed for vtkDataSetAttributes::FieldList
48#include "vtkFiltersGeneralModule.h" // For export macro
49
50VTK_ABI_NAMESPACE_BEGIN
51class vtkIdTypeArray;
52class vtkCharArray;
53class vtkMaskPoints;
54
121
122VTK_ABI_NAMESPACE_END
123#endif
Proxy object to connect input/output ports.
dynamic, self-adjusting array of char
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
selectively filter points
concrete dataset represents vertices, lines, polygons, and triangle strips
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:64
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)