ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkStreamLine Class Reference

vtkStreamLine - generate streamline in arbitrary dataset More...

Inheritance diagram for Kitware.VTK.vtkStreamLine:
[legend]
Collaboration diagram for Kitware.VTK.vtkStreamLine:
[legend]

List of all members.

Public Member Functions

 vtkStreamLine (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkStreamLine ()
 Construct object with step size set to 1.0.
virtual double GetStepLength ()
 Specify the length of a line segment. The length is expressed in terms of elapsed time. Smaller values result in smoother appearing streamlines, but greater numbers of line primitives.
virtual double GetStepLengthMaxValue ()
 Specify the length of a line segment. The length is expressed in terms of elapsed time. Smaller values result in smoother appearing streamlines, but greater numbers of line primitives.
virtual double GetStepLengthMinValue ()
 Specify the length of a line segment. The length is expressed in terms of elapsed time. Smaller values result in smoother appearing streamlines, but greater numbers of line primitives.
override int IsA (string type)
 Undocumented Block.
new vtkStreamLine NewInstance ()
 Undocumented Block.
virtual void SetStepLength (double _arg)
 Specify the length of a line segment. The length is expressed in terms of elapsed time. Smaller values result in smoother appearing streamlines, but greater numbers of line primitives.

Static Public Member Functions

static new vtkStreamLine New ()
 Construct object with step size set to 1.0.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkStreamLine SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkStreamLine"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "13vtkStreamLine"
 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 vtkStreamLine_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkStreamLine_GetStepLength_01 (HandleRef pThis)
static internal double vtkStreamLine_GetStepLengthMaxValue_02 (HandleRef pThis)
static internal double vtkStreamLine_GetStepLengthMinValue_03 (HandleRef pThis)
static internal int vtkStreamLine_IsA_04 (HandleRef pThis, string type)
static internal int vtkStreamLine_IsTypeOf_05 (string type)
static internal IntPtr vtkStreamLine_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkStreamLine_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkStreamLine_SetStepLength_09 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkStreamLine ()
 Automatically generated type registration mechanics.

Detailed Description

vtkStreamLine - generate streamline in arbitrary dataset

Description vtkStreamLine is a filter that generates a streamline for an arbitrary dataset. A streamline is a line that is everywhere tangent to the vector field. Scalar values also are calculated along the streamline and can be used to color the line. Streamlines are calculated by integrating from a starting point through the vector field. Integration can be performed forward in time (see where the line goes), backward in time (see where the line came from), or in both directions. It also is possible to compute vorticity along the streamline. Vorticity is the projection (i.e., dot product) of the flow rotation on the velocity vector, i.e., the rotation of flow around the streamline.

vtkStreamLine defines the instance variable StepLength. This parameter controls the time increment used to generate individual points along the streamline(s). Smaller values result in more line primitives but smoother streamlines. The StepLength instance variable is defined in terms of time (i.e., the distance that the particle travels in the specified time period). Thus, the line segments will be smaller in areas of low velocity and larger in regions of high velocity. (NOTE: This is different than the IntegrationStepLength defined by the superclass vtkStreamer. IntegrationStepLength is used to control integration step size and is expressed as a fraction of the cell length.) The StepLength instance variable is important because subclasses of vtkStreamLine (e.g., vtkDashedStreamLine) depend on this value to build their representation.


Constructor & Destructor Documentation

static Kitware.VTK.vtkStreamLine.vtkStreamLine ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkStreamLine.vtkStreamLine ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Construct object with step size set to 1.0.


Member Function Documentation

override void Kitware.VTK.vtkStreamLine.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.

Reimplemented in Kitware.VTK.vtkDashedStreamLine.

virtual double Kitware.VTK.vtkStreamLine.GetStepLength ( ) [virtual]

Specify the length of a line segment. The length is expressed in terms of elapsed time. Smaller values result in smoother appearing streamlines, but greater numbers of line primitives.

Specify the length of a line segment. The length is expressed in terms of elapsed time. Smaller values result in smoother appearing streamlines, but greater numbers of line primitives.

Specify the length of a line segment. The length is expressed in terms of elapsed time. Smaller values result in smoother appearing streamlines, but greater numbers of line primitives.

override int Kitware.VTK.vtkStreamLine.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStreamer.

Reimplemented in Kitware.VTK.vtkDashedStreamLine.

static new int Kitware.VTK.vtkStreamLine.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStreamer.

Reimplemented in Kitware.VTK.vtkDashedStreamLine.

Construct object with step size set to 1.0.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Reimplemented in Kitware.VTK.vtkDashedStreamLine.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStreamer.

Reimplemented in Kitware.VTK.vtkDashedStreamLine.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStreamer.

Reimplemented in Kitware.VTK.vtkDashedStreamLine.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkStreamLine.SetStepLength ( double  _arg) [virtual]

Specify the length of a line segment. The length is expressed in terms of elapsed time. Smaller values result in smoother appearing streamlines, but greater numbers of line primitives.

static internal double Kitware.VTK.vtkStreamLine.vtkStreamLine_GetStepLength_01 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkStreamLine.vtkStreamLine_GetStepLengthMaxValue_02 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkStreamLine.vtkStreamLine_GetStepLengthMinValue_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkStreamLine.vtkStreamLine_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkStreamLine.vtkStreamLine_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkStreamLine.vtkStreamLine_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkStreamLine.vtkStreamLine_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkStreamLine.vtkStreamLine_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkStreamLine.vtkStreamLine_SetStepLength_09 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkStreamLine.MRClassNameKey = "13vtkStreamLine" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkStreamer.

Reimplemented in Kitware.VTK.vtkDashedStreamLine.

new const string Kitware.VTK.vtkStreamLine.MRFullTypeName = "Kitware.VTK.vtkStreamLine"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkStreamer.

Reimplemented in Kitware.VTK.vtkDashedStreamLine.


The documentation for this class was generated from the following file: