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.vtkStreamPoints Class Reference

vtkStreamPoints - generate points along streamer separated by constant time increment More...

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

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Specify the separation of points in terms of absolute time.

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.

Construct object with time increment set to 1.0.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStreamer.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStreamer.

Here is the call graph for this function:

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]

Member Data Documentation

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.


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