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
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
record modification and/or execution time
dynamic, self-adjusting array of vtkIdType
Proxy object to connect input/output ports.
dynamic, self-adjusting array of double
void SetInputHistogramImageDataConnection(vtkAlgorithmOutput *cxn)
Set the input histogram data as a (repeatable) vtkImageData.
static vtkSelectionAlgorithm * New()
a simple class to control print indentation
topologically and geometrically regular array of data
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
void SetInputHistogramMultiBlockConnection(vtkAlgorithmOutput *cxn)
Set the input histogram data as a vtkMultiBlockData set containing multiple vtkImageData objects...
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)
This is called by the superclass.
void SetInputTableConnection(vtkAlgorithmOutput *cxn)
Set the source table data, from which data will be filtered.
create and manipulate ordered lists of objects
int PreferredNumberOfOutliers
compute the outliers in a set of 2D histograms and extract the corresponding row data.