48 #ifndef vtkComputeHistogram2DOutliers_h
49 #define vtkComputeHistogram2DOutliers_h
68 vtkSetMacro(PreferredNumberOfOutliers,
int);
69 vtkGetMacro(PreferredNumberOfOutliers,
int);
78 INPUT_HISTOGRAMS_MULTIBLOCK
82 OUTPUT_SELECTED_ROWS=0,
83 OUTPUT_SELECTED_TABLE_DATA
virtual int FillInputPortInformation(int port, vtkInformation *info)
record modification and/or execution time
dynamic, self-adjusting array of vtkIdType
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Proxy object to connect input/output ports.
dynamic, self-adjusting array of double
void SetInputHistogramImageDataConnection(vtkAlgorithmOutput *cxn)
static vtkSelectionAlgorithm * New()
a simple class to control print indentation
#define VTKFILTERSIMAGING_EXPORT
topologically and geometrically regular array of data
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)
create and manipulate unsorted lists of objects
int PreferredNumberOfOutliers
void PrintSelf(ostream &os, vtkIndent indent)
compute the outliers in a set of 2D histograms and extract the corresponding row data.