22 #ifndef vtkOTKernelSmoothing_h 23 #define vtkOTKernelSmoothing_h 25 #include "vtkFiltersOpenTurnsModule.h" 30 class KernelSmoothing;
45 vtkGetMacro(PointNumber,
int);
53 vtkSetMacro(GaussianPDF,
bool);
54 vtkGetMacro(GaussianPDF,
bool);
62 vtkSetMacro(TriangularPDF,
bool);
63 vtkGetMacro(TriangularPDF,
bool);
71 vtkSetMacro(EpanechnikovPDF,
bool);
72 vtkGetMacro(EpanechnikovPDF,
bool);
79 vtkSetMacro(BoundaryCorrection,
bool);
80 vtkGetMacro(BoundaryCorrection,
bool);
90 virtual int Process(OT::Sample* input)
override;
92 void ComputePDF(OT::Sample* input,
93 OT::KernelSmoothing* ks,
static vtkTableAlgorithm * New()
virtual int Process(OT::Sample *input)=0
Abstract method to process openturns data.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
A VTK Filter to compute Kernel Smoothing using PDF computation from openturns.
A generic VTK Filter to process vtkTable using openturns algorithm.
Set of utilities for OpenTURNS<->VTK conversions.