49#include "vtkAcceleratorsVTKmFiltersModule.h"
115 vtkSetMacro(ValidPointMaskArrayName, std::string);
116 vtkGetMacro(ValidPointMaskArrayName, std::string);
125 vtkSetMacro(ValidCellMaskArrayName, std::string);
126 vtkGetMacro(ValidCellMaskArrayName, std::string);
153 void operator=(
const vtkmProbe&) =
delete;
Proxy object to connect input/output ports.
general representation of visualization data
Superclass for algorithms that produce output of the same type as input.
abstract class to specify dataset behavior
a simple class to control print indentation
Sample data at specified point locations.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
vtkTypeBool PassPointArrays
~vtkmProbe() override=default
void SetSourceConnection(vtkAlgorithmOutput *algOutput)
Specify the data set that will be probed at the input points.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkDataObject * GetSource()
Specify the data set that will be probed at the input points.
std::string ValidCellMaskArrayName
vtkTypeBool PassFieldArrays
std::string ValidPointMaskArrayName
void PassAttributeData(vtkDataSet *input, vtkDataObject *source, vtkDataSet *output)
Call at the end of RequestData() to pass attribute dat a respecting the PassCellArrays,...
vtkTypeBool PassCellArrays
void SetSourceData(vtkDataObject *source)
Specify the data set that will be probed at the input points.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks for Information.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)