22#ifndef vtkOTKernelSmoothing_h
23#define vtkOTKernelSmoothing_h
25#include "vtkFiltersOpenTURNSModule.h"
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);
92 void ComputePDF(OT::Sample* input, OT::KernelSmoothing* ks,
double* range,
const char* pdfName);
a simple class to control print indentation
A generic VTK Filter to process vtkTable using openturns algorithm.
A VTK Filter to compute Kernel Smoothing using PDF computation from openturns.
int Process(OT::Sample *input) override
Do the actual computation and store it in output.
void ComputePDF(OT::Sample *input, OT::KernelSmoothing *ks, double *range, const char *pdfName)
~vtkOTKernelSmoothing() override
static vtkOTKernelSmoothing * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Set of utilities for OpenTURNS<->VTK conversions.