|
ActiViz .NET
5.8.0
|
vtkDistributedStreamTracer - Distributed streamline generator More...
Public Member Functions | |
| vtkDistributedStreamTracer (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkDistributedStreamTracer () | |
| Undocumented Block. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkDistributedStreamTracer | NewInstance () |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkDistributedStreamTracer | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkDistributedStreamTracer | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkDistributedStreamTracer" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "26vtkDistributedStreamTracer" |
| 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 | vtkDistributedStreamTracer_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkDistributedStreamTracer_IsA_01 (HandleRef pThis, string type) |
| static internal int | vtkDistributedStreamTracer_IsTypeOf_02 (string type) |
| static internal IntPtr | vtkDistributedStreamTracer_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkDistributedStreamTracer_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkDistributedStreamTracer () |
| Automatically generated type registration mechanics. | |
vtkDistributedStreamTracer - Distributed streamline generator
Description This filter integrates streamlines on a distributed dataset. It is essentially a serial algorithm: only one process is active at one time and it is not more efficient than a single process integration. It is useful when the data is too large to be on one process and has to be kept distributed.
| static Kitware.VTK.vtkDistributedStreamTracer.vtkDistributedStreamTracer | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkDistributedStreamTracer.vtkDistributedStreamTracer | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkDistributedStreamTracer.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.vtkPStreamTracer.
| override int Kitware.VTK.vtkDistributedStreamTracer.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPStreamTracer.
| static new int Kitware.VTK.vtkDistributedStreamTracer.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPStreamTracer.
| static new vtkDistributedStreamTracer Kitware.VTK.vtkDistributedStreamTracer.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamTracer.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPStreamTracer.
| static new vtkDistributedStreamTracer Kitware.VTK.vtkDistributedStreamTracer.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPStreamTracer.
| static internal int Kitware.VTK.vtkDistributedStreamTracer.vtkDistributedStreamTracer_IsA_01 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkDistributedStreamTracer.vtkDistributedStreamTracer_IsTypeOf_02 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkDistributedStreamTracer.vtkDistributedStreamTracer_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkDistributedStreamTracer.vtkDistributedStreamTracer_NewInstance_04 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkDistributedStreamTracer.vtkDistributedStreamTracer_SafeDownCast_05 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkDistributedStreamTracer.MRClassNameKey = "26vtkDistributedStreamTracer" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPStreamTracer.
| new const string Kitware.VTK.vtkDistributedStreamTracer.MRFullTypeName = "Kitware.VTK.vtkDistributedStreamTracer" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPStreamTracer.
1.7.6.1