#include <vtkEdgeLayout.h>
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.
Definition at line 39 of file vtkEdgeLayout.h.
Public Types | |
typedef vtkGraphAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual unsigned long | GetMTime () |
void | SetLayoutStrategy (vtkEdgeLayoutStrategy *strategy) |
virtual vtkEdgeLayoutStrategy * | GetLayoutStrategy () |
Static Public Member Functions | |
static vtkEdgeLayout * | New () |
static int | IsTypeOf (const char *type) |
static vtkEdgeLayout * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkEdgeLayout () | |
~vtkEdgeLayout () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
vtkEdgeLayoutStrategy * | LayoutStrategy |
vtkEventForwarderCommand * | EventForwarder |
unsigned long | ObserverTag |
vtkEdgeLayout::vtkEdgeLayout | ( | ) | [protected] |
vtkEdgeLayout::~vtkEdgeLayout | ( | ) | [protected] |
static vtkEdgeLayout* vtkEdgeLayout::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkGraphAlgorithm.
virtual const char* vtkEdgeLayout::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkGraphAlgorithm.
static int vtkEdgeLayout::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkGraphAlgorithm.
virtual int vtkEdgeLayout::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkGraphAlgorithm.
static vtkEdgeLayout* vtkEdgeLayout::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkGraphAlgorithm.
void vtkEdgeLayout::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkGraphAlgorithm.
void vtkEdgeLayout::SetLayoutStrategy | ( | vtkEdgeLayoutStrategy * | strategy | ) |
The layout strategy to use during graph layout.
virtual vtkEdgeLayoutStrategy* vtkEdgeLayout::GetLayoutStrategy | ( | ) | [virtual] |
The layout strategy to use during graph layout.
virtual unsigned long vtkEdgeLayout::GetMTime | ( | ) | [virtual] |
Get the modification time of the layout algorithm.
Reimplemented from vtkObject.
int vtkEdgeLayout::RequestData | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkGraphAlgorithm.
vtkEdgeLayoutStrategy* vtkEdgeLayout::LayoutStrategy [protected] |
Definition at line 59 of file vtkEdgeLayout.h.
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 64 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 65 of file vtkEdgeLayout.h.