ActiViz .NET
5.8.0
|
vtkImageVariance3D - Variance in a neighborhood. More...
Public Member Functions | |
vtkImageVariance3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageVariance3D () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageVariance3D | NewInstance () |
Undocumented Block. | |
void | SetKernelSize (int size0, int size1, int size2) |
This method sets the size of the neighborhood. It also sets the default middle of the neighborhood and computes the Elliptical foot print. | |
Static Public Member Functions | |
static new vtkImageVariance3D | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageVariance3D | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageVariance3D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "18vtkImageVariance3D" |
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 | vtkImageVariance3D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageVariance3D_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkImageVariance3D_IsTypeOf_02 (string type) |
static internal IntPtr | vtkImageVariance3D_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageVariance3D_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageVariance3D_SetKernelSize_06 (HandleRef pThis, int size0, int size1, int size2) |
Static Private Member Functions | |
static | vtkImageVariance3D () |
Automatically generated type registration mechanics. |
vtkImageVariance3D - Variance in a neighborhood.
Description vtkImageVariance3D replaces each pixel with a measurement of pixel variance in a elliptical neighborhood centered on that pixel. The value computed is not exactly the variance. The difference between the neighbor values and center value is computed and squared for each neighbor. These values are summed and divided by the total number of neighbors to produce the output value.
static Kitware.VTK.vtkImageVariance3D.vtkImageVariance3D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageVariance3D.vtkImageVariance3D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageVariance3D.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.vtkImageSpatialAlgorithm.
override int Kitware.VTK.vtkImageVariance3D.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
static new int Kitware.VTK.vtkImageVariance3D.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
static new vtkImageVariance3D Kitware.VTK.vtkImageVariance3D.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
static new vtkImageVariance3D Kitware.VTK.vtkImageVariance3D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
void Kitware.VTK.vtkImageVariance3D.SetKernelSize | ( | int | size0, |
int | size1, | ||
int | size2 | ||
) |
This method sets the size of the neighborhood. It also sets the default middle of the neighborhood and computes the Elliptical foot print.
static internal int Kitware.VTK.vtkImageVariance3D.vtkImageVariance3D_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageVariance3D.vtkImageVariance3D_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageVariance3D.vtkImageVariance3D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageVariance3D.vtkImageVariance3D_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageVariance3D.vtkImageVariance3D_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageVariance3D.vtkImageVariance3D_SetKernelSize_06 | ( | HandleRef | pThis, |
int | size0, | ||
int | size1, | ||
int | size2 | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageVariance3D.MRClassNameKey = "18vtkImageVariance3D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
new const string Kitware.VTK.vtkImageVariance3D.MRFullTypeName = "Kitware.VTK.vtkImageVariance3D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.