ActiViz .NET
5.8.0
|
vtkImageCorrelation - Correlation imageof the two inputs. More...
Public Member Functions | |
vtkImageCorrelation (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageCorrelation () | |
Undocumented Block. | |
virtual int | GetDimensionality () |
Determines how the input is interpreted (set of 2d slices ...). The default is 2. | |
virtual int | GetDimensionalityMaxValue () |
Determines how the input is interpreted (set of 2d slices ...). The default is 2. | |
virtual int | GetDimensionalityMinValue () |
Determines how the input is interpreted (set of 2d slices ...). The default is 2. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageCorrelation | NewInstance () |
Undocumented Block. | |
virtual void | SetDimensionality (int _arg) |
Determines how the input is interpreted (set of 2d slices ...). The default is 2. | |
virtual void | SetInput1 (vtkDataObject arg0) |
Set the input image. | |
virtual void | SetInput2 (vtkDataObject arg0) |
Set the correlation kernel. | |
Static Public Member Functions | |
static new vtkImageCorrelation | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageCorrelation | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageCorrelation" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkImageCorrelation" |
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 | vtkImageCorrelation_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageCorrelation_GetDimensionality_01 (HandleRef pThis) |
static internal int | vtkImageCorrelation_GetDimensionalityMaxValue_02 (HandleRef pThis) |
static internal int | vtkImageCorrelation_GetDimensionalityMinValue_03 (HandleRef pThis) |
static internal int | vtkImageCorrelation_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkImageCorrelation_IsTypeOf_05 (string type) |
static internal IntPtr | vtkImageCorrelation_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageCorrelation_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageCorrelation_SetDimensionality_09 (HandleRef pThis, int _arg) |
static internal void | vtkImageCorrelation_SetInput1_10 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkImageCorrelation_SetInput2_11 (HandleRef pThis, HandleRef arg0) |
Static Private Member Functions | |
static | vtkImageCorrelation () |
Automatically generated type registration mechanics. |
vtkImageCorrelation - Correlation imageof the two inputs.
Description vtkImageCorrelation finds the correlation between two data sets. SetDimensionality determines whether the Correlation will be 3D, 2D or 1D. The default is a 2D Correlation. The Output type will be double. The output size will match the size of the first input. The second input is considered the correlation kernel.
static Kitware.VTK.vtkImageCorrelation.vtkImageCorrelation | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageCorrelation.vtkImageCorrelation | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageCorrelation.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.vtkImageCorrelation.GetDimensionality | ( | ) | [virtual] |
Determines how the input is interpreted (set of 2d slices ...). The default is 2.
virtual int Kitware.VTK.vtkImageCorrelation.GetDimensionalityMaxValue | ( | ) | [virtual] |
Determines how the input is interpreted (set of 2d slices ...). The default is 2.
virtual int Kitware.VTK.vtkImageCorrelation.GetDimensionalityMinValue | ( | ) | [virtual] |
Determines how the input is interpreted (set of 2d slices ...). The default is 2.
override int Kitware.VTK.vtkImageCorrelation.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new int Kitware.VTK.vtkImageCorrelation.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageCorrelation Kitware.VTK.vtkImageCorrelation.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageCorrelation Kitware.VTK.vtkImageCorrelation.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
virtual void Kitware.VTK.vtkImageCorrelation.SetDimensionality | ( | int | _arg | ) | [virtual] |
Determines how the input is interpreted (set of 2d slices ...). The default is 2.
virtual void Kitware.VTK.vtkImageCorrelation.SetInput1 | ( | vtkDataObject | arg0 | ) | [virtual] |
Set the input image.
virtual void Kitware.VTK.vtkImageCorrelation.SetInput2 | ( | vtkDataObject | arg0 | ) | [virtual] |
Set the correlation kernel.
static internal int Kitware.VTK.vtkImageCorrelation.vtkImageCorrelation_GetDimensionality_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageCorrelation.vtkImageCorrelation_GetDimensionalityMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageCorrelation.vtkImageCorrelation_GetDimensionalityMinValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageCorrelation.vtkImageCorrelation_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageCorrelation.vtkImageCorrelation_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageCorrelation.vtkImageCorrelation_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageCorrelation.vtkImageCorrelation_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageCorrelation.vtkImageCorrelation_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCorrelation.vtkImageCorrelation_SetDimensionality_09 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCorrelation.vtkImageCorrelation_SetInput1_10 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageCorrelation.vtkImageCorrelation_SetInput2_11 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageCorrelation.MRClassNameKey = "19vtkImageCorrelation" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
new const string Kitware.VTK.vtkImageCorrelation.MRFullTypeName = "Kitware.VTK.vtkImageCorrelation" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.