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

vtkImageCacheFilter - Caches multiple vtkImageData objects. More...

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

List of all members.

Public Member Functions

 vtkImageCacheFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageCacheFilter ()
 Undocumented Block.
int GetCacheSize ()
 This is the maximum number of images that can be retained in memory. it defaults to 10.
override int IsA (string type)
 Undocumented Block.
new vtkImageCacheFilter NewInstance ()
 Undocumented Block.
void SetCacheSize (int size)
 This is the maximum number of images that can be retained in memory. it defaults to 10.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkImageCacheFilter"
 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 vtkImageCacheFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImageCacheFilter_GetCacheSize_01 (HandleRef pThis)
static internal int vtkImageCacheFilter_IsA_02 (HandleRef pThis, string type)
static internal int vtkImageCacheFilter_IsTypeOf_03 (string type)
static internal IntPtr vtkImageCacheFilter_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageCacheFilter_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageCacheFilter_SetCacheSize_07 (HandleRef pThis, int size)

Static Private Member Functions

static vtkImageCacheFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageCacheFilter - Caches multiple vtkImageData objects.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageCacheFilter.vtkImageCacheFilter ( 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.vtkImageCacheFilter.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.vtkImageAlgorithm.

This is the maximum number of images that can be retained in memory. it defaults to 10.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Here is the call graph for this function:

This is the maximum number of images that can be retained in memory. it defaults to 10.

static internal int Kitware.VTK.vtkImageCacheFilter.vtkImageCacheFilter_GetCacheSize_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageCacheFilter.vtkImageCacheFilter_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageCacheFilter.vtkImageCacheFilter_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageCacheFilter.vtkImageCacheFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageCacheFilter.vtkImageCacheFilter_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageCacheFilter.vtkImageCacheFilter_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageCacheFilter.vtkImageCacheFilter_SetCacheSize_07 ( HandleRef  pThis,
int  size 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageCacheFilter.MRClassNameKey = "19vtkImageCacheFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.


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