26 #ifndef vtkLengthDistribution_h
27 #define vtkLengthDistribution_h
29 #include "vtkFiltersStatisticsModule.h"
32 VTK_ABI_NAMESPACE_BEGIN
56 vtkGetMacro(SortSample,
bool);
57 vtkSetMacro(SortSample,
bool);
58 vtkBooleanMacro(SortSample,
bool);
72 double GetLengthQuantile(
double qq = 0.5);
82 bool SortSample =
true;
90 #endif // vtkLengthDistribution_h
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTableAlgorithm * New()
abstract class to specify cell behavior
a simple class to control print indentation
abstract superclass for arrays of numeric data
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.
Sample the distribution of representative "cell lengths" of a mesh.