ActiViz .NET
5.8.0
|
vtkDashedStreamLine - generate constant-time dashed streamline in arbitrary dataset More...
Public Member Functions | |
vtkDashedStreamLine (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDashedStreamLine () | |
Undocumented Block. | |
virtual double | GetDashFactor () |
For each dash, specify the fraction of the dash that is "on". A factor of 1.0 will result in a continuous line, a factor of 0.5 will result in dashed that are half on and half off. | |
virtual double | GetDashFactorMaxValue () |
For each dash, specify the fraction of the dash that is "on". A factor of 1.0 will result in a continuous line, a factor of 0.5 will result in dashed that are half on and half off. | |
virtual double | GetDashFactorMinValue () |
For each dash, specify the fraction of the dash that is "on". A factor of 1.0 will result in a continuous line, a factor of 0.5 will result in dashed that are half on and half off. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkDashedStreamLine | NewInstance () |
Undocumented Block. | |
virtual void | SetDashFactor (double _arg) |
For each dash, specify the fraction of the dash that is "on". A factor of 1.0 will result in a continuous line, a factor of 0.5 will result in dashed that are half on and half off. | |
Static Public Member Functions | |
static new vtkDashedStreamLine | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDashedStreamLine | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDashedStreamLine" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkDashedStreamLine" |
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 | vtkDashedStreamLine_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkDashedStreamLine_GetDashFactor_01 (HandleRef pThis) |
static internal double | vtkDashedStreamLine_GetDashFactorMaxValue_02 (HandleRef pThis) |
static internal double | vtkDashedStreamLine_GetDashFactorMinValue_03 (HandleRef pThis) |
static internal int | vtkDashedStreamLine_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkDashedStreamLine_IsTypeOf_05 (string type) |
static internal IntPtr | vtkDashedStreamLine_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDashedStreamLine_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDashedStreamLine_SetDashFactor_09 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkDashedStreamLine () |
Automatically generated type registration mechanics. |
vtkDashedStreamLine - generate constant-time dashed streamline in arbitrary dataset
Description vtkDashedStreamLine is a filter that generates a "dashed" streamline for an arbitrary dataset. The streamline consists of a series of dashes, each of which represents (approximately) a constant time increment. Thus, in the resulting visual representation, relatively long dashes represent areas of high velocity, and small dashes represent areas of low velocity.
vtkDashedStreamLine introduces the instance variable DashFactor. DashFactor interacts with its superclass' instance variable StepLength to create the dashes. DashFactor is the percentage of the StepLength line segment that is visible. Thus, if the DashFactor=0.75, the dashes will be "three-quarters on" and "one-quarter off".
static Kitware.VTK.vtkDashedStreamLine.vtkDashedStreamLine | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDashedStreamLine.vtkDashedStreamLine | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkDashedStreamLine.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.vtkStreamLine.
virtual double Kitware.VTK.vtkDashedStreamLine.GetDashFactor | ( | ) | [virtual] |
For each dash, specify the fraction of the dash that is "on". A factor of 1.0 will result in a continuous line, a factor of 0.5 will result in dashed that are half on and half off.
virtual double Kitware.VTK.vtkDashedStreamLine.GetDashFactorMaxValue | ( | ) | [virtual] |
For each dash, specify the fraction of the dash that is "on". A factor of 1.0 will result in a continuous line, a factor of 0.5 will result in dashed that are half on and half off.
virtual double Kitware.VTK.vtkDashedStreamLine.GetDashFactorMinValue | ( | ) | [virtual] |
For each dash, specify the fraction of the dash that is "on". A factor of 1.0 will result in a continuous line, a factor of 0.5 will result in dashed that are half on and half off.
override int Kitware.VTK.vtkDashedStreamLine.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamLine.
static new int Kitware.VTK.vtkDashedStreamLine.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamLine.
static new vtkDashedStreamLine Kitware.VTK.vtkDashedStreamLine.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamLine.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamLine.
static new vtkDashedStreamLine Kitware.VTK.vtkDashedStreamLine.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamLine.
virtual void Kitware.VTK.vtkDashedStreamLine.SetDashFactor | ( | double | _arg | ) | [virtual] |
For each dash, specify the fraction of the dash that is "on". A factor of 1.0 will result in a continuous line, a factor of 0.5 will result in dashed that are half on and half off.
static internal double Kitware.VTK.vtkDashedStreamLine.vtkDashedStreamLine_GetDashFactor_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkDashedStreamLine.vtkDashedStreamLine_GetDashFactorMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkDashedStreamLine.vtkDashedStreamLine_GetDashFactorMinValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDashedStreamLine.vtkDashedStreamLine_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDashedStreamLine.vtkDashedStreamLine_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDashedStreamLine.vtkDashedStreamLine_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDashedStreamLine.vtkDashedStreamLine_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDashedStreamLine.vtkDashedStreamLine_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkDashedStreamLine.vtkDashedStreamLine_SetDashFactor_09 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkDashedStreamLine.MRClassNameKey = "19vtkDashedStreamLine" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkStreamLine.
new const string Kitware.VTK.vtkDashedStreamLine.MRFullTypeName = "Kitware.VTK.vtkDashedStreamLine" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkStreamLine.