VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkEdgeLayout Class Reference

layout graph edges More...

#include <vtkEdgeLayout.h>

Inherits vtkGraphAlgorithm.

Collaboration diagram for vtkEdgeLayout:
[legend]

Public Types

typedef vtkGraphAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkEdgeLayoutNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual unsigned long GetMTime ()
 
void SetLayoutStrategy (vtkEdgeLayoutStrategy *strategy)
 
virtual vtkEdgeLayoutStrategyGetLayoutStrategy ()
 

Static Public Member Functions

static vtkEdgeLayoutNew ()
 
static int IsTypeOf (const char *type)
 
static vtkEdgeLayoutSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkEdgeLayout ()
 
 ~vtkEdgeLayout ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Protected Attributes

vtkEdgeLayoutStrategyLayoutStrategy
 
vtkEventForwarderCommand * EventForwarder
 
unsigned long ObserverTag
 

Detailed Description

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.

Member Typedef Documentation

typedef vtkGraphAlgorithm vtkEdgeLayout::Superclass

Definition at line 44 of file vtkEdgeLayout.h.

Constructor & Destructor Documentation

vtkEdgeLayout::vtkEdgeLayout ( )
protected
vtkEdgeLayout::~vtkEdgeLayout ( )
protected

Member Function Documentation

static vtkEdgeLayout* vtkEdgeLayout::New ( )
static
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
vtkEdgeLayout* vtkEdgeLayout::NewInstance ( ) const
void vtkEdgeLayout::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
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.

int vtkEdgeLayout::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected

Member Data Documentation

vtkEdgeLayoutStrategy* vtkEdgeLayout::LayoutStrategy
protected

Definition at line 60 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 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: