abstract superclass for all edge layout strategies
More...
#include <vtkEdgeLayoutStrategy.h>
abstract superclass for all edge layout strategies
All edge layouts should subclass from this class. vtkEdgeLayoutStrategy works as a plug-in to the vtkEdgeLayout algorithm.
Definition at line 35 of file vtkEdgeLayoutStrategy.h.
| vtkEdgeLayoutStrategy::vtkEdgeLayoutStrategy |
( |
| ) |
|
|
protected |
| vtkEdgeLayoutStrategy::~vtkEdgeLayoutStrategy |
( |
| ) |
|
|
protected |
| static int vtkEdgeLayoutStrategy::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
| virtual int vtkEdgeLayoutStrategy::IsA |
( |
const char * |
type | ) |
|
|
virtual |
| virtual vtkObjectBase* vtkEdgeLayoutStrategy::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
| void vtkEdgeLayoutStrategy::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
| virtual void vtkEdgeLayoutStrategy::SetGraph |
( |
vtkGraph * |
graph | ) |
|
|
virtual |
Setting the graph for the layout strategy
| virtual void vtkEdgeLayoutStrategy::Initialize |
( |
| ) |
|
|
inlinevirtual |
This method allows the layout strategy to do initialization of data structures or whatever else it might want to do.
Definition at line 46 of file vtkEdgeLayoutStrategy.h.
| virtual void vtkEdgeLayoutStrategy::Layout |
( |
| ) |
|
|
pure virtual |
| virtual void vtkEdgeLayoutStrategy::SetEdgeWeightArrayName |
( |
const char * |
| ) |
|
|
virtual |
Set/Get the field to use for the edge weights.
| virtual char* vtkEdgeLayoutStrategy::GetEdgeWeightArrayName |
( |
| ) |
|
|
virtual |
Set/Get the field to use for the edge weights.
| char* vtkEdgeLayoutStrategy::EdgeWeightArrayName |
|
protected |
The documentation for this class was generated from the following file: