25#ifndef vtkOTKernelSmoothing_h
26#define vtkOTKernelSmoothing_h
28#include "vtkFiltersOpenTURNSModule.h"
95 void ComputePDF(OT::Sample* input, OT::KernelSmoothing* ks,
double* range,
const char* pdfName);
a simple class to control print indentation
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.