#include <vtkImageAccumulate.h>
Inheritance diagram for vtkImageAccumulate:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetComponentSpacing (float, float, float) |
virtual void | SetComponentSpacing (float[3]) |
virtual float * | GetComponentSpacing () |
virtual void | GetComponentSpacing (float &, float &, float &) |
virtual void | GetComponentSpacing (float[3]) |
virtual void | SetComponentOrigin (float, float, float) |
virtual void | SetComponentOrigin (float[3]) |
virtual float * | GetComponentOrigin () |
virtual void | GetComponentOrigin (float &, float &, float &) |
virtual void | GetComponentOrigin (float[3]) |
void | SetComponentExtent (int extent[6]) |
void | SetComponentExtent (int minX, int maxX, int minY, int maxY, int minZ, int maxZ) |
void | GetComponentExtent (int extent[6]) |
int * | GetComponentExtent () |
Static Public Methods | |
vtkImageAccumulate * | New () |
int | IsTypeOf (const char *type) |
vtkImageAccumulate * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageAccumulate () | |
~vtkImageAccumulate () | |
vtkImageAccumulate (const vtkImageAccumulate &) | |
void | operator= (const vtkImageAccumulate &) |
void | ExecuteInformation (vtkImageData *input, vtkImageData *output) |
void | ComputeInputUpdateExtent (int inExt[6], int outExt[6]) |
void | ExecuteInformation () |
void | Execute (vtkImageData *inData, vtkImageData *outData) |
void | Execute () |
void | Execute (vtkImageData *outData) |
void | EnlargeOutputUpdateExtents (vtkDataObject *data) |
Protected Attributes | |
float | ComponentSpacing [3] |
float | ComponentOrigin [3] |
int | ComponentExtent [6] |
Definition at line 62 of file vtkImageAccumulate.h.
|
|
|
Definition at line 86 of file vtkImageAccumulate.h. |
|
Definition at line 87 of file vtkImageAccumulate.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 component spacing is the dimension of each cell. |
|
|
|
|
|
|
|
|
|
Set/Get - The component origin is the location of bin (0, 0, 0). |
|
|
|
|
|
|
|
|
|
Set/Get - The component extent is the number/extent of the bins. |
|
|
|
|
|
Definition at line 82 of file vtkImageAccumulate.h. |
|
Definition at line 88 of file vtkImageAccumulate.h. |
|
Reimplemented from vtkImageToImageFilter. |
|
Reimplemented from vtkImageToImageFilter. |
|
Reimplemented from vtkImageToImageFilter. Definition at line 96 of file vtkImageAccumulate.h. |
|
Reimplemented from vtkImageToImageFilter. |
|
Reimplemented from vtkImageToImageFilter. Definition at line 98 of file vtkImageAccumulate.h. |
|
Reimplemented from vtkImageToImageFilter. Definition at line 99 of file vtkImageAccumulate.h. |
|
Generate more than requested. Called by the superclass before an execute, and before output memory is allocated. |
|
Definition at line 90 of file vtkImageAccumulate.h. |
|
Definition at line 91 of file vtkImageAccumulate.h. |
|
Definition at line 92 of file vtkImageAccumulate.h. |