VTK
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) VTK_OVERRIDE;
51 
53 
65  vtkSetMacro(PassPartialArrays, bool);
66  vtkGetMacro(PassPartialArrays, bool);
67  vtkBooleanMacro(PassPartialArrays, bool);
69 
70 protected:
72  ~vtkCompositeDataProbeFilter() VTK_OVERRIDE;
73 
78  int FillInputPortInformation(int port, vtkInformation* info) VTK_OVERRIDE;
79 
83  int BuildFieldList(vtkCompositeDataSet* source);
84 
88  void InitializeForProbing(vtkDataSet *input, vtkDataSet *output) VTK_OVERRIDE;
89 
93  int RequestData(vtkInformation *,
94  vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
95 
99  vtkExecutive* CreateDefaultExecutive() VTK_OVERRIDE;
100 
101  bool PassPartialArrays;
102 private:
103  vtkCompositeDataProbeFilter(const vtkCompositeDataProbeFilter&) VTK_DELETE_FUNCTION;
104  void operator=(const vtkCompositeDataProbeFilter&) VTK_DELETE_FUNCTION;
105 
106 };
107 
108 #endif
109 
110 
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkProbeFilter
sample data values at specified point locations
Definition: vtkProbeFilter.h:56
vtkProbeFilter.h
vtkCompositeDataSet
abstract superclass for composite (multi-block or AMR) datasets
Definition: vtkCompositeDataSet.h:51
source
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
Definition: vtkBoostGraphAdapter.h:822
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkExecutive
Superclass for all pipeline executives in VTK.
Definition: vtkExecutive.h:49
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkCompositeDataProbeFilter
subclass of vtkProbeFilter which supports composite datasets in the input.
Definition: vtkCompositeDataProbeFilter.h:45
vtkDataSet
abstract class to specify dataset behavior
Definition: vtkDataSet.h:62
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkProbeFilter::New
static vtkProbeFilter * New()
vtkProbeFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.