VTK
vtkThresholdGraph.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkCollapseVerticesByArray.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 =========================================================================*/
23 #ifndef vtkThresholdGraph_h
24 #define vtkThresholdGraph_h
25 
26 #include "vtkInfovisCoreModule.h" // For export macro
27 #include "vtkGraphAlgorithm.h"
28 
30 {
31 public:
32 
35 
36  void PrintSelf(ostream &os, vtkIndent indent);
37 
39 
41  vtkGetMacro(LowerThreshold, double);
42  vtkSetMacro(LowerThreshold, double);
44 
46 
48  vtkGetMacro(UpperThreshold, double);
49  vtkSetMacro(UpperThreshold, double);
51 
52 //BTX
53 protected:
54 
57 
61 
62 
63 private:
64 
65  double LowerThreshold;
66  double UpperThreshold;
67 
68 
69  vtkThresholdGraph(const vtkThresholdGraph&); // Not implemented.
70  void operator =(const vtkThresholdGraph&); // Not implemented.
71 //ETX
72 };
73 
74 #endif // vtkThresholdGraph_h
VTKINFOVISCORE_EXPORT
#define VTKINFOVISCORE_EXPORT
Definition: vtkInfovisCoreModule.h:15
vtkGraphAlgorithm
Superclass for algorithms that produce only graph as output.
Definition: vtkGraphAlgorithm.h:54
vtkThresholdGraph::~vtkThresholdGraph
~vtkThresholdGraph()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkThresholdGraph
Returns a subgraph of a vtkGraph.
Definition: vtkThresholdGraph.h:30
vtkGraphAlgorithm.h
vtkThresholdGraph::vtkThresholdGraph
vtkThresholdGraph()
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkThresholdGraph::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkInfovisCoreModule.h
vtkThresholdGraph::New
static vtkThresholdGraph * New()
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkThresholdGraph::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)