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

vtkExtractDataOverTime - extract point data from a time sequence for a specified point id. More...

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

List of all members.

Public Member Functions

 vtkExtractDataOverTime (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkExtractDataOverTime ()
 Undocumented Block.
virtual int GetNumberOfTimeSteps ()
 Get the number of time steps.
virtual int GetPointIndex ()
 Index of point to extract at each time step.
override int IsA (string type)
 Undocumented Block.
new vtkExtractDataOverTime NewInstance ()
 Undocumented Block.
virtual void SetPointIndex (int _arg)
 Index of point to extract at each time step.

Static Public Member Functions

static new vtkExtractDataOverTime New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkExtractDataOverTime SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkExtractDataOverTime"
 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 vtkExtractDataOverTime_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkExtractDataOverTime_GetNumberOfTimeSteps_01 (HandleRef pThis)
static internal int vtkExtractDataOverTime_GetPointIndex_02 (HandleRef pThis)
static internal int vtkExtractDataOverTime_IsA_03 (HandleRef pThis, string type)
static internal int vtkExtractDataOverTime_IsTypeOf_04 (string type)
static internal IntPtr vtkExtractDataOverTime_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkExtractDataOverTime_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractDataOverTime_SetPointIndex_08 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkExtractDataOverTime ()
 Automatically generated type registration mechanics.

Detailed Description

vtkExtractDataOverTime - extract point data from a time sequence for a specified point id.

Description This filter extracts the point data from a time sequence and specified index and creates an output of the same type as the input but with Points containing "number of time steps" points; the point and PointData corresponding to the PointIndex are extracted at each time step and added to the output. A PointData array is added called "Time" (or "TimeData" if there is already an array called "Time"), which is the time at each index.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

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

Get the number of time steps.

Index of point to extract at each time step.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkExtractDataOverTime.SetPointIndex ( int  _arg) [virtual]

Index of point to extract at each time step.

static internal int Kitware.VTK.vtkExtractDataOverTime.vtkExtractDataOverTime_GetPointIndex_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExtractDataOverTime.vtkExtractDataOverTime_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkExtractDataOverTime.vtkExtractDataOverTime_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkExtractDataOverTime.vtkExtractDataOverTime_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractDataOverTime.vtkExtractDataOverTime_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractDataOverTime.vtkExtractDataOverTime_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkExtractDataOverTime.vtkExtractDataOverTime_SetPointIndex_08 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkExtractDataOverTime.MRClassNameKey = "22vtkExtractDataOverTime" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.


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