30 #ifndef __vtkPerturbCoincidentVertices_h
31 #define __vtkPerturbCoincidentVertices_h
33 #include "vtkInfovisLayoutModule.h"
35 #include "vtkSmartPointer.h"
45 void PrintSelf(ostream& os, vtkIndent indent);
49 vtkSetMacro(PerturbFactor,
double);
50 vtkGetMacro(PerturbFactor,
double);
59 vtkInformationVector**,
60 vtkInformationVector*);
66 void SimpleSpiralPerturbation(
vtkGraph *input,
vtkGraph *output,
float perturbFactor);
static vtkGraphAlgorithm * New()
contains an octree of labels
Superclass for algorithms that produce only graph as output.
Base class for graph data types.
void PrintSelf(ostream &os, vtkIndent indent)
Perturbs vertices that are coincident.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)