VTK
|
Representation of a single graph edge. More...
#include <vtkGraphEdge.h>
Inherits vtkObject.
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkGraphEdge * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetSource (vtkIdType) |
virtual vtkIdType | GetSource () |
virtual void | SetTarget (vtkIdType) |
virtual vtkIdType | GetTarget () |
virtual void | SetId (vtkIdType) |
virtual vtkIdType | GetId () |
Static Public Member Functions | |
static vtkGraphEdge * | New () |
static int | IsTypeOf (const char *type) |
static vtkGraphEdge * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkGraphEdge () | |
~vtkGraphEdge () | |
Protected Attributes | |
vtkIdType | Source |
vtkIdType | Target |
vtkIdType | Id |
Representation of a single graph edge.
A heavy-weight (vtkObject subclass) graph edge object that may be used instead of the vtkEdgeType struct, for use with wrappers. The edge contains the source and target vertex ids, and the edge id.
Definition at line 38 of file vtkGraphEdge.h.
typedef vtkObject vtkGraphEdge::Superclass |
Definition at line 42 of file vtkGraphEdge.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkGraphEdge* vtkGraphEdge::NewInstance | ( | ) | const |
void vtkGraphEdge::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
The source of the edge.
|
virtual |
The source of the edge.
|
virtual |
The target of the edge.
|
virtual |
The target of the edge.
|
virtual |
The id of the edge.
|
virtual |
The id of the edge.
|
protected |
Definition at line 67 of file vtkGraphEdge.h.
|
protected |
Definition at line 68 of file vtkGraphEdge.h.
|
protected |
Definition at line 69 of file vtkGraphEdge.h.