35#ifndef vtkLengthDistribution_h
36#define vtkLengthDistribution_h
38#include "vtkFiltersStatisticsModule.h"
64 vtkGetMacro(SortSample,
bool);
65 vtkSetMacro(SortSample,
bool);
66 vtkBooleanMacro(SortSample,
bool);
90 bool SortSample =
true;
abstract class to specify cell behavior
abstract superclass for arrays of numeric data
a simple class to control print indentation
Sample the distribution of representative "cell lengths" of a mesh.
static vtkLengthDistribution * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
double GetLengthQuantile(double qq=0.5)
Return the length scale at a particular quantile.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkLengthDistribution()=default
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkLengthDistribution() override=default
Superclass for algorithms that produce only vtkTables as output.