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

vtkSortDataArray - Provides several methods for sorting vtk arrays. More...

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

List of all members.

Public Member Functions

 vtkSortDataArray (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkSortDataArray ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkSortDataArray NewInstance ()
 Undocumented Block.

Static Public Member Functions

static new vtkSortDataArray New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkSortDataArray SafeDownCast (vtkObjectBase o)
 Undocumented Block.
static void Sort (vtkIdList keys)
 Sorts the given array.
static void Sort (vtkAbstractArray keys)
 Sorts the given array.
static void Sort (vtkIdList keys, vtkIdList values)
 Sorts the given key/value pairs based on the keys. A pair is given as the entries at a given index of each of the arrays. Obviously, the two arrays must be of equal size.
static void Sort (vtkIdList keys, vtkAbstractArray values)
 Sorts the given key/value pairs based on the keys. A pair is given as the entries at a given index of each of the arrays. Obviously, the two arrays must be of equal size.
static void Sort (vtkAbstractArray keys, vtkIdList values)
 Sorts the given key/value pairs based on the keys. A pair is given as the entries at a given index of each of the arrays. Obviously, the two arrays must be of equal size.
static void Sort (vtkAbstractArray keys, vtkAbstractArray values)
 Sorts the given key/value pairs based on the keys. A pair is given as the entries at a given index of each of the arrays. Obviously, the two arrays must be of equal size.
static void SortArrayByComponent (vtkAbstractArray arr, int k)
 Sorts the given data array using the specified component as a key. Think of the array as a 2-D grid with each tuple representing a row. Tuples are swapped until the k-th column of the grid is monotonically increasing. Where two tuples have the same value for the k-th component, their order in the final result is unspecified.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkSortDataArray"
 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 vtkSortDataArray_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkSortDataArray_IsA_01 (HandleRef pThis, string type)
static internal int vtkSortDataArray_IsTypeOf_02 (string type)
static internal IntPtr vtkSortDataArray_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkSortDataArray_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSortDataArray_Sort_06 (HandleRef keys)
static internal void vtkSortDataArray_Sort_07 (HandleRef keys)
static internal void vtkSortDataArray_Sort_08 (HandleRef keys, HandleRef values)
static internal void vtkSortDataArray_Sort_09 (HandleRef keys, HandleRef values)
static internal void vtkSortDataArray_Sort_10 (HandleRef keys, HandleRef values)
static internal void vtkSortDataArray_Sort_11 (HandleRef keys, HandleRef values)
static internal void vtkSortDataArray_SortArrayByComponent_12 (HandleRef arr, int k)

Static Private Member Functions

static vtkSortDataArray ()
 Automatically generated type registration mechanics.

Detailed Description

vtkSortDataArray - Provides several methods for sorting vtk arrays.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkSortDataArray.vtkSortDataArray ( 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.vtkSortDataArray.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.vtkObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

static void Kitware.VTK.vtkSortDataArray.Sort ( vtkIdList  keys) [static]

Sorts the given array.

static void Kitware.VTK.vtkSortDataArray.Sort ( vtkAbstractArray  keys) [static]

Sorts the given array.

static void Kitware.VTK.vtkSortDataArray.Sort ( vtkIdList  keys,
vtkIdList  values 
) [static]

Sorts the given key/value pairs based on the keys. A pair is given as the entries at a given index of each of the arrays. Obviously, the two arrays must be of equal size.

static void Kitware.VTK.vtkSortDataArray.Sort ( vtkIdList  keys,
vtkAbstractArray  values 
) [static]

Sorts the given key/value pairs based on the keys. A pair is given as the entries at a given index of each of the arrays. Obviously, the two arrays must be of equal size.

static void Kitware.VTK.vtkSortDataArray.Sort ( vtkAbstractArray  keys,
vtkIdList  values 
) [static]

Sorts the given key/value pairs based on the keys. A pair is given as the entries at a given index of each of the arrays. Obviously, the two arrays must be of equal size.

static void Kitware.VTK.vtkSortDataArray.Sort ( vtkAbstractArray  keys,
vtkAbstractArray  values 
) [static]

Sorts the given key/value pairs based on the keys. A pair is given as the entries at a given index of each of the arrays. Obviously, the two arrays must be of equal size.

static void Kitware.VTK.vtkSortDataArray.SortArrayByComponent ( vtkAbstractArray  arr,
int  k 
) [static]

Sorts the given data array using the specified component as a key. Think of the array as a 2-D grid with each tuple representing a row. Tuples are swapped until the k-th column of the grid is monotonically increasing. Where two tuples have the same value for the k-th component, their order in the final result is unspecified.

static internal int Kitware.VTK.vtkSortDataArray.vtkSortDataArray_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkSortDataArray.vtkSortDataArray_IsTypeOf_02 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkSortDataArray.vtkSortDataArray_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSortDataArray.vtkSortDataArray_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSortDataArray.vtkSortDataArray_SafeDownCast_05 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSortDataArray.vtkSortDataArray_Sort_06 ( HandleRef  keys) [private]
static internal void Kitware.VTK.vtkSortDataArray.vtkSortDataArray_Sort_07 ( HandleRef  keys) [private]
static internal void Kitware.VTK.vtkSortDataArray.vtkSortDataArray_Sort_08 ( HandleRef  keys,
HandleRef  values 
) [private]
static internal void Kitware.VTK.vtkSortDataArray.vtkSortDataArray_Sort_09 ( HandleRef  keys,
HandleRef  values 
) [private]
static internal void Kitware.VTK.vtkSortDataArray.vtkSortDataArray_Sort_10 ( HandleRef  keys,
HandleRef  values 
) [private]
static internal void Kitware.VTK.vtkSortDataArray.vtkSortDataArray_Sort_11 ( HandleRef  keys,
HandleRef  values 
) [private]
static internal void Kitware.VTK.vtkSortDataArray.vtkSortDataArray_SortArrayByComponent_12 ( HandleRef  arr,
int  k 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkSortDataArray.MRClassNameKey = "16vtkSortDataArray" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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