#include <vtkImageAccumulate.h>
Inheritance diagram for vtkImageAccumulate:
vtkImageAccumulate - This filter divides component space into discrete bins. It then counts the number of pixels associated with each bin. The output is this "scatter plot" (histogram values for 1D). The dimensionality of the output depends on how many components the input pixels have. Input pixels with one component generate a 1D histogram. This filter can only handle images with 1 to 3 scalar components. The input can be any type, but the output is always int. Some statistics are computed on the pixel values at the same time. The SetStencilFunction, SetClippingExtents and ReverseStencil functions allow the statistics to be computed on an arbitrary portion of the input data. See the documentation for vtkImageStencil for more information.
Definition at line 46 of file vtkImageAccumulate.h.
Public Types | |
typedef vtkImageAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetComponentSpacing (double, double, double) |
virtual void | SetComponentSpacing (double[3]) |
virtual double * | GetComponentSpacing () |
virtual void | GetComponentSpacing (double &, double &, double &) |
virtual void | GetComponentSpacing (double[3]) |
virtual void | SetComponentOrigin (double, double, double) |
virtual void | SetComponentOrigin (double[3]) |
virtual double * | GetComponentOrigin () |
virtual void | GetComponentOrigin (double &, double &, double &) |
virtual void | GetComponentOrigin (double[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 () |
void | SetStencil (vtkImageStencilData *stencil) |
vtkImageStencilData * | GetStencil () |
virtual void | SetReverseStencil (int) |
virtual void | ReverseStencilOn () |
virtual void | ReverseStencilOff () |
virtual int | GetReverseStencil () |
virtual double * | GetMin () |
virtual void | GetMin (double &, double &, double &) |
virtual void | GetMin (double[3]) |
virtual double * | GetMax () |
virtual void | GetMax (double &, double &, double &) |
virtual void | GetMax (double[3]) |
virtual double * | GetMean () |
virtual void | GetMean (double &, double &, double &) |
virtual void | GetMean (double[3]) |
virtual double * | GetStandardDeviation () |
virtual void | GetStandardDeviation (double &, double &, double &) |
virtual void | GetStandardDeviation (double[3]) |
virtual long int | GetVoxelCount () |
Static Public Member Functions | |
static vtkImageAccumulate * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageAccumulate * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageAccumulate () | |
~vtkImageAccumulate () | |
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
Protected Attributes | |
double | ComponentSpacing [3] |
double | ComponentOrigin [3] |
int | ComponentExtent [6] |
double | Min [3] |
double | Max [3] |
double | Mean [3] |
double | StandardDeviation [3] |
long int | VoxelCount |
int | ReverseStencil |
|
Reimplemented from vtkImageAlgorithm. Definition at line 50 of file vtkImageAccumulate.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkImageAlgorithm. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageAlgorithm. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageAlgorithm. |
|
Reimplemented from vtkImageAlgorithm. |
|
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 vtkImageAlgorithm. |
|
Set/Get - The component spacing is the dimension of each bin. This ends up being the spacing of the output "image". If the number of input scalar components are less than three, then some of these spacing values are ignored. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this spacing should be set to 100, 0, 0 |
|
|
|
|
|
|
|
|
|
Set/Get - The component origin is the location of bin (0, 0, 0). Note that if the Component extent does not include the value (0,0,0), then this origin bin will not actually be in the output. The origin of the output ends up being the same as the componenet origin. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this origin should be set to 1000, 0, 0 |
|
Set/Get - The component origin is the location of bin (0, 0, 0). Note that if the Component extent does not include the value (0,0,0), then this origin bin will not actually be in the output. The origin of the output ends up being the same as the componenet origin. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this origin should be set to 1000, 0, 0 |
|
Set/Get - The component origin is the location of bin (0, 0, 0). Note that if the Component extent does not include the value (0,0,0), then this origin bin will not actually be in the output. The origin of the output ends up being the same as the componenet origin. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this origin should be set to 1000, 0, 0 |
|
Set/Get - The component origin is the location of bin (0, 0, 0). Note that if the Component extent does not include the value (0,0,0), then this origin bin will not actually be in the output. The origin of the output ends up being the same as the componenet origin. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this origin should be set to 1000, 0, 0 |
|
Set/Get - The component origin is the location of bin (0, 0, 0). Note that if the Component extent does not include the value (0,0,0), then this origin bin will not actually be in the output. The origin of the output ends up being the same as the componenet origin. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this origin should be set to 1000, 0, 0 |
|
Set/Get - The component extent sets the number/extent of the bins. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this extent should be set to 0, 9, 0, 0, 0, 0. The extent specifies inclusive min/max values. This implies the the top extent should be set to the number of bins - 1. |
|
Set/Get - The component extent sets the number/extent of the bins. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this extent should be set to 0, 9, 0, 0, 0, 0. The extent specifies inclusive min/max values. This implies the the top extent should be set to the number of bins - 1. |
|
Set/Get - The component extent sets the number/extent of the bins. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this extent should be set to 0, 9, 0, 0, 0, 0. The extent specifies inclusive min/max values. This implies the the top extent should be set to the number of bins - 1. |
|
Set/Get - The component extent sets the number/extent of the bins. For a 1D histogram with 10 bins spanning the values 1000 to 2000, this extent should be set to 0, 9, 0, 0, 0, 0. The extent specifies inclusive min/max values. This implies the the top extent should be set to the number of bins - 1. Definition at line 84 of file vtkImageAccumulate.h. |
|
Use a stencil to specify which voxels to accumulate. |
|
Use a stencil to specify which voxels to accumulate. |
|
Reverse the stencil. |
|
Reverse the stencil. |
|
Reverse the stencil. |
|
Reverse the stencil. |
|
Get the statistics information for the data. |
|
Get the statistics information for the data. |
|
Get the statistics information for the data. |
|
Get the statistics information for the data. |
|
Get the statistics information for the data. |
|
Get the statistics information for the data. |
|
Get the statistics information for the data. |
|
Get the statistics information for the data. |
|
Get the statistics information for the data. |
|
Get the statistics information for the data. |
|
Get the statistics information for the data. |
|
Get the statistics information for the data. |
|
Get the statistics information for the data. |
|
Reimplemented from vtkImageAlgorithm. |
|
Reimplemented from vtkImageAlgorithm. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkImageAlgorithm. |
|
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle. Reimplemented from vtkImageAlgorithm. |
|
Definition at line 115 of file vtkImageAccumulate.h. |
|
Definition at line 116 of file vtkImageAccumulate.h. |
|
Definition at line 117 of file vtkImageAccumulate.h. |
|
Definition at line 129 of file vtkImageAccumulate.h. |
|
Definition at line 130 of file vtkImageAccumulate.h. |
|
Definition at line 131 of file vtkImageAccumulate.h. |
|
Definition at line 132 of file vtkImageAccumulate.h. |
|
Definition at line 133 of file vtkImageAccumulate.h. |
|
Definition at line 135 of file vtkImageAccumulate.h. |