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.vtkTemporalStatistics Class Reference
Inheritance diagram for Kitware.VTK.vtkTemporalStatistics:
[legend]
Collaboration diagram for Kitware.VTK.vtkTemporalStatistics:
[legend]

List of all members.

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.

Detailed Description

-*- c++ -*-


Constructor & Destructor Documentation

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.


Member Function Documentation

Turn on/off the computation of the average values over time. On by default. The resulting array names have "_average" appended to them.

Turn on/off the computation of the average values over time. On by default. The resulting array names have "_average" appended to them.

Turn on/off the computation of the maximum values over time. On by default. The resulting array names have "_maximum" appended to them.

Turn on/off the computation of the maximum values over time. On by default. The resulting array names have "_maximum" appended to them.

Turn on/off the computation of the minimum values over time. On by default. The resulting array names have "_minimum" appended to them.

Turn on/off the computation of the minimum values over time. On by default. The resulting array names have "_minimum" appended to them.

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.

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.

Turn on/off the computation of the average values over time. On by default. The resulting array names have "_average" appended to them.

Turn on/off the computation of the maximum values over time. On by default. The resulting array names have "_maximum" appended to them.

Turn on/off the computation of the minimum values over time. On by default. The resulting array names have "_minimum" appended to them.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

Here is the call graph for this function:

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.

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 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_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]

Member Data Documentation

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.


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