VTK
|
routes parallel edges as arcs More...
#include <vtkArcParallelEdgeStrategy.h>
Public Types | |
typedef vtkEdgeLayoutStrategy | Superclass |
![]() | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkArcParallelEdgeStrategy * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Layout () |
virtual int | GetNumberOfSubdivisions () |
virtual void | SetNumberOfSubdivisions (int) |
![]() | |
vtkEdgeLayoutStrategy * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetGraph (vtkGraph *graph) |
virtual void | Initialize () |
virtual void | SetEdgeWeightArrayName (const char *) |
virtual char * | GetEdgeWeightArrayName () |
Static Public Member Functions | |
static vtkArcParallelEdgeStrategy * | New () |
static int | IsTypeOf (const char *type) |
static vtkArcParallelEdgeStrategy * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkEdgeLayoutStrategy * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkArcParallelEdgeStrategy () | |
~vtkArcParallelEdgeStrategy () | |
![]() | |
vtkEdgeLayoutStrategy () | |
~vtkEdgeLayoutStrategy () | |
Protected Attributes | |
int | NumberOfSubdivisions |
![]() | |
vtkGraph * | Graph |
char * | EdgeWeightArrayName |
routes parallel edges as arcs
Parallel edges are drawn as arcs, and self-loops are drawn as ovals. When only one edge connects two vertices it is drawn as a straight line.
Definition at line 41 of file vtkArcParallelEdgeStrategy.h.
Definition at line 45 of file vtkArcParallelEdgeStrategy.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
Reimplemented from vtkEdgeLayoutStrategy.
|
static |
|
protectedvirtual |
Reimplemented from vtkEdgeLayoutStrategy.
vtkArcParallelEdgeStrategy* vtkArcParallelEdgeStrategy::NewInstance | ( | ) | const |
void vtkArcParallelEdgeStrategy::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
This is the layout method where the graph that was set in SetGraph() is laid out.
Implements vtkEdgeLayoutStrategy.
|
virtual |
Get/Set the number of subdivisions on each edge.
|
virtual |
Get/Set the number of subdivisions on each edge.
|
protected |
Definition at line 62 of file vtkArcParallelEdgeStrategy.h.