|
ActiViz .NET
5.8.0
|
vtkTemporalDataSetCache - cache time steps More...
Public Member Functions | |
| vtkTemporalDataSetCache (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkTemporalDataSetCache () | |
| Undocumented Block. | |
| virtual int | GetCacheSize () |
| This is the maximum number of time steps that can be retained in memory. it defaults to 10. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkTemporalDataSetCache | NewInstance () |
| Undocumented Block. | |
| void | SetCacheSize (int size) |
| This is the maximum number of time steps that can be retained in memory. it defaults to 10. | |
Static Public Member Functions | |
| static new vtkTemporalDataSetCache | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkTemporalDataSetCache | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkTemporalDataSetCache" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "23vtkTemporalDataSetCache" |
| 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 | vtkTemporalDataSetCache_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkTemporalDataSetCache_GetCacheSize_01 (HandleRef pThis) |
| static internal int | vtkTemporalDataSetCache_IsA_02 (HandleRef pThis, string type) |
| static internal int | vtkTemporalDataSetCache_IsTypeOf_03 (string type) |
| static internal IntPtr | vtkTemporalDataSetCache_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkTemporalDataSetCache_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkTemporalDataSetCache_SetCacheSize_07 (HandleRef pThis, int size) |
Static Private Member Functions | |
| static | vtkTemporalDataSetCache () |
| Automatically generated type registration mechanics. | |
vtkTemporalDataSetCache - cache time steps
Description vtkTemporalDataSetCache cache time step requests of a temporal dataset, when cached data is requested it is returned using a shallow copy. Thanks Ken Martin (Kitware) and John Bidiscombe of CSCS - Swiss National Supercomputing Centre for creating and contributing this class. For related material, please refer to : John Biddiscombe, Berk Geveci, Ken Martin, Kenneth Moreland, David Thompson, "Time Dependent Processing in a Parallel Pipeline Architecture", IEEE Visualization 2007.
| static Kitware.VTK.vtkTemporalDataSetCache.vtkTemporalDataSetCache | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkTemporalDataSetCache.vtkTemporalDataSetCache | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkTemporalDataSetCache.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.vtkTemporalDataSetAlgorithm.
| virtual int Kitware.VTK.vtkTemporalDataSetCache.GetCacheSize | ( | ) | [virtual] |
This is the maximum number of time steps that can be retained in memory. it defaults to 10.
| override int Kitware.VTK.vtkTemporalDataSetCache.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTemporalDataSetAlgorithm.
| static new int Kitware.VTK.vtkTemporalDataSetCache.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTemporalDataSetAlgorithm.
| static new vtkTemporalDataSetCache Kitware.VTK.vtkTemporalDataSetCache.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTemporalDataSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTemporalDataSetAlgorithm.
| static new vtkTemporalDataSetCache Kitware.VTK.vtkTemporalDataSetCache.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTemporalDataSetAlgorithm.
| void Kitware.VTK.vtkTemporalDataSetCache.SetCacheSize | ( | int | size | ) |
This is the maximum number of time steps that can be retained in memory. it defaults to 10.
| static internal int Kitware.VTK.vtkTemporalDataSetCache.vtkTemporalDataSetCache_GetCacheSize_01 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkTemporalDataSetCache.vtkTemporalDataSetCache_IsA_02 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkTemporalDataSetCache.vtkTemporalDataSetCache_IsTypeOf_03 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkTemporalDataSetCache.vtkTemporalDataSetCache_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkTemporalDataSetCache.vtkTemporalDataSetCache_NewInstance_05 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkTemporalDataSetCache.vtkTemporalDataSetCache_SafeDownCast_06 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkTemporalDataSetCache.vtkTemporalDataSetCache_SetCacheSize_07 | ( | HandleRef | pThis, |
| int | size | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkTemporalDataSetCache.MRClassNameKey = "23vtkTemporalDataSetCache" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTemporalDataSetAlgorithm.
| new const string Kitware.VTK.vtkTemporalDataSetCache.MRFullTypeName = "Kitware.VTK.vtkTemporalDataSetCache" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTemporalDataSetAlgorithm.
1.7.6.1