Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkImageCityBlockDistance Class Reference

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

#include <vtkImageCityBlockDistance.h>

Inheritance diagram for vtkImageCityBlockDistance:

Inheritance graph
[legend]
Collaboration diagram for vtkImageCityBlockDistance:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)

Static Public Methods

vtkImageCityBlockDistance * New ()
int IsTypeOf (const char *type)
vtkImageCityBlockDistance * SafeDownCast (vtkObject *o)

Protected Methods

 vtkImageCityBlockDistance ()
 ~vtkImageCityBlockDistance ()
void ComputeInputUpdateExtent (int inExt[6], int outExt[6])
void IterativeExecuteData (vtkImageData *inData, vtkImageData *outData)
void AllocateOutputScalars (vtkImageData *outData)

Detailed Description

1,2 or 3D distance map.

Date:
2001/10/11 13:37:39
Revision:
1.25
Thanks:
Thanks to C. Charles Law who developed this class.
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).
Tests:
vtkImageCityBlockDistance (Tests)

Definition at line 69 of file vtkImageCityBlockDistance.h.


Constructor & Destructor Documentation

vtkImageCityBlockDistance::vtkImageCityBlockDistance   [protected]
 

vtkImageCityBlockDistance::~vtkImageCityBlockDistance   [inline, protected]
 

Definition at line 77 of file vtkImageCityBlockDistance.h.


Member Function Documentation

vtkImageCityBlockDistance* vtkImageCityBlockDistance::New   [static]
 

Instantiate object with no start, end, or progress methods.

Reimplemented from vtkImageToImageFilter.

virtual const char* vtkImageCityBlockDistance::GetClassName   [virtual]
 

Construct an instance of vtkImageDecomposeFilter filter with default dimensionality 3.

Reimplemented from vtkImageDecomposeFilter.

int vtkImageCityBlockDistance::IsTypeOf const char *    type [static]
 

Construct an instance of vtkImageDecomposeFilter filter with default dimensionality 3.

Reimplemented from vtkImageDecomposeFilter.

virtual int vtkImageCityBlockDistance::IsA const char *    type [virtual]
 

Construct an instance of vtkImageDecomposeFilter filter with default dimensionality 3.

Reimplemented from vtkImageDecomposeFilter.

vtkImageCityBlockDistance* vtkImageCityBlockDistance::SafeDownCast vtkObject   o [static]
 

Construct an instance of vtkImageDecomposeFilter filter with default dimensionality 3.

Reimplemented from vtkImageDecomposeFilter.

void vtkImageCityBlockDistance::ComputeInputUpdateExtent int    inExt[6],
int    outExt[6]
[protected, virtual]
 

Reimplemented from vtkImageIterateFilter.

void vtkImageCityBlockDistance::IterativeExecuteData vtkImageData   inData,
vtkImageData   outData
[protected, virtual]
 

Reimplemented from vtkImageIterateFilter.

void vtkImageCityBlockDistance::AllocateOutputScalars vtkImageData   outData [protected, virtual]
 

Reimplemented from vtkImageIterateFilter.


The documentation for this class was generated from the following file:
Generated on Thu Mar 28 14:30:13 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001