22#ifndef vtkCellGridPointProbe_h
23#define vtkCellGridPointProbe_h
25#include "vtkFiltersCellGridModule.h"
29VTK_ABI_NAMESPACE_BEGIN
50 vtkSetStringMacro(AttributeName);
51 vtkGetStringMacro(AttributeName);
62 char* AttributeName{
nullptr };
Proxy object to connect input/output ports.
Evaluate a field (vtkCellAttribute) at some points inside cells.
Probe a vtkCellGrid with points.
~vtkCellGridPointProbe() override
int RequestData(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *ouInfo) override
This is called by the superclass.
static vtkCellGridPointProbe * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SetSourceConnection(vtkAlgorithmOutput *source)
Set the input cell-grid connection.
vtkNew< vtkCellGridEvaluator > Request
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Allocate and hold a VTK object.
Superclass for algorithms that produce only polydata as output.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)