VTK
|
passes edge routing information through More...
#include <vtkPassThroughEdgeStrategy.h>
Public Types | |
typedef vtkEdgeLayoutStrategy | Superclass |
![]() | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPassThroughEdgeStrategy * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Layout () |
![]() | |
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 int | IsTypeOf (const char *type) |
static vtkEdgeLayoutStrategy * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPassThroughEdgeStrategy () | |
~vtkPassThroughEdgeStrategy () | |
![]() | |
vtkEdgeLayoutStrategy () | |
~vtkEdgeLayoutStrategy () | |
Additional Inherited Members | |
![]() | |
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.