38#ifndef vtkImageHistogramStatistics_h
39#define vtkImageHistogramStatistics_h
42#include "vtkImagingStatisticsModule.h"
dynamic, self-adjusting array of vtkIdType
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
double AutoRangePercentiles[2]
double GetMean()
Get the mean value of the image.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
double AutoRangeExpansionFactors[2]
double GetMinimum()
Get the minimum value present in the image.
double GetMedian()
Get the median value.
double GetMaximum()
Get the maximum value present in the image.
vtkImageHistogramStatistics()
~vtkImageHistogramStatistics() override
double GetStandardDeviation()
Get the standard deviation of the values in the image.
static vtkImageHistogramStatistics * New()
efficient description of an image stencil
a simple class to control print indentation