38 #ifndef vtkCompositeDataProbeFilter_h 39 #define vtkCompositeDataProbeFilter_h 41 #include "vtkFiltersCoreModule.h" 65 vtkSetMacro(PassPartialArrays,
bool);
66 vtkGetMacro(PassPartialArrays,
bool);
67 vtkBooleanMacro(PassPartialArrays,
bool);
sample data values at specified point locations
represent and manipulate point attribute data
virtual vtkExecutive * CreateDefaultExecutive()
Create a default executive.
virtual void InitializeOutputArrays(vtkPointData *outPD, vtkIdType numPts)
subclass of vtkProbeFilter which supports composite datasets in the input.
void BuildFieldList(vtkDataSet *source)
Build the field lists.
Superclass for all pipeline executives in VTK.
abstract superclass for composite (multi-block or AMR) datasets
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkProbeFilter * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.