31#ifndef vtkPerturbCoincidentVertices_h
32#define vtkPerturbCoincidentVertices_h
35#include "vtkInfovisLayoutModule.h"
52 vtkSetMacro(PerturbFactor,
double);
53 vtkGetMacro(PerturbFactor,
double);
65 void SimpleSpiralPerturbation(
vtkGraph* input,
vtkGraph* output,
float perturbFactor);
contains an octree of labels
abstract class to specify dataset behavior
Superclass for algorithms that produce only graph as output.
Base class for graph data types.
a simple class to control print indentation
Perturbs vertices that are coincident.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkPerturbCoincidentVertices() override
vtkPerturbCoincidentVertices()
static vtkPerturbCoincidentVertices * New()