|
VTK
|
routes parallel edges as arcs More...
#include <vtkArcParallelEdgeStrategy.h>
Public Types | |
| typedef vtkEdgeLayoutStrategy | Superclass |
Public Types inherited from vtkEdgeLayoutStrategy | |
| 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) |
Public Member Functions inherited from vtkEdgeLayoutStrategy | |
| 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 Public Member Functions inherited from vtkEdgeLayoutStrategy | |
| static int | IsTypeOf (const char *type) |
| static vtkEdgeLayoutStrategy * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
| virtual vtkObjectBase * | NewInstanceInternal () const |
| vtkArcParallelEdgeStrategy () | |
| ~vtkArcParallelEdgeStrategy () | |
Protected Member Functions inherited from vtkEdgeLayoutStrategy | |
| vtkEdgeLayoutStrategy () | |
| ~vtkEdgeLayoutStrategy () | |
Protected Attributes | |
| int | NumberOfSubdivisions |
Protected Attributes inherited from vtkEdgeLayoutStrategy | |
| 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.
1.8.6