VTK
|
Perturbs vertices that are coincident. More...
#include <vtkPerturbCoincidentVertices.h>
Inherits vtkGraphAlgorithm.
Public Types | |
typedef vtkGraphAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPerturbCoincidentVertices * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetPerturbFactor (double) |
virtual double | GetPerturbFactor () |
Static Public Member Functions | |
static vtkPerturbCoincidentVertices * | New () |
static int | IsTypeOf (const char *type) |
static vtkPerturbCoincidentVertices * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPerturbCoincidentVertices () | |
~vtkPerturbCoincidentVertices () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Perturbs vertices that are coincident.
This filter perturbs vertices in a graph that have coincident coordinates. In particular this happens all the time with graphs that are georeferenced, so we need a nice scheme to perturb the vertices so that when the user zooms in the vertices can be distiquished.
Definition at line 40 of file vtkPerturbCoincidentVertices.h.
typedef vtkGraphAlgorithm vtkPerturbCoincidentVertices::Superclass |
Definition at line 44 of file vtkPerturbCoincidentVertices.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkPerturbCoincidentVertices* vtkPerturbCoincidentVertices::NewInstance | ( | ) | const |
void vtkPerturbCoincidentVertices::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Specify the perturbation factor (defaults to 1.0)
|
virtual |
Specify the perturbation factor (defaults to 1.0)
|
protected |