VTK
Classes
vtkConstrained2DLayoutStrategy.h File Reference
#include "vtkInfovisLayoutModule.h"
#include "vtkGraphLayoutStrategy.h"
#include "vtkSmartPointer.h"
Include dependency graph for vtkConstrained2DLayoutStrategy.h:

Go to the source code of this file.

Classes

class  vtkConstrained2DLayoutStrategy
 a simple fast 2D graph layout that looks for a 'constraint' array (vtkDoubleArray). Any entry in the constraint array will indicate the level of impedance a node has to the force calculations during the layout optimization. The array is assumed to be normalized between zero and one, with one being totally constrained, so no force will be applied to the node (i.e. no movement), and zero being full range of movement (no constraints). More...