VTK  9.0.2
vtkCompositeDataProbeFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkCompositeDataProbeFilter.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
38 #ifndef vtkCompositeDataProbeFilter_h
39 #define vtkCompositeDataProbeFilter_h
40 
41 #include "vtkFiltersCoreModule.h" // For export macro
42 #include "vtkProbeFilter.h"
43 
45 class VTKFILTERSCORE_EXPORT vtkCompositeDataProbeFilter : public vtkProbeFilter
46 {
47 public:
50  void PrintSelf(ostream& os, vtkIndent indent) override;
51 
53 
65  vtkSetMacro(PassPartialArrays, bool);
66  vtkGetMacro(PassPartialArrays, bool);
67  vtkBooleanMacro(PassPartialArrays, bool);
69 
70 protected:
73 
79 
84 
88  void InitializeOutputArrays(vtkPointData* outPD, vtkIdType numPts) override;
89 
94 
99 
101 
102 private:
104  void operator=(const vtkCompositeDataProbeFilter&) = delete;
105 };
106 
107 #endif
subclass of vtkProbeFilter which supports composite datasets in the input.
vtkExecutive * CreateDefaultExecutive() override
Create a default executive.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkCompositeDataProbeFilter() override
static vtkCompositeDataProbeFilter * New()
void InitializeOutputArrays(vtkPointData *outPD, vtkIdType numPts) override
Initializes output and various arrays which keep track for probing status.
int FillInputPortInformation(int port, vtkInformation *info) override
Change input information to accept composite datasets as the input which is probed into.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Handle composite input.
int BuildFieldList(vtkCompositeDataSet *source)
Builds the field list using the composite dataset source.
abstract superclass for composite (multi-block or AMR) datasets
Superclass for all pipeline executives in VTK.
Definition: vtkExecutive.h:47
a simple class to control print indentation
Definition: vtkIndent.h:34
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
represent and manipulate point attribute data
Definition: vtkPointData.h:32
sample data values at specified point locations
@ info
Definition: vtkX3D.h:382
@ port
Definition: vtkX3D.h:453
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
int vtkIdType
Definition: vtkType.h:338