Adds an attribute array with the degree of each vertex.
More...
#include <vtkVertexDegree.h>
Inherits vtkGraphAlgorithm.
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.
vtkVertexDegree::vtkVertexDegree |
( |
| ) |
|
|
protected |
vtkVertexDegree::~vtkVertexDegree |
( |
| ) |
|
|
protected |
static int vtkVertexDegree::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkVertexDegree::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkVertexDegree::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
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: