#include <vtkImageAccumulateDiscrete.h>
Public Member Functions | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkTypeMacro (vtkImageAccumulateDiscrete, vtkImageToImageFilter) | |
Static Public Member Functions | |
| static vtkImageAccumulateDiscrete * | New () |
Protected Member Functions | |
| void | ComputeInputUpdateExtent (int inExt[6], int outExt[6]) |
| void | ExecuteData (vtkDataObject *) |
| void | ExecuteInformation () |
| void | ExecuteInformation (vtkImageData *input, vtkImageData *output) |
| vtkImageAccumulateDiscrete () | |
| ~vtkImageAccumulateDiscrete () | |
Private Member Functions | |
| void | operator= (const vtkImageAccumulateDiscrete &) |
| vtkImageAccumulateDiscrete (const vtkImageAccumulateDiscrete &) | |
vtkImageAccumulateDiscrete - Generalized histograms up to 4 dimensions.
vtkImageAccumulateDiscrete - 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.
| vtkImageAccumulateDiscrete::vtkImageAccumulateDiscrete | ( | ) | [protected] |
| vtkImageAccumulateDiscrete::~vtkImageAccumulateDiscrete | ( | ) | [inline, protected] |
| vtkImageAccumulateDiscrete::vtkImageAccumulateDiscrete | ( | const vtkImageAccumulateDiscrete & | ) | [private] |
| void vtkImageAccumulateDiscrete::ComputeInputUpdateExtent | ( | int | inExt[6], | |
| int | outExt[6] | |||
| ) | [protected] |
| void vtkImageAccumulateDiscrete::ExecuteData | ( | vtkDataObject * | ) | [protected] |
References type, and vtkImageAccumulateDiscreteExecute().
| void vtkImageAccumulateDiscrete::ExecuteInformation | ( | ) | [inline, protected] |
| void vtkImageAccumulateDiscrete::ExecuteInformation | ( | vtkImageData * | input, | |
| vtkImageData * | output | |||
| ) | [protected] |
| vtkImageAccumulateDiscrete * vtkImageAccumulateDiscrete::New | ( | ) | [static] |
References autoSlicerTracto2regions::ret.
| void vtkImageAccumulateDiscrete::operator= | ( | const vtkImageAccumulateDiscrete & | ) | [private] |
| void vtkImageAccumulateDiscrete::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) |
| vtkImageAccumulateDiscrete::vtkTypeMacro | ( | vtkImageAccumulateDiscrete | , | |
| vtkImageToImageFilter | ||||
| ) |
1.6.1