VTK
|
Places vertices around a circle. More...
#include <vtkCircularLayoutStrategy.h>
Public Types | |
typedef vtkGraphLayoutStrategy | Superclass |
![]() | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkCircularLayoutStrategy * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Layout () |
![]() | |
vtkGraphLayoutStrategy * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetGraph (vtkGraph *graph) |
virtual void | Initialize () |
virtual int | IsLayoutComplete () |
virtual void | SetWeightEdges (bool state) |
virtual bool | GetWeightEdges () |
virtual void | SetEdgeWeightField (const char *field) |
virtual char * | GetEdgeWeightField () |
Static Public Member Functions | |
static vtkCircularLayoutStrategy * | New () |
static int | IsTypeOf (const char *type) |
static vtkCircularLayoutStrategy * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkGraphLayoutStrategy * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkCircularLayoutStrategy () | |
~vtkCircularLayoutStrategy () | |
![]() | |
vtkGraphLayoutStrategy () | |
~vtkGraphLayoutStrategy () | |
Additional Inherited Members | |
![]() | |
vtkGraph * | Graph |
char * | EdgeWeightField |
bool | WeightEdges |
Places vertices around a circle.
Assigns points to the vertices around a circle with unit radius.
Definition at line 36 of file vtkCircularLayoutStrategy.h.
Definition at line 41 of file vtkCircularLayoutStrategy.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
Reimplemented from vtkGraphLayoutStrategy.
|
static |
|
protectedvirtual |
Reimplemented from vtkGraphLayoutStrategy.
vtkCircularLayoutStrategy* vtkCircularLayoutStrategy::NewInstance | ( | ) | const |
void vtkCircularLayoutStrategy::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Perform the layout.
Implements vtkGraphLayoutStrategy.