ActiViz .NET
5.8.0
|
vtkImageWeightedSum - adds any number of images, weighting each according to the weight set using this->SetWeights(i,w). More...
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. |
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
static Kitware.VTK.vtkImageWeightedSum.vtkImageWeightedSum | ( | ) | [static, private] |
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.
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.
virtual int Kitware.VTK.vtkImageWeightedSum.GetNormalizeByWeight | ( | ) | [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 int Kitware.VTK.vtkImageWeightedSum.GetNormalizeByWeightMaxValue | ( | ) | [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 int Kitware.VTK.vtkImageWeightedSum.GetNormalizeByWeightMinValue | ( | ) | [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 vtkDoubleArray Kitware.VTK.vtkImageWeightedSum.GetWeights | ( | ) | [virtual] |
The weights control the contribution of each input to the sum. They will be normalized to sum to 1 before filter execution.
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.
static new vtkImageWeightedSum Kitware.VTK.vtkImageWeightedSum.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
virtual void Kitware.VTK.vtkImageWeightedSum.NormalizeByWeightOff | ( | ) | [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.NormalizeByWeightOn | ( | ) | [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.
static new vtkImageWeightedSum Kitware.VTK.vtkImageWeightedSum.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
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.
virtual void Kitware.VTK.vtkImageWeightedSum.SetWeights | ( | vtkDoubleArray | arg0 | ) | [virtual] |
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 int Kitware.VTK.vtkImageWeightedSum.vtkImageWeightedSum_GetNormalizeByWeightMaxValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageWeightedSum.vtkImageWeightedSum_GetNormalizeByWeightMinValue_04 | ( | 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] |
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.