31#ifndef vtkCompositeDataProbeFilter_h
32#define vtkCompositeDataProbeFilter_h
35#include "vtkFiltersCoreModule.h"
41VTK_ABI_NAMESPACE_BEGIN
100 vtkSetMacro(UseImplicitArrays,
bool);
101 vtkGetMacro(UseImplicitArrays,
bool);
102 vtkBooleanMacro(UseImplicitArrays,
bool);
145 bool UseImplicitArrays = false;
an abstract base class for locators which find cells
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void InitializeOutputArrays(vtkPointData *outPD, vtkIdType numPts) override
Initializes output and various arrays which keep track for probing status.
void SetCellLocatorMap(const std::map< vtkDataSet *, vtkSmartPointer< vtkAbstractCellLocator > > &map)
Set the structure mapping a dataset belonging to the composite input to its Cell Locator.
static vtkCompositeDataProbeFilter * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Change input information to accept composite datasets as the input which is probed into.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Handle composite input.
int BuildFieldList(vtkCompositeDataSet *source)
Builds the field list using the composite dataset source.
vtkExecutive * CreateDefaultExecutive() override
Create a default executive.
void SetFindCellStrategyMap(const std::map< vtkDataSet *, vtkSmartPointer< vtkFindCellStrategy > > &map)
Set the structure mapping a dataset belonging to the composite input to its Cell Locator.
vtkCompositeDataProbeFilter()
void ReportReferences(vtkGarbageCollector *) override
abstract superclass for composite (multi-block or AMR) datasets
abstract class to specify dataset behavior
Superclass for all pipeline executives in VTK.
helper class to manage the vtkPointSet::FindCell() method
Detect and break reference loops.
a simple class to control print indentation
represent and manipulate point attribute data
Hold a reference to a vtkObjectBase instance.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
#define VTK_DEPRECATED_IN_9_7_0(reason)