49#ifndef vtkComputeHistogram2DOutliers_h
50#define vtkComputeHistogram2DOutliers_h
52#include "vtkFiltersImagingModule.h"
69 vtkSetMacro(PreferredNumberOfOutliers,
int);
70 vtkGetMacro(PreferredNumberOfOutliers,
int);
79 INPUT_HISTOGRAMS_MULTIBLOCK
83 OUTPUT_SELECTED_ROWS = 0,
84 OUTPUT_SELECTED_TABLE_DATA
Proxy object to connect input/output ports.
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
create and manipulate ordered lists of objects
compute the outliers in a set of 2D histograms and extract the corresponding row data.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkComputeHistogram2DOutliers()
void SetInputTableConnection(vtkAlgorithmOutput *cxn)
Set the source table data, from which data will be filtered.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkComputeHistogram2DOutliers * New()
vtkTable * GetOutputTable()
void SetInputHistogramMultiBlockConnection(vtkAlgorithmOutput *cxn)
Set the input histogram data as a vtkMultiBlockData set containing multiple vtkImageData objects.
virtual int ComputeOutlierThresholds(vtkCollection *histograms, vtkCollection *thresholds)
Compute the thresholds (essentially bin extents) that contain outliers for a collection of vtkImageDa...
~vtkComputeHistogram2DOutliers() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetInputHistogramImageDataConnection(vtkAlgorithmOutput *cxn)
Set the input histogram data as a (repeatable) vtkImageData.
@ INPUT_HISTOGRAMS_IMAGE_DATA
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
int PreferredNumberOfOutliers
virtual int ComputeOutlierThresholds(vtkImageData *histogram, vtkDoubleArray *thresholds, double threshold)
Compute the thresholds (bin extents) that contain outliers for a single vtkImageData histogram.
virtual int FillOutlierIds(vtkTable *data, vtkCollection *thresholds, vtkIdTypeArray *rowIds, vtkTable *outTable)
Take a set of range thresholds (bin extents) and filter out rows from the input table data that fits ...
dynamic, self-adjusting array of double
dynamic, self-adjusting array of vtkIdType
topologically and geometrically regular array of data
a simple class to control print indentation
Superclass for algorithms that produce only Selection as output.
A table, which contains similar-typed columns of data.
record modification and/or execution time