Go to the documentation of this file.
31 #ifndef vtkIncrementalForceLayout_h
32 #define vtkIncrementalForceLayout_h
114 { this->GravityPoint =
point; }
116 {
return this->GravityPoint; }
128 class Implementation;
#define vtkGetObjectMacro(name, type)
static vtkIncrementalForceLayout * New()
incremental force-directed layout.
~vtkIncrementalForceLayout()
virtual void PrintSelf(ostream &os, vtkIndent indent)
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
virtual vtkVector2f GetGravityPoint()
virtual void SetGraph(vtkGraph *g)
vtkIncrementalForceLayout()
a simple class to control print indentation
#define vtkGetMacro(name, type)
#define VTKINFOVISLAYOUT_EXPORT
vtkSetMacro(IgnoreDriverBugs, bool)
virtual void SetFixed(vtkIdType fixed)
Base class for graph data types.
virtual void SetGravityPoint(const vtkVector2f &point)