LibreOffice Module vcl (master) 1
Public Member Functions | List of all members
vcl::Kernel Class Referenceabstract

#include <ResampleKernel.hxx>

Inheritance diagram for vcl::Kernel:
[legend]

Public Member Functions

 Kernel ()
 
virtual ~Kernel ()
 
virtual double GetWidth () const =0
 
virtual double Calculate (double x) const =0
 

Detailed Description

Definition at line 29 of file ResampleKernel.hxx.

Constructor & Destructor Documentation

◆ Kernel()

vcl::Kernel::Kernel ( )
inline

Definition at line 32 of file ResampleKernel.hxx.

◆ ~Kernel()

virtual vcl::Kernel::~Kernel ( )
inlinevirtual

Definition at line 33 of file ResampleKernel.hxx.

Member Function Documentation

◆ Calculate()

virtual double vcl::Kernel::Calculate ( double  x) const
pure virtual

◆ GetWidth()

virtual double vcl::Kernel::GetWidth ( ) const
pure virtual

The documentation for this class was generated from the following file: