|
ActiViz .NET
5.8.0
|
vtkCachedStreamingDemandDrivenPipeline - More...
Public Member Functions | |
| vtkCachedStreamingDemandDrivenPipeline (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkCachedStreamingDemandDrivenPipeline () | |
| Undocumented Block. | |
| virtual 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 vtkCachedStreamingDemandDrivenPipeline | NewInstance () |
| Undocumented Block. | |
| void | SetCacheSize (int size) |
| This is the maximum number of images that can be retained in memory. it defaults to 10. | |
| override int | Update () |
| Bring the algorithm's outputs up-to-date. | |
| override int | Update (int port) |
| Bring the algorithm's outputs up-to-date. | |
Static Public Member Functions | |
| static new vtkCachedStreamingDemandDrivenPipeline | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkCachedStreamingDemandDrivenPipeline | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "38vtkCachedStreamingDemandDrivenPipeline" |
| 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 | vtkCachedStreamingDemandDrivenPipeline_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkCachedStreamingDemandDrivenPipeline_GetCacheSize_01 (HandleRef pThis) |
| static internal int | vtkCachedStreamingDemandDrivenPipeline_IsA_02 (HandleRef pThis, string type) |
| static internal int | vtkCachedStreamingDemandDrivenPipeline_IsTypeOf_03 (string type) |
| static internal IntPtr | vtkCachedStreamingDemandDrivenPipeline_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkCachedStreamingDemandDrivenPipeline_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkCachedStreamingDemandDrivenPipeline_SetCacheSize_07 (HandleRef pThis, int size) |
| static internal int | vtkCachedStreamingDemandDrivenPipeline_Update_08 (HandleRef pThis) |
| static internal int | vtkCachedStreamingDemandDrivenPipeline_Update_09 (HandleRef pThis, int port) |
Static Private Member Functions | |
| static | vtkCachedStreamingDemandDrivenPipeline () |
| Automatically generated type registration mechanics. | |
| static Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.vtkCachedStreamingDemandDrivenPipeline | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.vtkCachedStreamingDemandDrivenPipeline | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.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.vtkStreamingDemandDrivenPipeline.
| virtual int Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.GetCacheSize | ( | ) | [virtual] |
This is the maximum number of images that can be retained in memory. it defaults to 10.
| override int Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamingDemandDrivenPipeline.
| static new int Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamingDemandDrivenPipeline.
| static new vtkCachedStreamingDemandDrivenPipeline Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamingDemandDrivenPipeline.
| new vtkCachedStreamingDemandDrivenPipeline Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.NewInstance | ( | ) |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamingDemandDrivenPipeline.
| static new vtkCachedStreamingDemandDrivenPipeline Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamingDemandDrivenPipeline.
| void Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.SetCacheSize | ( | int | size | ) |
This is the maximum number of images that can be retained in memory. it defaults to 10.
| override int Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.Update | ( | ) | [virtual] |
Bring the algorithm's outputs up-to-date.
Reimplemented from Kitware.VTK.vtkStreamingDemandDrivenPipeline.
| override int Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.Update | ( | int | port | ) | [virtual] |
Bring the algorithm's outputs up-to-date.
Reimplemented from Kitware.VTK.vtkStreamingDemandDrivenPipeline.
| static internal int Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.vtkCachedStreamingDemandDrivenPipeline_GetCacheSize_01 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.vtkCachedStreamingDemandDrivenPipeline_IsA_02 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.vtkCachedStreamingDemandDrivenPipeline_IsTypeOf_03 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.vtkCachedStreamingDemandDrivenPipeline_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.vtkCachedStreamingDemandDrivenPipeline_NewInstance_05 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.vtkCachedStreamingDemandDrivenPipeline_SafeDownCast_06 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.vtkCachedStreamingDemandDrivenPipeline_SetCacheSize_07 | ( | HandleRef | pThis, |
| int | size | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.vtkCachedStreamingDemandDrivenPipeline_Update_08 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.vtkCachedStreamingDemandDrivenPipeline_Update_09 | ( | HandleRef | pThis, |
| int | port | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.MRClassNameKey = "38vtkCachedStreamingDemandDrivenPipeline" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkStreamingDemandDrivenPipeline.
| new const string Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.MRFullTypeName = "Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkStreamingDemandDrivenPipeline.
1.7.6.1