Returns a subgraph of a vtkGraph.
More...
#include <vtkThresholdGraph.h>
Inherits vtkGraphAlgorithm.
Returns a subgraph of a vtkGraph.
Requires input array, lower and upper threshold. This filter than extracts the subgraph based on these three parameters.
Definition at line 29 of file vtkThresholdGraph.h.
vtkThresholdGraph::vtkThresholdGraph |
( |
| ) |
|
|
protected |
vtkThresholdGraph::~vtkThresholdGraph |
( |
| ) |
|
|
protected |
static int vtkThresholdGraph::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkThresholdGraph::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkThresholdGraph::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkThresholdGraph::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual double vtkThresholdGraph::GetLowerThreshold |
( |
| ) |
|
|
virtual |
Get/Set lower threshold. This would be the value against which edge or vertex data array value will be compared.
virtual void vtkThresholdGraph::SetLowerThreshold |
( |
double |
| ) |
|
|
virtual |
Get/Set lower threshold. This would be the value against which edge or vertex data array value will be compared.
virtual double vtkThresholdGraph::GetUpperThreshold |
( |
| ) |
|
|
virtual |
Get/Set upper threshold. This would be the value against which edge or vertex data array value will be compared.
virtual void vtkThresholdGraph::SetUpperThreshold |
( |
double |
| ) |
|
|
virtual |
Get/Set upper threshold. This would be the value against which edge or vertex data array value will be compared.
virtual int vtkThresholdGraph::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: