ActiViz .NET
5.8.0
|
vtkImageCityBlockDistance - 1,2 or 3D distance map. More...
Public Member Functions | |
vtkImageCityBlockDistance (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageCityBlockDistance () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageCityBlockDistance | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkImageCityBlockDistance | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageCityBlockDistance | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageCityBlockDistance" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "25vtkImageCityBlockDistance" |
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 | vtkImageCityBlockDistance_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageCityBlockDistance_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkImageCityBlockDistance_IsTypeOf_02 (string type) |
static internal IntPtr | vtkImageCityBlockDistance_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageCityBlockDistance_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkImageCityBlockDistance () |
Automatically generated type registration mechanics. |
vtkImageCityBlockDistance - 1,2 or 3D distance map.
Description vtkImageCityBlockDistance creates a distance map using the city block (Manhatten) distance measure. The input is a mask. Zero values are considered boundaries. The output pixel is the minimum of the input pixel and the distance to a boundary (or neighbor value + 1 unit). distance values are calculated in pixels. The filter works by taking 6 passes (for 3d distance map): 2 along each axis (forward and backward). Each pass keeps a running minimum distance. For some reason, I preserve the sign if the distance. If the input mask is initially negative, the output distances will be negative. Distances maps can have inside (negative regions) and outsides (positive regions).
static Kitware.VTK.vtkImageCityBlockDistance.vtkImageCityBlockDistance | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageCityBlockDistance.vtkImageCityBlockDistance | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageCityBlockDistance.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.vtkImageDecomposeFilter.
override int Kitware.VTK.vtkImageCityBlockDistance.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageDecomposeFilter.
static new int Kitware.VTK.vtkImageCityBlockDistance.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageDecomposeFilter.
static new vtkImageCityBlockDistance Kitware.VTK.vtkImageCityBlockDistance.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageDecomposeFilter.
static new vtkImageCityBlockDistance Kitware.VTK.vtkImageCityBlockDistance.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageDecomposeFilter.
static internal int Kitware.VTK.vtkImageCityBlockDistance.vtkImageCityBlockDistance_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageCityBlockDistance.vtkImageCityBlockDistance_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageCityBlockDistance.vtkImageCityBlockDistance_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageCityBlockDistance.vtkImageCityBlockDistance_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageCityBlockDistance.vtkImageCityBlockDistance_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageCityBlockDistance.MRClassNameKey = "25vtkImageCityBlockDistance" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageDecomposeFilter.
new const string Kitware.VTK.vtkImageCityBlockDistance.MRFullTypeName = "Kitware.VTK.vtkImageCityBlockDistance" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageDecomposeFilter.