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.vtkExtractEdges Class Reference

vtkExtractEdges - extract cell edges from any type of data More...

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

List of all members.

Public Member Functions

 vtkExtractEdges (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkExtractEdges ()
 Undocumented Block.
void CreateDefaultLocator ()
 Create default locator. Used to create one when none is specified.
virtual vtkIncrementalPointLocator GetLocator ()
 Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.
override uint GetMTime ()
 Return MTime also considering the locator.
override int IsA (string type)
 Undocumented Block.
new vtkExtractEdges NewInstance ()
 Undocumented Block.
void SetLocator (vtkIncrementalPointLocator locator)
 Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkExtractEdges"
 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 vtkExtractEdges_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractEdges_CreateDefaultLocator_01 (HandleRef pThis)
static internal IntPtr vtkExtractEdges_GetLocator_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkExtractEdges_GetMTime_03 (HandleRef pThis)
static internal int vtkExtractEdges_IsA_04 (HandleRef pThis, string type)
static internal int vtkExtractEdges_IsTypeOf_05 (string type)
static internal IntPtr vtkExtractEdges_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkExtractEdges_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractEdges_SetLocator_09 (HandleRef pThis, HandleRef locator)

Static Private Member Functions

static vtkExtractEdges ()
 Automatically generated type registration mechanics.

Detailed Description

vtkExtractEdges - extract cell edges from any type of data

Description vtkExtractEdges is a filter to extract edges from a dataset. Edges are extracted as lines or polylines.


Constructor & Destructor Documentation

static Kitware.VTK.vtkExtractEdges.vtkExtractEdges ( ) [static, private]

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Create default locator. Used to create one when none is specified.

override void Kitware.VTK.vtkExtractEdges.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.vtkPolyDataAlgorithm.

Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.

Here is the call graph for this function:

override uint Kitware.VTK.vtkExtractEdges.GetMTime ( ) [virtual]

Return MTime also considering the locator.

Reimplemented from Kitware.VTK.vtkObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.

static internal void Kitware.VTK.vtkExtractEdges.vtkExtractEdges_CreateDefaultLocator_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkExtractEdges.vtkExtractEdges_GetLocator_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkExtractEdges.vtkExtractEdges_GetMTime_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExtractEdges.vtkExtractEdges_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkExtractEdges.vtkExtractEdges_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkExtractEdges.vtkExtractEdges_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractEdges.vtkExtractEdges_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractEdges.vtkExtractEdges_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkExtractEdges.vtkExtractEdges_SetLocator_09 ( HandleRef  pThis,
HandleRef  locator 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkExtractEdges.MRClassNameKey = "15vtkExtractEdges" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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