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

vtkImageWeightedSum - adds any number of images, weighting each according to the weight set using this->SetWeights(i,w). More...

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

List of all members.

Public Member Functions

 vtkImageWeightedSum (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageWeightedSum ()
 Undocumented Block.
double CalculateTotalWeight ()
 Compute the total value of all the weight.
virtual int GetNormalizeByWeight ()
 Setting NormalizeByWeight on will divide the final result by the total weight of the component functions. This process does not otherwise normalize the weighted sum By default, NormalizeByWeight is on.
virtual int GetNormalizeByWeightMaxValue ()
 Setting NormalizeByWeight on will divide the final result by the total weight of the component functions. This process does not otherwise normalize the weighted sum By default, NormalizeByWeight is on.
virtual int GetNormalizeByWeightMinValue ()
 Setting NormalizeByWeight on will divide the final result by the total weight of the component functions. This process does not otherwise normalize the weighted sum By default, NormalizeByWeight is on.
virtual vtkDoubleArray GetWeights ()
 The weights control the contribution of each input to the sum. They will be normalized to sum to 1 before filter execution.
override int IsA (string type)
 Undocumented Block.
new vtkImageWeightedSum NewInstance ()
 Undocumented Block.
virtual void NormalizeByWeightOff ()
 Setting NormalizeByWeight on will divide the final result by the total weight of the component functions. This process does not otherwise normalize the weighted sum By default, NormalizeByWeight is on.
virtual void NormalizeByWeightOn ()
 Setting NormalizeByWeight on will divide the final result by the total weight of the component functions. This process does not otherwise normalize the weighted sum By default, NormalizeByWeight is on.
virtual void SetNormalizeByWeight (int _arg)
 Setting NormalizeByWeight on will divide the final result by the total weight of the component functions. This process does not otherwise normalize the weighted sum By default, NormalizeByWeight is on.
virtual void SetWeight (int id, double weight)
 Change a specific weight. Reallocation is done.
virtual void SetWeights (vtkDoubleArray arg0)
 The weights control the contribution of each input to the sum. They will be normalized to sum to 1 before filter execution.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkImageWeightedSum"
 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 vtkImageWeightedSum_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkImageWeightedSum_CalculateTotalWeight_01 (HandleRef pThis)
static internal int vtkImageWeightedSum_GetNormalizeByWeight_02 (HandleRef pThis)
static internal int vtkImageWeightedSum_GetNormalizeByWeightMaxValue_03 (HandleRef pThis)
static internal int vtkImageWeightedSum_GetNormalizeByWeightMinValue_04 (HandleRef pThis)
static internal IntPtr vtkImageWeightedSum_GetWeights_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImageWeightedSum_IsA_06 (HandleRef pThis, string type)
static internal int vtkImageWeightedSum_IsTypeOf_07 (string type)
static internal IntPtr vtkImageWeightedSum_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageWeightedSum_NormalizeByWeightOff_10 (HandleRef pThis)
static internal void vtkImageWeightedSum_NormalizeByWeightOn_11 (HandleRef pThis)
static internal IntPtr vtkImageWeightedSum_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageWeightedSum_SetNormalizeByWeight_13 (HandleRef pThis, int _arg)
static internal void vtkImageWeightedSum_SetWeight_14 (HandleRef pThis, int id, double weight)
static internal void vtkImageWeightedSum_SetWeights_15 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkImageWeightedSum ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageWeightedSum - adds any number of images, weighting each according to the weight set using this->SetWeights(i,w).

Description All weights are normalized so they will sum to 1. Images must have the same extents. Output is

Thanks The original author of this class is Lauren O'Donnell (MIT) for Slicer


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageWeightedSum.vtkImageWeightedSum ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

Compute the total value of all the weight.

override void Kitware.VTK.vtkImageWeightedSum.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.vtkThreadedImageAlgorithm.

Setting NormalizeByWeight on will divide the final result by the total weight of the component functions. This process does not otherwise normalize the weighted sum By default, NormalizeByWeight is on.

Setting NormalizeByWeight on will divide the final result by the total weight of the component functions. This process does not otherwise normalize the weighted sum By default, NormalizeByWeight is on.

Setting NormalizeByWeight on will divide the final result by the total weight of the component functions. This process does not otherwise normalize the weighted sum By default, NormalizeByWeight is on.

The weights control the contribution of each input to the sum. They will be normalized to sum to 1 before filter execution.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Setting NormalizeByWeight on will divide the final result by the total weight of the component functions. This process does not otherwise normalize the weighted sum By default, NormalizeByWeight is on.

Setting NormalizeByWeight on will divide the final result by the total weight of the component functions. This process does not otherwise normalize the weighted sum By default, NormalizeByWeight is on.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageWeightedSum.SetNormalizeByWeight ( int  _arg) [virtual]

Setting NormalizeByWeight on will divide the final result by the total weight of the component functions. This process does not otherwise normalize the weighted sum By default, NormalizeByWeight is on.

virtual void Kitware.VTK.vtkImageWeightedSum.SetWeight ( int  id,
double  weight 
) [virtual]

Change a specific weight. Reallocation is done.

The weights control the contribution of each input to the sum. They will be normalized to sum to 1 before filter execution.

static internal double Kitware.VTK.vtkImageWeightedSum.vtkImageWeightedSum_CalculateTotalWeight_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageWeightedSum.vtkImageWeightedSum_GetNormalizeByWeight_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageWeightedSum.vtkImageWeightedSum_GetWeights_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkImageWeightedSum.vtkImageWeightedSum_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageWeightedSum.vtkImageWeightedSum_IsTypeOf_07 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageWeightedSum.vtkImageWeightedSum_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageWeightedSum.vtkImageWeightedSum_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageWeightedSum.vtkImageWeightedSum_NormalizeByWeightOff_10 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageWeightedSum.vtkImageWeightedSum_NormalizeByWeightOn_11 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageWeightedSum.vtkImageWeightedSum_SafeDownCast_12 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageWeightedSum.vtkImageWeightedSum_SetNormalizeByWeight_13 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageWeightedSum.vtkImageWeightedSum_SetWeight_14 ( HandleRef  pThis,
int  id,
double  weight 
) [private]
static internal void Kitware.VTK.vtkImageWeightedSum.vtkImageWeightedSum_SetWeights_15 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageWeightedSum.MRClassNameKey = "19vtkImageWeightedSum" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.


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