48 #ifndef __vtkComputeHistogram2DOutliers_h
49 #define __vtkComputeHistogram2DOutliers_h
51 #include "vtkFiltersImagingModule.h"
66 void PrintSelf(ostream& os, vtkIndent indent);
68 vtkSetMacro(PreferredNumberOfOutliers,
int);
69 vtkGetMacro(PreferredNumberOfOutliers,
int);
78 INPUT_HISTOGRAMS_MULTIBLOCK
82 OUTPUT_SELECTED_ROWS=0,
83 OUTPUT_SELECTED_TABLE_DATA
115 vtkInformationVector**,
116 vtkInformationVector*);
123 virtual int ComputeOutlierThresholds(vtkCollection* histograms, vtkCollection* thresholds);
127 virtual int ComputeOutlierThresholds(vtkImageData* histogram, vtkDoubleArray* thresholds,
double threshold);
132 virtual int FillOutlierIds(
vtkTable* data, vtkCollection* thresholds, vtkIdTypeArray* rowIds,
vtkTable* outTable);
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Proxy object to connect input/output ports.
void SetInputHistogramImageDataConnection(vtkAlgorithmOutput *cxn)
static vtkSelectionAlgorithm * New()
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
void SetInputHistogramMultiBlockConnection(vtkAlgorithmOutput *cxn)
Superclass for algorithms that produce only Selection as output.
A table, which contains similar-typed columns of data.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void SetInputTableConnection(vtkAlgorithmOutput *cxn)
int PreferredNumberOfOutliers
void PrintSelf(ostream &os, vtkIndent indent)
compute the outliers in a set of 2D histograms and extract the corresponding row data.