Go to the documentation of this file.
38 #ifndef vtkCompositeDataProbeFilter_h
39 #define vtkCompositeDataProbeFilter_h
41 #include "vtkFiltersCoreModule.h"
65 vtkSetMacro(PassPartialArrays,
bool);
66 vtkGetMacro(PassPartialArrays,
bool);
67 vtkBooleanMacro(PassPartialArrays,
bool);
represent and manipulate point attribute data
~vtkCompositeDataProbeFilter() override
int FillInputPortInformation(int port, vtkInformation *info) override
Change input information to accept composite datasets as the input which is probed into.
sample data values at specified point locations
abstract superclass for composite (multi-block or AMR) datasets
void InitializeOutputArrays(vtkPointData *outPD, vtkIdType numPts) override
Initializes output and various arrays which keep track for probing status.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
Superclass for all pipeline executives in VTK.
vtkCompositeDataProbeFilter()
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Handle composite input.
subclass of vtkProbeFilter which supports composite datasets in the input.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkCompositeDataProbeFilter * New()
vtkExecutive * CreateDefaultExecutive() override
Create a default executive.
int BuildFieldList(vtkCompositeDataSet *source)
Builds the field list using the composite dataset source.