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

vtkGeoTreeNodeCache - Manages a list of vtkGeoTreeNodes. More...

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

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Remove the node from the list.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

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]

Member Data Documentation

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.


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