27#ifndef vtkPComputeHistogram2DOutliers_h 
   28#define vtkPComputeHistogram2DOutliers_h 
   31#include "vtkFiltersParallelImagingModule.h"  
   33VTK_ABI_NAMESPACE_BEGIN
 
compute the outliers in a set of 2D histograms and extract the corresponding row data.
 
a simple class to control print indentation
 
Multiprocessing communication superclass.
 
extract outlier rows from a vtkTable based on input 2D histograms, in parallel.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
static vtkPComputeHistogram2DOutliers * New()
 
virtual void SetController(vtkMultiProcessController *)
 
~vtkPComputeHistogram2DOutliers() override
 
vtkMultiProcessController * Controller
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
vtkPComputeHistogram2DOutliers()