#include <vtkImageShrink3D.h>
Inheritance diagram for vtkImageShrink3D:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetShrinkFactors (int, int, int) |
virtual void | SetShrinkFactors (int[3]) |
virtual int * | GetShrinkFactors () |
virtual void | GetShrinkFactors (int &, int &, int &) |
virtual void | GetShrinkFactors (int[3]) |
virtual void | SetShift (int, int, int) |
virtual void | SetShift (int[3]) |
virtual int * | GetShift () |
virtual void | GetShift (int &, int &, int &) |
virtual void | GetShift (int[3]) |
void | SetAveraging (int) |
int | GetAveraging () |
virtual void | AveragingOn () |
virtual void | AveragingOff () |
void | SetMean (int) |
virtual int | GetMean () |
virtual void | MeanOn () |
virtual void | MeanOff () |
void | SetMinimum (int) |
virtual int | GetMinimum () |
virtual void | MinimumOn () |
virtual void | MinimumOff () |
void | SetMaximum (int) |
virtual int | GetMaximum () |
virtual void | MaximumOn () |
virtual void | MaximumOff () |
void | SetMedian (int) |
virtual int | GetMedian () |
virtual void | MedianOn () |
virtual void | MedianOff () |
Static Public Methods | |
vtkImageShrink3D * | New () |
int | IsTypeOf (const char *type) |
vtkImageShrink3D * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageShrink3D () | |
~vtkImageShrink3D () | |
vtkImageShrink3D (const vtkImageShrink3D &) | |
void | operator= (const vtkImageShrink3D &) |
void | ExecuteInformation (vtkImageData *inData, vtkImageData *outData) |
void | ComputeInputUpdateExtent (int inExt[6], int outExt[6]) |
void | ExecuteInformation () |
void | ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int ext[6], int id) |
Protected Attributes | |
int | ShrinkFactors [3] |
int | Shift [3] |
int | Mean |
int | Minimum |
int | Maximum |
int | Median |
Definition at line 60 of file vtkImageShrink3D.h.
|
|
|
Definition at line 103 of file vtkImageShrink3D.h. |
|
Definition at line 104 of file vtkImageShrink3D.h. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkImageToImageFilter. |
|
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 vtkImageToImageFilter. |
|
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 vtkImageToImageFilter. |
|
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 vtkImageToImageFilter. |
|
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 vtkImageToImageFilter. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageToImageFilter. |
|
Set/Get the shrink factors |
|
|
|
|
|
|
|
|
|
Set/Get the pixel to use as origin. |
|
|
|
|
|
|
|
|
|
Choose Mean, Minimum, Maximum, Median or sub sampling. The neighborhood operations are not centered on the sampled pixel. This may cause a half pixel shift in your output image. You can changed "Shift" to get around this. vtkImageGaussianSmooth or vtkImageMean with strides. |
|
Definition at line 81 of file vtkImageShrink3D.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 105 of file vtkImageShrink3D.h. |
|
Reimplemented from vtkImageToImageFilter. |
|
Reimplemented from vtkImageToImageFilter. |
|
Reimplemented from vtkImageToImageFilter. Definition at line 116 of file vtkImageShrink3D.h. |
|
If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method. It is public so that the thread functions can call this method. Reimplemented from vtkImageToImageFilter. |
|
Definition at line 107 of file vtkImageShrink3D.h. |
|
Definition at line 108 of file vtkImageShrink3D.h. |
|
Definition at line 109 of file vtkImageShrink3D.h. |
|
Definition at line 110 of file vtkImageShrink3D.h. |
|
Definition at line 111 of file vtkImageShrink3D.h. |
|
Definition at line 112 of file vtkImageShrink3D.h. |