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
vtkVertexDegree Class Reference

Adds an attribute array with the degree of each vertex. More...

#include <vtkVertexDegree.h>

Inherits vtkGraphAlgorithm.

Public Types

typedef vtkGraphAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkVertexDegreeNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetOutputArrayName (const char *)
 

Static Public Member Functions

static vtkVertexDegreeNew ()
 
static int IsTypeOf (const char *type)
 
static vtkVertexDegreeSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

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

Detailed Description

Adds an attribute array with the degree of each vertex.

Adds an attribute array with the degree of each vertex. By default the name of the array will be "VertexDegree", but that can be changed by calling SetOutputArrayName("foo");

Events:
vtkCommand::ProgressEvent
Examples:
vtkVertexDegree (Examples)
Tests:
vtkVertexDegree (Tests)

Definition at line 44 of file vtkVertexDegree.h.

Member Typedef Documentation

typedef vtkGraphAlgorithm vtkVertexDegree::Superclass

Definition at line 49 of file vtkVertexDegree.h.

Constructor & Destructor Documentation

vtkVertexDegree::vtkVertexDegree ( )
protected
vtkVertexDegree::~vtkVertexDegree ( )
protected

Member Function Documentation

static vtkVertexDegree* vtkVertexDegree::New ( )
static
static int vtkVertexDegree::IsTypeOf ( const char *  type)
static
virtual int vtkVertexDegree::IsA ( const char *  type)
virtual
static vtkVertexDegree* vtkVertexDegree::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkVertexDegree::NewInstanceInternal ( ) const
protectedvirtual
vtkVertexDegree* vtkVertexDegree::NewInstance ( ) const
void vtkVertexDegree::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual void vtkVertexDegree::SetOutputArrayName ( const char *  )
virtual

Set the output array name. If no output array name is set then the name 'VertexDegree' is used.

int vtkVertexDegree::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected

The documentation for this class was generated from the following file: