vtkImageAccumulate - Generalized histograms upto 4 dimensions.
Super Class: vtkImageFilter
Description:
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". The input can be any type, but the output is always int.
Methods:
void vtkImageAccumulate () | |
static vtkImageAccumulate *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void InterceptCacheUpdate () | |
void SetComponentSpacing (float ,float ,float ) | |
void SetComponentSpacing (float *) | |
float *GetComponentSpacing () | |
void SetComponentOrigin (float ,float ,float ) | |
void SetComponentOrigin (float *) | |
float *GetComponentOrigin () | |
void SetComponentExtent (int ) | |
void SetComponentExtent (int ,int ,int ,int ,int ,int ) | |
void GetComponentExtent (int ) | |
int *GetComponentExtent () | |
void ExecuteImageInformation () | |
void ComputeRequiredInputUpdateExtent (int ,int ) | |
void Execute (vtkImageData * ,vtkImageData *) |
Detailed Method Descriptions:
void InterceptCacheUpdate () |
void SetComponentSpacing (float ,float ,float ) | |
void SetComponentSpacing (float *) | |
float *GetComponentSpacing () |
void SetComponentOrigin (float ,float ,float ) | |
void SetComponentOrigin (float *) | |
float *GetComponentOrigin () |
void SetComponentExtent (int ) | |
void SetComponentExtent (int ,int ,int ,int ,int ,int ) | |
void GetComponentExtent (int ) |