VTK
vtkProbePolyhedron.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkProbePolyhedron.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 =========================================================================*/
54 #ifndef vtkProbePolyhedron_h
55 #define vtkProbePolyhedron_h
56 
57 #include "vtkFiltersGeneralModule.h" // For export macro
58 #include "vtkDataSetAlgorithm.h"
59 #include "vtkDataSetAttributes.h" // needed for vtkDataSetAttributes::FieldList
60 
61 class vtkIdTypeArray;
62 class vtkCharArray;
63 class vtkMaskPoints;
64 
66 {
67 public:
69 
70  static vtkProbePolyhedron *New();
72  void PrintSelf(ostream& os, vtkIndent indent);
74 
76 
78  void SetSourceData(vtkPolyData *source);
79  vtkPolyData *GetSource();
81 
84  void SetSourceConnection(vtkAlgorithmOutput* algOutput);
85 
87 
90  vtkSetMacro(ProbePointData, int);
91  vtkGetMacro(ProbePointData, int);
92  vtkBooleanMacro(ProbePointData, int);
94 
96 
101  vtkSetMacro(ProbeCellData, int);
102  vtkGetMacro(ProbeCellData, int);
103  vtkBooleanMacro(ProbeCellData, int);
105 
106 protected:
109 
112 
119 
120 private:
121  vtkProbePolyhedron(const vtkProbePolyhedron&); // Not implemented.
122  void operator=(const vtkProbePolyhedron&); // Not implemented.
123 
124 };
125 
126 #endif
probe/interpolate data values in the interior, exterior or of the surface of a closed, manifold polyhedron
Store vtkAlgorithm input/output information.
dynamic, self-adjusting array of vtkIdType
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:83
Proxy object to connect input/output ports.
dynamic, self-adjusting array of char
Definition: vtkCharArray.h:42
a simple class to control print indentation
Definition: vtkIndent.h:38
selectively filter points
Definition: vtkMaskPoints.h:42
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define VTKFILTERSGENERAL_EXPORT
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()