ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkImageCityBlockDistance Class Reference

vtkImageCityBlockDistance - 1,2 or 3D distance map. More...

Inheritance diagram for Kitware.VTK.vtkImageCityBlockDistance:
[legend]
Collaboration diagram for Kitware.VTK.vtkImageCityBlockDistance:
[legend]

List of all members.

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.

Detailed Description

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).


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageDecomposeFilter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageDecomposeFilter.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkImageCityBlockDistance.vtkImageCityBlockDistance_IsA_01 ( HandleRef  pThis,
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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: