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

vtkExtractTemporalFieldData - Extract temporal arrays from input field data More...

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

List of all members.

Public Member Functions

 vtkExtractTemporalFieldData (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkExtractTemporalFieldData ()
 Undocumented Block.
virtual int GetNumberOfTimeSteps ()
 Get the number of time steps.
override int IsA (string type)
 Undocumented Block.
new vtkExtractTemporalFieldData NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "27vtkExtractTemporalFieldData"
 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 vtkExtractTemporalFieldData_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkExtractTemporalFieldData_GetNumberOfTimeSteps_01 (HandleRef pThis)
static internal int vtkExtractTemporalFieldData_IsA_02 (HandleRef pThis, string type)
static internal int vtkExtractTemporalFieldData_IsTypeOf_03 (string type)
static internal IntPtr vtkExtractTemporalFieldData_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkExtractTemporalFieldData_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkExtractTemporalFieldData ()
 Automatically generated type registration mechanics.

Detailed Description

vtkExtractTemporalFieldData - Extract temporal arrays from input field data

Description vtkExtractTemporalFieldData extracts arrays from the input vtkFieldData. These arrays are assumed to contain temporal data, where the nth tuple contains the value for the nth timestep. The output is a 1D rectilinear grid where the XCoordinates correspond to time (the same array is also copied to a point array named Time or TimeData (if Time exists in the input). This algorithm does not produce a TIME_STEPS or TIME_RANGE information because it works across time. .Section Caveat vtkExtractTemporalFieldData puts a vtkOnePieceExtentTranslator in the output during RequestInformation(). As a result, the same whole extented is produced independent of the piece request. This algorithm works only with source that produce TIME_STEPS(). Continuous time range is not yet supported.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkExtractTemporalFieldData.vtkExtractTemporalFieldData ( 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.vtkExtractTemporalFieldData.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.vtkTableAlgorithm.

Get the number of time steps.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkExtractTemporalFieldData.vtkExtractTemporalFieldData_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractTemporalFieldData.vtkExtractTemporalFieldData_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractTemporalFieldData.vtkExtractTemporalFieldData_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractTemporalFieldData.vtkExtractTemporalFieldData_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkExtractTemporalFieldData.MRClassNameKey = "27vtkExtractTemporalFieldData" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.


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