layout graph edges
More...
#include <vtkEdgeLayout.h>
Inherits vtkGraphAlgorithm.
layout graph edges
This class is a shell for many edge layout strategies which may be set using the SetLayoutStrategy() function. The layout strategies do the actual work.
- Tests:
- vtkEdgeLayout (Tests)
Definition at line 40 of file vtkEdgeLayout.h.
vtkEdgeLayout::vtkEdgeLayout |
( |
| ) |
|
|
protected |
vtkEdgeLayout::~vtkEdgeLayout |
( |
| ) |
|
|
protected |
static int vtkEdgeLayout::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkEdgeLayout::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkEdgeLayout* vtkEdgeLayout::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkEdgeLayout::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkEdgeLayout::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
The layout strategy to use during graph layout.
The layout strategy to use during graph layout.
virtual unsigned long vtkEdgeLayout::GetMTime |
( |
| ) |
|
|
virtual |
Get the modification time of the layout algorithm.
int vtkEdgeLayout::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
vtkEventForwarderCommand* vtkEdgeLayout::EventForwarder |
|
protected |
This intercepts events from the strategy object and re-emits them as if they came from the layout engine itself.
Definition at line 65 of file vtkEdgeLayout.h.
unsigned long vtkEdgeLayout::ObserverTag |
|
protected |
This intercepts events from the strategy object and re-emits them as if they came from the layout engine itself.
Definition at line 66 of file vtkEdgeLayout.h.
The documentation for this class was generated from the following file: