VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkThresholdGraph Class Reference

Returns a subgraph of a vtkGraph. More...

#include <vtkThresholdGraph.h>

Inherits vtkGraphAlgorithm.

Public Types

typedef vtkGraphAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkThresholdGraphNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual double GetLowerThreshold ()
 
virtual void SetLowerThreshold (double)
 
virtual double GetUpperThreshold ()
 
virtual void SetUpperThreshold (double)
 

Static Public Member Functions

static vtkThresholdGraphNew ()
 
static int IsTypeOf (const char *type)
 
static vtkThresholdGraphSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkThresholdGraph ()
 
 ~vtkThresholdGraph ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Detailed Description

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.

Member Typedef Documentation

typedef vtkGraphAlgorithm vtkThresholdGraph::Superclass

Definition at line 34 of file vtkThresholdGraph.h.

Constructor & Destructor Documentation

vtkThresholdGraph::vtkThresholdGraph ( )
protected
vtkThresholdGraph::~vtkThresholdGraph ( )
protected

Member Function Documentation

static vtkThresholdGraph* vtkThresholdGraph::New ( )
static
static int vtkThresholdGraph::IsTypeOf ( const char *  type)
static
virtual int vtkThresholdGraph::IsA ( const char *  type)
virtual
static vtkThresholdGraph* vtkThresholdGraph::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkThresholdGraph::NewInstanceInternal ( ) const
protectedvirtual
vtkThresholdGraph* vtkThresholdGraph::NewInstance ( ) const
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: