|
ActiViz .NET
5.8.0
|
vtkIdList - list of point or cell ids More...
Public Member Functions | |
| vtkIdList (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkIdList () | |
| Undocumented Block. | |
| int | Allocate (long sz, int strategy) |
| Undocumented Block. | |
| void | DeepCopy (vtkIdList ids) |
| Copy an id list by explicitly copying the internal array. | |
| void | DeleteId (long vtkid) |
| Delete specified id from list. Will remove all occurrences of id in list. | |
| long | GetId (long i) |
| Return the id at location i. | |
| long | GetNumberOfIds () |
| Return the number of id's in the list. | |
| IntPtr | GetPointer (long i) |
| Get a pointer to a particular data index. | |
| void | Initialize () |
| Undocumented Block. | |
| void | InsertId (long i, long vtkid) |
| Set the id at location i. Does range checking and allocates memory as necessary. | |
| long | InsertNextId (long vtkid) |
| In-lined for performance. | |
| long | InsertUniqueId (long vtkid) |
| If id is not already in list, insert it and return location in list. Otherwise return just location in list. | |
| void | IntersectWith (vtkIdList otherIds) |
| Intersect this list with another vtkIdList. Updates current list according to result of intersection operation. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| long | IsId (long vtkid) |
| In-lined for performance. | |
| new vtkIdList | NewInstance () |
| Undocumented Block. | |
| void | Reset () |
| Reset to an empty state. | |
| void | SetId (long i, long vtkid) |
| Set the id at location i. Doesn't do range checking so it's a bit faster than InsertId. Make sure you use SetNumberOfIds() to allocate memory prior to using SetId(). | |
| void | SetNumberOfIds (long number) |
| Specify the number of ids for this object to hold. Does an allocation as well as setting the number of ids. | |
| void | Squeeze () |
| Free any unused memory. | |
| IntPtr | WritePointer (long i, long number) |
| Get a pointer to a particular data index. Make sure data is allocated for the number of items requested. Set MaxId according to the number of data values requested. | |
Static Public Member Functions | |
| static new vtkIdList | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkIdList | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkIdList" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "9vtkIdList" |
| 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 | vtkIdList_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkIdList_Allocate_01 (HandleRef pThis, long sz, int strategy) |
| static internal void | vtkIdList_DeepCopy_02 (HandleRef pThis, HandleRef ids) |
| static internal void | vtkIdList_DeleteId_03 (HandleRef pThis, long vtkid) |
| static internal long | vtkIdList_GetId_04 (HandleRef pThis, long i) |
| static internal long | vtkIdList_GetNumberOfIds_05 (HandleRef pThis) |
| static internal IntPtr | vtkIdList_GetPointer_06 (HandleRef pThis, long i) |
| static internal void | vtkIdList_Initialize_07 (HandleRef pThis) |
| static internal void | vtkIdList_InsertId_08 (HandleRef pThis, long i, long vtkid) |
| static internal long | vtkIdList_InsertNextId_09 (HandleRef pThis, long vtkid) |
| static internal long | vtkIdList_InsertUniqueId_10 (HandleRef pThis, long vtkid) |
| static internal void | vtkIdList_IntersectWith_11 (HandleRef pThis, HandleRef otherIds) |
| static internal int | vtkIdList_IsA_12 (HandleRef pThis, string type) |
| static internal long | vtkIdList_IsId_13 (HandleRef pThis, long vtkid) |
| static internal int | vtkIdList_IsTypeOf_14 (string type) |
| static internal IntPtr | vtkIdList_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkIdList_Reset_17 (HandleRef pThis) |
| static internal IntPtr | vtkIdList_SafeDownCast_18 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkIdList_SetId_19 (HandleRef pThis, long i, long vtkid) |
| static internal void | vtkIdList_SetNumberOfIds_20 (HandleRef pThis, long number) |
| static internal void | vtkIdList_Squeeze_21 (HandleRef pThis) |
| static internal IntPtr | vtkIdList_WritePointer_22 (HandleRef pThis, long i, long number) |
Static Private Member Functions | |
| static | vtkIdList () |
| Automatically generated type registration mechanics. | |
vtkIdList - list of point or cell ids
Description vtkIdList is used to represent and pass data id's between objects. vtkIdList may represent any type of integer id, but usually represents point and cell ids.
| static Kitware.VTK.vtkIdList.vtkIdList | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkIdList.vtkIdList | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| int Kitware.VTK.vtkIdList.Allocate | ( | long | sz, |
| int | strategy | ||
| ) |
Undocumented Block.
| void Kitware.VTK.vtkIdList.DeepCopy | ( | vtkIdList | ids | ) |
Copy an id list by explicitly copying the internal array.
| void Kitware.VTK.vtkIdList.DeleteId | ( | long | vtkid | ) |
Delete specified id from list. Will remove all occurrences of id in list.
| override void Kitware.VTK.vtkIdList.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.
| long Kitware.VTK.vtkIdList.GetId | ( | long | i | ) |
Return the id at location i.
| long Kitware.VTK.vtkIdList.GetNumberOfIds | ( | ) |
Return the number of id's in the list.
| IntPtr Kitware.VTK.vtkIdList.GetPointer | ( | long | i | ) |
Get a pointer to a particular data index.
| void Kitware.VTK.vtkIdList.Initialize | ( | ) |
Undocumented Block.
| void Kitware.VTK.vtkIdList.InsertId | ( | long | i, |
| long | vtkid | ||
| ) |
Set the id at location i. Does range checking and allocates memory as necessary.
| long Kitware.VTK.vtkIdList.InsertNextId | ( | long | vtkid | ) |
In-lined for performance.
| long Kitware.VTK.vtkIdList.InsertUniqueId | ( | long | vtkid | ) |
If id is not already in list, insert it and return location in list. Otherwise return just location in list.
| void Kitware.VTK.vtkIdList.IntersectWith | ( | vtkIdList | otherIds | ) |
Intersect this list with another vtkIdList. Updates current list according to result of intersection operation.
| override int Kitware.VTK.vtkIdList.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| long Kitware.VTK.vtkIdList.IsId | ( | long | vtkid | ) |
In-lined for performance.
| static new int Kitware.VTK.vtkIdList.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new vtkIdList Kitware.VTK.vtkIdList.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| void Kitware.VTK.vtkIdList.Reset | ( | ) |
Reset to an empty state.
| static new vtkIdList Kitware.VTK.vtkIdList.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| void Kitware.VTK.vtkIdList.SetId | ( | long | i, |
| long | vtkid | ||
| ) |
Set the id at location i. Doesn't do range checking so it's a bit faster than InsertId. Make sure you use SetNumberOfIds() to allocate memory prior to using SetId().
| void Kitware.VTK.vtkIdList.SetNumberOfIds | ( | long | number | ) |
Specify the number of ids for this object to hold. Does an allocation as well as setting the number of ids.
| void Kitware.VTK.vtkIdList.Squeeze | ( | ) |
Free any unused memory.
| static internal int Kitware.VTK.vtkIdList.vtkIdList_Allocate_01 | ( | HandleRef | pThis, |
| long | sz, | ||
| int | strategy | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkIdList.vtkIdList_DeepCopy_02 | ( | HandleRef | pThis, |
| HandleRef | ids | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkIdList.vtkIdList_DeleteId_03 | ( | HandleRef | pThis, |
| long | vtkid | ||
| ) | [private] |
| static internal long Kitware.VTK.vtkIdList.vtkIdList_GetId_04 | ( | HandleRef | pThis, |
| long | i | ||
| ) | [private] |
| static internal long Kitware.VTK.vtkIdList.vtkIdList_GetNumberOfIds_05 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkIdList.vtkIdList_GetPointer_06 | ( | HandleRef | pThis, |
| long | i | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkIdList.vtkIdList_Initialize_07 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkIdList.vtkIdList_InsertId_08 | ( | HandleRef | pThis, |
| long | i, | ||
| long | vtkid | ||
| ) | [private] |
| static internal long Kitware.VTK.vtkIdList.vtkIdList_InsertNextId_09 | ( | HandleRef | pThis, |
| long | vtkid | ||
| ) | [private] |
| static internal long Kitware.VTK.vtkIdList.vtkIdList_InsertUniqueId_10 | ( | HandleRef | pThis, |
| long | vtkid | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkIdList.vtkIdList_IntersectWith_11 | ( | HandleRef | pThis, |
| HandleRef | otherIds | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkIdList.vtkIdList_IsA_12 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal long Kitware.VTK.vtkIdList.vtkIdList_IsId_13 | ( | HandleRef | pThis, |
| long | vtkid | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkIdList.vtkIdList_IsTypeOf_14 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkIdList.vtkIdList_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkIdList.vtkIdList_NewInstance_16 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkIdList.vtkIdList_Reset_17 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkIdList.vtkIdList_SafeDownCast_18 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkIdList.vtkIdList_SetId_19 | ( | HandleRef | pThis, |
| long | i, | ||
| long | vtkid | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkIdList.vtkIdList_SetNumberOfIds_20 | ( | HandleRef | pThis, |
| long | number | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkIdList.vtkIdList_Squeeze_21 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkIdList.vtkIdList_WritePointer_22 | ( | HandleRef | pThis, |
| long | i, | ||
| long | number | ||
| ) | [private] |
| IntPtr Kitware.VTK.vtkIdList.WritePointer | ( | long | i, |
| long | number | ||
| ) |
Get a pointer to a particular data index. Make sure data is allocated for the number of items requested. Set MaxId according to the number of data values requested.
new readonly string Kitware.VTK.vtkIdList.MRClassNameKey = "9vtkIdList" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
| new const string Kitware.VTK.vtkIdList.MRFullTypeName = "Kitware.VTK.vtkIdList" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
1.7.6.1