ActiViz .NET
5.8.0
|
vtkStreamPoints - generate points along streamer separated by constant time increment More...
Public Member Functions | |
vtkStreamPoints (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkStreamPoints () | |
Construct object with time increment set to 1.0. | |
virtual double | GetTimeIncrement () |
Specify the separation of points in terms of absolute time. | |
virtual double | GetTimeIncrementMaxValue () |
Specify the separation of points in terms of absolute time. | |
virtual double | GetTimeIncrementMinValue () |
Specify the separation of points in terms of absolute time. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkStreamPoints | NewInstance () |
Undocumented Block. | |
virtual void | SetTimeIncrement (double _arg) |
Specify the separation of points in terms of absolute time. | |
Static Public Member Functions | |
static new vtkStreamPoints | New () |
Construct object with time increment set to 1.0. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkStreamPoints | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkStreamPoints" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkStreamPoints" |
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 | vtkStreamPoints_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkStreamPoints_GetTimeIncrement_01 (HandleRef pThis) |
static internal double | vtkStreamPoints_GetTimeIncrementMaxValue_02 (HandleRef pThis) |
static internal double | vtkStreamPoints_GetTimeIncrementMinValue_03 (HandleRef pThis) |
static internal int | vtkStreamPoints_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkStreamPoints_IsTypeOf_05 (string type) |
static internal IntPtr | vtkStreamPoints_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamPoints_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkStreamPoints_SetTimeIncrement_09 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkStreamPoints () |
Automatically generated type registration mechanics. |
vtkStreamPoints - generate points along streamer separated by constant time increment
Description vtkStreamPoints is a filter that generates points along a streamer. The points are separated by a constant time increment. The resulting visual effect (especially when coupled with vtkGlyph3D) is an indication of particle speed.
static Kitware.VTK.vtkStreamPoints.vtkStreamPoints | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkStreamPoints.vtkStreamPoints | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct object with time increment set to 1.0.
override void Kitware.VTK.vtkStreamPoints.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.vtkStreamer.
virtual double Kitware.VTK.vtkStreamPoints.GetTimeIncrement | ( | ) | [virtual] |
Specify the separation of points in terms of absolute time.
virtual double Kitware.VTK.vtkStreamPoints.GetTimeIncrementMaxValue | ( | ) | [virtual] |
Specify the separation of points in terms of absolute time.
virtual double Kitware.VTK.vtkStreamPoints.GetTimeIncrementMinValue | ( | ) | [virtual] |
Specify the separation of points in terms of absolute time.
override int Kitware.VTK.vtkStreamPoints.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamer.
static new int Kitware.VTK.vtkStreamPoints.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamer.
static new vtkStreamPoints Kitware.VTK.vtkStreamPoints.New | ( | ) | [static] |
Construct object with time increment set to 1.0.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamer.
static new vtkStreamPoints Kitware.VTK.vtkStreamPoints.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamer.
virtual void Kitware.VTK.vtkStreamPoints.SetTimeIncrement | ( | double | _arg | ) | [virtual] |
Specify the separation of points in terms of absolute time.
static internal double Kitware.VTK.vtkStreamPoints.vtkStreamPoints_GetTimeIncrement_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkStreamPoints.vtkStreamPoints_GetTimeIncrementMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkStreamPoints.vtkStreamPoints_GetTimeIncrementMinValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkStreamPoints.vtkStreamPoints_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamPoints.vtkStreamPoints_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamPoints.vtkStreamPoints_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamPoints.vtkStreamPoints_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamPoints.vtkStreamPoints_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkStreamPoints.vtkStreamPoints_SetTimeIncrement_09 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkStreamPoints.MRClassNameKey = "15vtkStreamPoints" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkStreamer.
new const string Kitware.VTK.vtkStreamPoints.MRFullTypeName = "Kitware.VTK.vtkStreamPoints" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkStreamer.