|
ActiViz .NET
5.8.0
|
vtkImageCacheFilter - Caches multiple vtkImageData objects. More...
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. | |
vtkImageCacheFilter - Caches multiple vtkImageData objects.
| static Kitware.VTK.vtkImageCacheFilter.vtkImageCacheFilter | ( | ) | [static, private] |
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.
| 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.
| static new vtkImageCacheFilter Kitware.VTK.vtkImageCacheFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| static new vtkImageCacheFilter Kitware.VTK.vtkImageCacheFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| void Kitware.VTK.vtkImageCacheFilter.SetCacheSize | ( | int | size | ) |
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] |
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.
1.7.6.1