#include <vtkImageCityBlockDistance.h>
Inheritance diagram for vtkImageCityBlockDistance:
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 () | |
vtkImageCityBlockDistance (const vtkImageCityBlockDistance &) | |
void | operator= (const vtkImageCityBlockDistance &) |
void | ComputeInputUpdateExtent (int inExt[6], int outExt[6]) |
void | Execute (vtkImageData *inData, vtkImageData *outData) |
void | Execute () |
void | Execute (vtkImageData *outData) |
void | EnlargeOutputUpdateExtents (vtkDataObject *data) |
Definition at line 69 of file vtkImageCityBlockDistance.h.
|
|
|
Definition at line 77 of file vtkImageCityBlockDistance.h. |
|
Definition at line 78 of file vtkImageCityBlockDistance.h. |
|
Construct an instance of vtkImageDecomposeFilter filter with default dimensionality 3. Reimplemented from vtkImageDecomposeFilter. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageDecomposeFilter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageDecomposeFilter. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageDecomposeFilter. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageDecomposeFilter. |
|
Definition at line 79 of file vtkImageCityBlockDistance.h. |
|
Reimplemented from vtkImageIterateFilter. |
|
Reimplemented from vtkImageIterateFilter. |
|
Reimplemented from vtkImageIterateFilter. Definition at line 83 of file vtkImageCityBlockDistance.h. |
|
Reimplemented from vtkImageIterateFilter. Definition at line 84 of file vtkImageCityBlockDistance.h. |
|
Generate more than requested. Called by the superclass before an execute, and before output memory is allocated. |