ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkPerturbCoincidentVertices Class Reference

vtkPerturbCoincidentVertices - Perturbs vertices that are coincident. More...

Inheritance diagram for Kitware.VTK.vtkPerturbCoincidentVertices:
[legend]
Collaboration diagram for Kitware.VTK.vtkPerturbCoincidentVertices:
[legend]

List of all members.

Public Member Functions

 vtkPerturbCoincidentVertices (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPerturbCoincidentVertices ()
 Undocumented Block.
virtual double GetPerturbFactor ()
 Specify the perturbation factor (defaults to 1.0)
override int IsA (string type)
 Undocumented Block.
new vtkPerturbCoincidentVertices NewInstance ()
 Undocumented Block.
virtual void SetPerturbFactor (double _arg)
 Specify the perturbation factor (defaults to 1.0)

Static Public Member Functions

static new
vtkPerturbCoincidentVertices 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkPerturbCoincidentVertices 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkPerturbCoincidentVertices"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "28vtkPerturbCoincidentVertices"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkPerturbCoincidentVertices_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkPerturbCoincidentVertices_GetPerturbFactor_01 (HandleRef pThis)
static internal int vtkPerturbCoincidentVertices_IsA_02 (HandleRef pThis, string type)
static internal int vtkPerturbCoincidentVertices_IsTypeOf_03 (string type)
static internal IntPtr vtkPerturbCoincidentVertices_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPerturbCoincidentVertices_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPerturbCoincidentVertices_SetPerturbFactor_07 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkPerturbCoincidentVertices ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPerturbCoincidentVertices - Perturbs vertices that are coincident.

Description 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.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkPerturbCoincidentVertices.vtkPerturbCoincidentVertices ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkPerturbCoincidentVertices.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Specify the perturbation factor (defaults to 1.0)

override int Kitware.VTK.vtkPerturbCoincidentVertices.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

static new int Kitware.VTK.vtkPerturbCoincidentVertices.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkPerturbCoincidentVertices.SetPerturbFactor ( double  _arg) [virtual]

Specify the perturbation factor (defaults to 1.0)

static internal int Kitware.VTK.vtkPerturbCoincidentVertices.vtkPerturbCoincidentVertices_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkPerturbCoincidentVertices.vtkPerturbCoincidentVertices_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPerturbCoincidentVertices.vtkPerturbCoincidentVertices_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPerturbCoincidentVertices.vtkPerturbCoincidentVertices_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPerturbCoincidentVertices.vtkPerturbCoincidentVertices_SetPerturbFactor_07 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPerturbCoincidentVertices.MRClassNameKey = "28vtkPerturbCoincidentVertices" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

new const string Kitware.VTK.vtkPerturbCoincidentVertices.MRFullTypeName = "Kitware.VTK.vtkPerturbCoincidentVertices"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.


The documentation for this class was generated from the following file: