ActiViz .NET
5.8.0
|
Public Member Functions | |
vtkTemporalStatistics (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTemporalStatistics () | |
Undocumented Block. | |
virtual void | ComputeAverageOff () |
Turn on/off the computation of the average values over time. On by default. The resulting array names have "_average" appended to them. | |
virtual void | ComputeAverageOn () |
Turn on/off the computation of the average values over time. On by default. The resulting array names have "_average" appended to them. | |
virtual void | ComputeMaximumOff () |
Turn on/off the computation of the maximum values over time. On by default. The resulting array names have "_maximum" appended to them. | |
virtual void | ComputeMaximumOn () |
Turn on/off the computation of the maximum values over time. On by default. The resulting array names have "_maximum" appended to them. | |
virtual void | ComputeMinimumOff () |
Turn on/off the computation of the minimum values over time. On by default. The resulting array names have "_minimum" appended to them. | |
virtual void | ComputeMinimumOn () |
Turn on/off the computation of the minimum values over time. On by default. The resulting array names have "_minimum" appended to them. | |
virtual void | ComputeStandardDeviationOff () |
Definition: Turn on/off the computation of the standard deviation of the values over time. On by default. The resulting array names have "_stddev" appended to them. | |
virtual void | ComputeStandardDeviationOn () |
Definition: Turn on/off the computation of the standard deviation of the values over time. On by default. The resulting array names have "_stddev" appended to them. | |
virtual int | GetComputeAverage () |
Turn on/off the computation of the average values over time. On by default. The resulting array names have "_average" appended to them. | |
virtual int | GetComputeMaximum () |
Turn on/off the computation of the maximum values over time. On by default. The resulting array names have "_maximum" appended to them. | |
virtual int | GetComputeMinimum () |
Turn on/off the computation of the minimum values over time. On by default. The resulting array names have "_minimum" appended to them. | |
virtual int | GetComputeStandardDeviation () |
Definition: Turn on/off the computation of the standard deviation of the values over time. On by default. The resulting array names have "_stddev" appended to them. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkTemporalStatistics | NewInstance () |
Undocumented Block. | |
virtual void | SetComputeAverage (int _arg) |
Turn on/off the computation of the average values over time. On by default. The resulting array names have "_average" appended to them. | |
virtual void | SetComputeMaximum (int _arg) |
Turn on/off the computation of the maximum values over time. On by default. The resulting array names have "_maximum" appended to them. | |
virtual void | SetComputeMinimum (int _arg) |
Turn on/off the computation of the minimum values over time. On by default. The resulting array names have "_minimum" appended to them. | |
virtual void | SetComputeStandardDeviation (int _arg) |
Definition: Turn on/off the computation of the standard deviation of the values over time. On by default. The resulting array names have "_stddev" appended to them. | |
Static Public Member Functions | |
static new vtkTemporalStatistics | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTemporalStatistics | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTemporalStatistics" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkTemporalStatistics" |
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 | vtkTemporalStatistics_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTemporalStatistics_ComputeAverageOff_01 (HandleRef pThis) |
static internal void | vtkTemporalStatistics_ComputeAverageOn_02 (HandleRef pThis) |
static internal void | vtkTemporalStatistics_ComputeMaximumOff_03 (HandleRef pThis) |
static internal void | vtkTemporalStatistics_ComputeMaximumOn_04 (HandleRef pThis) |
static internal void | vtkTemporalStatistics_ComputeMinimumOff_05 (HandleRef pThis) |
static internal void | vtkTemporalStatistics_ComputeMinimumOn_06 (HandleRef pThis) |
static internal void | vtkTemporalStatistics_ComputeStandardDeviationOff_07 (HandleRef pThis) |
static internal void | vtkTemporalStatistics_ComputeStandardDeviationOn_08 (HandleRef pThis) |
static internal int | vtkTemporalStatistics_GetComputeAverage_09 (HandleRef pThis) |
static internal int | vtkTemporalStatistics_GetComputeMaximum_10 (HandleRef pThis) |
static internal int | vtkTemporalStatistics_GetComputeMinimum_11 (HandleRef pThis) |
static internal int | vtkTemporalStatistics_GetComputeStandardDeviation_12 (HandleRef pThis) |
static internal int | vtkTemporalStatistics_IsA_13 (HandleRef pThis, string type) |
static internal int | vtkTemporalStatistics_IsTypeOf_14 (string type) |
static internal IntPtr | vtkTemporalStatistics_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTemporalStatistics_SafeDownCast_17 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTemporalStatistics_SetComputeAverage_18 (HandleRef pThis, int _arg) |
static internal void | vtkTemporalStatistics_SetComputeMaximum_19 (HandleRef pThis, int _arg) |
static internal void | vtkTemporalStatistics_SetComputeMinimum_20 (HandleRef pThis, int _arg) |
static internal void | vtkTemporalStatistics_SetComputeStandardDeviation_21 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkTemporalStatistics () |
Automatically generated type registration mechanics. |
-*- c++ -*-
static Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual void Kitware.VTK.vtkTemporalStatistics.ComputeAverageOff | ( | ) | [virtual] |
Turn on/off the computation of the average values over time. On by default. The resulting array names have "_average" appended to them.
virtual void Kitware.VTK.vtkTemporalStatistics.ComputeAverageOn | ( | ) | [virtual] |
Turn on/off the computation of the average values over time. On by default. The resulting array names have "_average" appended to them.
virtual void Kitware.VTK.vtkTemporalStatistics.ComputeMaximumOff | ( | ) | [virtual] |
Turn on/off the computation of the maximum values over time. On by default. The resulting array names have "_maximum" appended to them.
virtual void Kitware.VTK.vtkTemporalStatistics.ComputeMaximumOn | ( | ) | [virtual] |
Turn on/off the computation of the maximum values over time. On by default. The resulting array names have "_maximum" appended to them.
virtual void Kitware.VTK.vtkTemporalStatistics.ComputeMinimumOff | ( | ) | [virtual] |
Turn on/off the computation of the minimum values over time. On by default. The resulting array names have "_minimum" appended to them.
virtual void Kitware.VTK.vtkTemporalStatistics.ComputeMinimumOn | ( | ) | [virtual] |
Turn on/off the computation of the minimum values over time. On by default. The resulting array names have "_minimum" appended to them.
virtual void Kitware.VTK.vtkTemporalStatistics.ComputeStandardDeviationOff | ( | ) | [virtual] |
Definition: Turn on/off the computation of the standard deviation of the values over time. On by default. The resulting array names have "_stddev" appended to them.
virtual void Kitware.VTK.vtkTemporalStatistics.ComputeStandardDeviationOn | ( | ) | [virtual] |
Definition: Turn on/off the computation of the standard deviation of the values over time. On by default. The resulting array names have "_stddev" appended to them.
override void Kitware.VTK.vtkTemporalStatistics.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.vtkPassInputTypeAlgorithm.
virtual int Kitware.VTK.vtkTemporalStatistics.GetComputeAverage | ( | ) | [virtual] |
Turn on/off the computation of the average values over time. On by default. The resulting array names have "_average" appended to them.
virtual int Kitware.VTK.vtkTemporalStatistics.GetComputeMaximum | ( | ) | [virtual] |
Turn on/off the computation of the maximum values over time. On by default. The resulting array names have "_maximum" appended to them.
virtual int Kitware.VTK.vtkTemporalStatistics.GetComputeMinimum | ( | ) | [virtual] |
Turn on/off the computation of the minimum values over time. On by default. The resulting array names have "_minimum" appended to them.
virtual int Kitware.VTK.vtkTemporalStatistics.GetComputeStandardDeviation | ( | ) | [virtual] |
Definition: Turn on/off the computation of the standard deviation of the values over time. On by default. The resulting array names have "_stddev" appended to them.
override int Kitware.VTK.vtkTemporalStatistics.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
static new int Kitware.VTK.vtkTemporalStatistics.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
static new vtkTemporalStatistics Kitware.VTK.vtkTemporalStatistics.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
static new vtkTemporalStatistics Kitware.VTK.vtkTemporalStatistics.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
virtual void Kitware.VTK.vtkTemporalStatistics.SetComputeAverage | ( | int | _arg | ) | [virtual] |
Turn on/off the computation of the average values over time. On by default. The resulting array names have "_average" appended to them.
virtual void Kitware.VTK.vtkTemporalStatistics.SetComputeMaximum | ( | int | _arg | ) | [virtual] |
Turn on/off the computation of the maximum values over time. On by default. The resulting array names have "_maximum" appended to them.
virtual void Kitware.VTK.vtkTemporalStatistics.SetComputeMinimum | ( | int | _arg | ) | [virtual] |
Turn on/off the computation of the minimum values over time. On by default. The resulting array names have "_minimum" appended to them.
virtual void Kitware.VTK.vtkTemporalStatistics.SetComputeStandardDeviation | ( | int | _arg | ) | [virtual] |
Definition: Turn on/off the computation of the standard deviation of the values over time. On by default. The resulting array names have "_stddev" appended to them.
static internal void Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_ComputeAverageOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_ComputeAverageOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_ComputeMaximumOff_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_ComputeMaximumOn_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_ComputeMinimumOff_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_ComputeMinimumOn_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_ComputeStandardDeviationOff_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_ComputeStandardDeviationOn_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_GetComputeAverage_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_GetComputeMaximum_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_GetComputeMinimum_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_GetComputeStandardDeviation_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_IsA_13 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_IsTypeOf_14 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_NewInstance_16 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_SafeDownCast_17 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_SetComputeAverage_18 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_SetComputeMaximum_19 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_SetComputeMinimum_20 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStatistics.vtkTemporalStatistics_SetComputeStandardDeviation_21 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkTemporalStatistics.MRClassNameKey = "21vtkTemporalStatistics" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
new const string Kitware.VTK.vtkTemporalStatistics.MRFullTypeName = "Kitware.VTK.vtkTemporalStatistics" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.