|  | VTK
    9.0.1
    | 
 
 
 
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);
 
  
virtual vtkExecutive * CreateDefaultExecutive()
Create a default executive.
represent and manipulate point attribute data
sample data values at specified point locations
abstract superclass for composite (multi-block or AMR) datasets
Superclass for all pipeline executives in VTK.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void BuildFieldList(vtkDataSet *source)
Build the field lists.
a simple class to control print indentation
virtual void InitializeOutputArrays(vtkPointData *outPD, vtkIdType numPts)
subclass of vtkProbeFilter which supports composite datasets in the input.
static vtkProbeFilter * New()
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.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.