ActiViz .NET
5.8.0
|
vtkGeoTreeNodeCache - Manages a list of vtkGeoTreeNodes. More...
Public Member Functions | |
vtkGeoTreeNodeCache (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGeoTreeNodeCache () | |
Undocumented Block. | |
virtual int | GetCacheMaximumLimit () |
The size of the cache of geospatial nodes. When the size reaches this limit, the list of non-empty nodes will be shortened to CacheMinimumLimit. | |
virtual int | GetCacheMinimumLimit () |
The cache is reduced to this size when the maximum limit is reached. | |
virtual int | GetSize () |
The current size of the list. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkGeoTreeNodeCache | NewInstance () |
Undocumented Block. | |
void | RemoveNode (vtkGeoTreeNode node) |
Remove the node from the list. | |
void | SendToFront (vtkGeoTreeNode node) |
Send a node to the front of the list. Perform this whenever a node is accessed, so that the most recently accessed nodes' data are not deleted. | |
virtual void | SetCacheMaximumLimit (int _arg) |
The size of the cache of geospatial nodes. When the size reaches this limit, the list of non-empty nodes will be shortened to CacheMinimumLimit. | |
virtual void | SetCacheMinimumLimit (int _arg) |
The cache is reduced to this size when the maximum limit is reached. | |
Static Public Member Functions | |
static new vtkGeoTreeNodeCache | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGeoTreeNodeCache | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGeoTreeNodeCache" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkGeoTreeNodeCache" |
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 | vtkGeoTreeNodeCache_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkGeoTreeNodeCache_GetCacheMaximumLimit_01 (HandleRef pThis) |
static internal int | vtkGeoTreeNodeCache_GetCacheMinimumLimit_02 (HandleRef pThis) |
static internal int | vtkGeoTreeNodeCache_GetSize_03 (HandleRef pThis) |
static internal int | vtkGeoTreeNodeCache_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkGeoTreeNodeCache_IsTypeOf_05 (string type) |
static internal IntPtr | vtkGeoTreeNodeCache_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGeoTreeNodeCache_RemoveNode_08 (HandleRef pThis, HandleRef node) |
static internal IntPtr | vtkGeoTreeNodeCache_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGeoTreeNodeCache_SendToFront_10 (HandleRef pThis, HandleRef node) |
static internal void | vtkGeoTreeNodeCache_SetCacheMaximumLimit_11 (HandleRef pThis, int _arg) |
static internal void | vtkGeoTreeNodeCache_SetCacheMinimumLimit_12 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkGeoTreeNodeCache () |
Automatically generated type registration mechanics. |
vtkGeoTreeNodeCache - Manages a list of vtkGeoTreeNodes.
Description vtkGeoTreeNodeCache keeps track of a linked list of vtkGeoTreeNodes, and has operations to move nodes to the front of the list and to delete data from the least used nodes. This is used to recover memory from nodes that store data that hasn't been used in a while.
static Kitware.VTK.vtkGeoTreeNodeCache.vtkGeoTreeNodeCache | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGeoTreeNodeCache.vtkGeoTreeNodeCache | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkGeoTreeNodeCache.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.
virtual int Kitware.VTK.vtkGeoTreeNodeCache.GetCacheMaximumLimit | ( | ) | [virtual] |
The size of the cache of geospatial nodes. When the size reaches this limit, the list of non-empty nodes will be shortened to CacheMinimumLimit.
virtual int Kitware.VTK.vtkGeoTreeNodeCache.GetCacheMinimumLimit | ( | ) | [virtual] |
The cache is reduced to this size when the maximum limit is reached.
virtual int Kitware.VTK.vtkGeoTreeNodeCache.GetSize | ( | ) | [virtual] |
The current size of the list.
override int Kitware.VTK.vtkGeoTreeNodeCache.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkGeoTreeNodeCache.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkGeoTreeNodeCache Kitware.VTK.vtkGeoTreeNodeCache.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
void Kitware.VTK.vtkGeoTreeNodeCache.RemoveNode | ( | vtkGeoTreeNode | node | ) |
Remove the node from the list.
static new vtkGeoTreeNodeCache Kitware.VTK.vtkGeoTreeNodeCache.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Send a node to the front of the list. Perform this whenever a node is accessed, so that the most recently accessed nodes' data are not deleted.
virtual void Kitware.VTK.vtkGeoTreeNodeCache.SetCacheMaximumLimit | ( | int | _arg | ) | [virtual] |
The size of the cache of geospatial nodes. When the size reaches this limit, the list of non-empty nodes will be shortened to CacheMinimumLimit.
virtual void Kitware.VTK.vtkGeoTreeNodeCache.SetCacheMinimumLimit | ( | int | _arg | ) | [virtual] |
The cache is reduced to this size when the maximum limit is reached.
static internal int Kitware.VTK.vtkGeoTreeNodeCache.vtkGeoTreeNodeCache_GetCacheMaximumLimit_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGeoTreeNodeCache.vtkGeoTreeNodeCache_GetCacheMinimumLimit_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGeoTreeNodeCache.vtkGeoTreeNodeCache_GetSize_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGeoTreeNodeCache.vtkGeoTreeNodeCache_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGeoTreeNodeCache.vtkGeoTreeNodeCache_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoTreeNodeCache.vtkGeoTreeNodeCache_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoTreeNodeCache.vtkGeoTreeNodeCache_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTreeNodeCache.vtkGeoTreeNodeCache_RemoveNode_08 | ( | HandleRef | pThis, |
HandleRef | node | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoTreeNodeCache.vtkGeoTreeNodeCache_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTreeNodeCache.vtkGeoTreeNodeCache_SendToFront_10 | ( | HandleRef | pThis, |
HandleRef | node | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTreeNodeCache.vtkGeoTreeNodeCache_SetCacheMaximumLimit_11 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTreeNodeCache.vtkGeoTreeNodeCache_SetCacheMinimumLimit_12 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkGeoTreeNodeCache.MRClassNameKey = "19vtkGeoTreeNodeCache" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkGeoTreeNodeCache.MRFullTypeName = "Kitware.VTK.vtkGeoTreeNodeCache" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.