|
ActiViz .NET
5.8.0
|
vtkExtractArraysOverTime - extracts a selection over time. More...
Public Member Functions | |
| vtkExtractArraysOverTime (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkExtractArraysOverTime () | |
| Undocumented Block. | |
| virtual int | GetNumberOfTimeSteps () |
| Get the number of time steps. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkExtractArraysOverTime | NewInstance () |
| Undocumented Block. | |
| void | SetSelectionConnection (vtkAlgorithmOutput algOutput) |
| Convenience method to specify the selection connection (2nd input port) | |
Static Public Member Functions | |
| static new vtkExtractArraysOverTime | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkExtractArraysOverTime | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkExtractArraysOverTime" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "24vtkExtractArraysOverTime" |
| 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 | vtkExtractArraysOverTime_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkExtractArraysOverTime_GetNumberOfTimeSteps_01 (HandleRef pThis) |
| static internal int | vtkExtractArraysOverTime_IsA_02 (HandleRef pThis, string type) |
| static internal int | vtkExtractArraysOverTime_IsTypeOf_03 (string type) |
| static internal IntPtr | vtkExtractArraysOverTime_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkExtractArraysOverTime_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkExtractArraysOverTime_SetSelectionConnection_07 (HandleRef pThis, HandleRef algOutput) |
Static Private Member Functions | |
| static | vtkExtractArraysOverTime () |
| Automatically generated type registration mechanics. | |
vtkExtractArraysOverTime - extracts a selection over time.
Description vtkExtractArraysOverTime extracts a selection over time. The output is a multiblock dataset. If selection content type is vtkSelection::Locations, then each output block corresponds to each probed location. Otherwise, each output block corresponds to an extracted cell/point depending on whether the selection field type is CELL or POINT. Each block is a vtkTable with a column named Time (or TimeData if Time exists in the input). When extracting point data, the input point coordinates are copied to a column named Point Coordinates or Points (if Point Coordinates exists in the input). This algorithm does not produce a TIME_STEPS or TIME_RANGE information because it works across time. .Section Caveat This algorithm works only with source that produce TIME_STEPS(). Continuous time range is not yet supported.
| static Kitware.VTK.vtkExtractArraysOverTime.vtkExtractArraysOverTime | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkExtractArraysOverTime.vtkExtractArraysOverTime | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkExtractArraysOverTime.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.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPExtractArraysOverTime.
| virtual int Kitware.VTK.vtkExtractArraysOverTime.GetNumberOfTimeSteps | ( | ) | [virtual] |
Get the number of time steps.
| override int Kitware.VTK.vtkExtractArraysOverTime.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPExtractArraysOverTime.
| static new int Kitware.VTK.vtkExtractArraysOverTime.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPExtractArraysOverTime.
| static new vtkExtractArraysOverTime Kitware.VTK.vtkExtractArraysOverTime.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPExtractArraysOverTime.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPExtractArraysOverTime.
| static new vtkExtractArraysOverTime Kitware.VTK.vtkExtractArraysOverTime.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPExtractArraysOverTime.
Convenience method to specify the selection connection (2nd input port)
| static internal int Kitware.VTK.vtkExtractArraysOverTime.vtkExtractArraysOverTime_GetNumberOfTimeSteps_01 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkExtractArraysOverTime.vtkExtractArraysOverTime_IsA_02 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkExtractArraysOverTime.vtkExtractArraysOverTime_IsTypeOf_03 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkExtractArraysOverTime.vtkExtractArraysOverTime_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkExtractArraysOverTime.vtkExtractArraysOverTime_NewInstance_05 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkExtractArraysOverTime.vtkExtractArraysOverTime_SafeDownCast_06 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkExtractArraysOverTime.vtkExtractArraysOverTime_SetSelectionConnection_07 | ( | HandleRef | pThis, |
| HandleRef | algOutput | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkExtractArraysOverTime.MRClassNameKey = "24vtkExtractArraysOverTime" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPExtractArraysOverTime.
| new const string Kitware.VTK.vtkExtractArraysOverTime.MRFullTypeName = "Kitware.VTK.vtkExtractArraysOverTime" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPExtractArraysOverTime.
1.7.6.1