|
ActiViz .NET
5.8.0
|
vtkImageIslandRemoval2D - Removes small clusters in masks. More...
Public Member Functions | |
| vtkImageIslandRemoval2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkImageIslandRemoval2D () | |
| Constructor: Sets default filter to be identity. | |
| virtual int | GetAreaThreshold () |
| Set/Get the cutoff area for removal. | |
| virtual double | GetIslandValue () |
| Set/Get the value to remove. | |
| virtual double | GetReplaceValue () |
| Set/Get the value to put in the place of removed pixels. | |
| virtual int | GetSquareNeighborhood () |
| Set/Get whether to use 4 or 8 neighbors. | |
| override int | IsA (string type) |
| Constructor: Sets default filter to be identity. | |
| new vtkImageIslandRemoval2D | NewInstance () |
| Constructor: Sets default filter to be identity. | |
| virtual void | SetAreaThreshold (int _arg) |
| Set/Get the cutoff area for removal. | |
| virtual void | SetIslandValue (double _arg) |
| Set/Get the value to remove. | |
| virtual void | SetReplaceValue (double _arg) |
| Set/Get the value to put in the place of removed pixels. | |
| virtual void | SetSquareNeighborhood (int _arg) |
| Set/Get whether to use 4 or 8 neighbors. | |
| virtual void | SquareNeighborhoodOff () |
| Set/Get whether to use 4 or 8 neighbors. | |
| virtual void | SquareNeighborhoodOn () |
| Set/Get whether to use 4 or 8 neighbors. | |
Static Public Member Functions | |
| static new vtkImageIslandRemoval2D | New () |
| Constructor: Sets default filter to be identity. | |
| static new int | IsTypeOf (string type) |
| Constructor: Sets default filter to be identity. | |
| static new vtkImageIslandRemoval2D | SafeDownCast (vtkObjectBase o) |
| Constructor: Sets default filter to be identity. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkImageIslandRemoval2D" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "23vtkImageIslandRemoval2D" |
| 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 | vtkImageIslandRemoval2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkImageIslandRemoval2D_GetAreaThreshold_01 (HandleRef pThis) |
| static internal double | vtkImageIslandRemoval2D_GetIslandValue_02 (HandleRef pThis) |
| static internal double | vtkImageIslandRemoval2D_GetReplaceValue_03 (HandleRef pThis) |
| static internal int | vtkImageIslandRemoval2D_GetSquareNeighborhood_04 (HandleRef pThis) |
| static internal int | vtkImageIslandRemoval2D_IsA_05 (HandleRef pThis, string type) |
| static internal int | vtkImageIslandRemoval2D_IsTypeOf_06 (string type) |
| static internal IntPtr | vtkImageIslandRemoval2D_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkImageIslandRemoval2D_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkImageIslandRemoval2D_SetAreaThreshold_10 (HandleRef pThis, int _arg) |
| static internal void | vtkImageIslandRemoval2D_SetIslandValue_11 (HandleRef pThis, double _arg) |
| static internal void | vtkImageIslandRemoval2D_SetReplaceValue_12 (HandleRef pThis, double _arg) |
| static internal void | vtkImageIslandRemoval2D_SetSquareNeighborhood_13 (HandleRef pThis, int _arg) |
| static internal void | vtkImageIslandRemoval2D_SquareNeighborhoodOff_14 (HandleRef pThis) |
| static internal void | vtkImageIslandRemoval2D_SquareNeighborhoodOn_15 (HandleRef pThis) |
Static Private Member Functions | |
| static | vtkImageIslandRemoval2D () |
| Automatically generated type registration mechanics. | |
vtkImageIslandRemoval2D - Removes small clusters in masks.
Description vtkImageIslandRemoval2D computes the area of separate islands in a mask image. It removes any island that has less than AreaThreshold pixels. Output has the same ScalarType as input. It generates the whole 2D output image for any output request.
| static Kitware.VTK.vtkImageIslandRemoval2D.vtkImageIslandRemoval2D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkImageIslandRemoval2D.vtkImageIslandRemoval2D | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Constructor: Sets default filter to be identity.
| override void Kitware.VTK.vtkImageIslandRemoval2D.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.vtkImageAlgorithm.
| virtual int Kitware.VTK.vtkImageIslandRemoval2D.GetAreaThreshold | ( | ) | [virtual] |
Set/Get the cutoff area for removal.
| virtual double Kitware.VTK.vtkImageIslandRemoval2D.GetIslandValue | ( | ) | [virtual] |
Set/Get the value to remove.
| virtual double Kitware.VTK.vtkImageIslandRemoval2D.GetReplaceValue | ( | ) | [virtual] |
Set/Get the value to put in the place of removed pixels.
| virtual int Kitware.VTK.vtkImageIslandRemoval2D.GetSquareNeighborhood | ( | ) | [virtual] |
Set/Get whether to use 4 or 8 neighbors.
| override int Kitware.VTK.vtkImageIslandRemoval2D.IsA | ( | string | type | ) | [virtual] |
Constructor: Sets default filter to be identity.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| static new int Kitware.VTK.vtkImageIslandRemoval2D.IsTypeOf | ( | string | type | ) | [static] |
Constructor: Sets default filter to be identity.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| static new vtkImageIslandRemoval2D Kitware.VTK.vtkImageIslandRemoval2D.New | ( | ) | [static] |
Constructor: Sets default filter to be identity.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Constructor: Sets default filter to be identity.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| static new vtkImageIslandRemoval2D Kitware.VTK.vtkImageIslandRemoval2D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Constructor: Sets default filter to be identity.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| virtual void Kitware.VTK.vtkImageIslandRemoval2D.SetAreaThreshold | ( | int | _arg | ) | [virtual] |
Set/Get the cutoff area for removal.
| virtual void Kitware.VTK.vtkImageIslandRemoval2D.SetIslandValue | ( | double | _arg | ) | [virtual] |
Set/Get the value to remove.
| virtual void Kitware.VTK.vtkImageIslandRemoval2D.SetReplaceValue | ( | double | _arg | ) | [virtual] |
Set/Get the value to put in the place of removed pixels.
| virtual void Kitware.VTK.vtkImageIslandRemoval2D.SetSquareNeighborhood | ( | int | _arg | ) | [virtual] |
Set/Get whether to use 4 or 8 neighbors.
| virtual void Kitware.VTK.vtkImageIslandRemoval2D.SquareNeighborhoodOff | ( | ) | [virtual] |
Set/Get whether to use 4 or 8 neighbors.
| virtual void Kitware.VTK.vtkImageIslandRemoval2D.SquareNeighborhoodOn | ( | ) | [virtual] |
Set/Get whether to use 4 or 8 neighbors.
| static internal int Kitware.VTK.vtkImageIslandRemoval2D.vtkImageIslandRemoval2D_GetAreaThreshold_01 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkImageIslandRemoval2D.vtkImageIslandRemoval2D_GetIslandValue_02 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkImageIslandRemoval2D.vtkImageIslandRemoval2D_GetReplaceValue_03 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkImageIslandRemoval2D.vtkImageIslandRemoval2D_GetSquareNeighborhood_04 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkImageIslandRemoval2D.vtkImageIslandRemoval2D_IsA_05 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkImageIslandRemoval2D.vtkImageIslandRemoval2D_IsTypeOf_06 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageIslandRemoval2D.vtkImageIslandRemoval2D_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageIslandRemoval2D.vtkImageIslandRemoval2D_NewInstance_08 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageIslandRemoval2D.vtkImageIslandRemoval2D_SafeDownCast_09 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageIslandRemoval2D.vtkImageIslandRemoval2D_SetAreaThreshold_10 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageIslandRemoval2D.vtkImageIslandRemoval2D_SetIslandValue_11 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageIslandRemoval2D.vtkImageIslandRemoval2D_SetReplaceValue_12 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageIslandRemoval2D.vtkImageIslandRemoval2D_SetSquareNeighborhood_13 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImageIslandRemoval2D.vtkImageIslandRemoval2D_SquareNeighborhoodOff_14 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkImageIslandRemoval2D.vtkImageIslandRemoval2D_SquareNeighborhoodOn_15 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkImageIslandRemoval2D.MRClassNameKey = "23vtkImageIslandRemoval2D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| new const string Kitware.VTK.vtkImageIslandRemoval2D.MRFullTypeName = "Kitware.VTK.vtkImageIslandRemoval2D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
1.7.6.1