ActiViz .NET
5.8.0
|
vtkExtractTemporalFieldData - Extract temporal arrays from input field data More...
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. |
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.
static Kitware.VTK.vtkExtractTemporalFieldData.vtkExtractTemporalFieldData | ( | ) | [static, private] |
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.
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.
virtual int Kitware.VTK.vtkExtractTemporalFieldData.GetNumberOfTimeSteps | ( | ) | [virtual] |
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.
static new vtkExtractTemporalFieldData Kitware.VTK.vtkExtractTemporalFieldData.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new vtkExtractTemporalFieldData Kitware.VTK.vtkExtractTemporalFieldData.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static internal int Kitware.VTK.vtkExtractTemporalFieldData.vtkExtractTemporalFieldData_GetNumberOfTimeSteps_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractTemporalFieldData.vtkExtractTemporalFieldData_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkExtractTemporalFieldData.vtkExtractTemporalFieldData_IsTypeOf_03 | ( | 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] |
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.