|
VTK
|
passes edge routing information through More...
#include <vtkPassThroughEdgeStrategy.h>
Public Types | |
| typedef vtkEdgeLayoutStrategy | Superclass |
Public Types inherited from vtkEdgeLayoutStrategy | |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual int | IsA (const char *type) |
| vtkPassThroughEdgeStrategy * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Layout () |
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 vtkPassThroughEdgeStrategy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPassThroughEdgeStrategy * | 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 |
| vtkPassThroughEdgeStrategy () | |
| ~vtkPassThroughEdgeStrategy () | |
Protected Member Functions inherited from vtkEdgeLayoutStrategy | |
| vtkEdgeLayoutStrategy () | |
| ~vtkEdgeLayoutStrategy () | |
Additional Inherited Members | |
Protected Attributes inherited from vtkEdgeLayoutStrategy | |
| vtkGraph * | Graph |
| char * | EdgeWeightArrayName |
passes edge routing information through
Simply passes existing edge layout information from the input to the output without making changes.
Definition at line 36 of file vtkPassThroughEdgeStrategy.h.
Definition at line 40 of file vtkPassThroughEdgeStrategy.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
Reimplemented from vtkEdgeLayoutStrategy.
|
static |
|
protectedvirtual |
Reimplemented from vtkEdgeLayoutStrategy.
| vtkPassThroughEdgeStrategy* vtkPassThroughEdgeStrategy::NewInstance | ( | ) | const |
| void vtkPassThroughEdgeStrategy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
virtual |
This is the layout method where the graph that was set in SetGraph() is laid out.
Implements vtkEdgeLayoutStrategy.
1.8.6