30 #ifndef __vtkPerturbCoincidentVertices_h
31 #define __vtkPerturbCoincidentVertices_h
33 #include "vtkInfovisLayoutModule.h"
37 class vtkCoincidentPoints;
49 vtkSetMacro(PerturbFactor,
double);
50 vtkGetMacro(PerturbFactor,
double);
66 void SimpleSpiralPerturbation(
vtkGraph *input,
vtkGraph *output,
float perturbFactor);
static vtkGraphAlgorithm * New()
Superclass for algorithms that produce only graph as output.
Base class for graph data types.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Perturbs vertices that are coincident.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)