|
VTK
|
Places vertices around a circle. More...
#include <vtkCircularLayoutStrategy.h>
Public Types | |
| typedef vtkGraphLayoutStrategy | Superclass |
Public Types inherited from vtkGraphLayoutStrategy | |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual int | IsA (const char *type) |
| vtkCircularLayoutStrategy * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | Layout () |
Public Member Functions inherited from vtkGraphLayoutStrategy | |
| 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 Public Member Functions inherited from vtkGraphLayoutStrategy | |
| static int | IsTypeOf (const char *type) |
| static vtkGraphLayoutStrategy * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
| virtual vtkObjectBase * | NewInstanceInternal () const |
| vtkCircularLayoutStrategy () | |
| ~vtkCircularLayoutStrategy () | |
Protected Member Functions inherited from vtkGraphLayoutStrategy | |
| vtkGraphLayoutStrategy () | |
| ~vtkGraphLayoutStrategy () | |
Additional Inherited Members | |
Protected Attributes inherited from vtkGraphLayoutStrategy | |
| 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.
1.8.6