31 #ifndef vtkIncrementalForceLayout_h
32 #define vtkIncrementalForceLayout_h
114 { this->GravityPoint =
point; }
116 {
return this->GravityPoint; }
121 void UpdatePositions();
128 class Implementation;
129 Implementation*
Impl;
abstract base class for most VTK objects
#define VTKINFOVISLAYOUT_EXPORT
#define vtkGetMacro(name, type)
virtual void SetGravityPoint(const vtkVector2f &point)
#define vtkTypeMacro(thisClass, superclass)
Base class for graph data types.
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
virtual vtkVector2f GetGravityPoint()
#define vtkGetObjectMacro(name, type)
incremental force-directed layout.
#define vtkSetMacro(name, type)