Krita Source Code Documentation
Loading...
Searching...
No Matches
gauss.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 1982 Donald H. House <x@unknown.com>
3
* SPDX-FileCopyrightText: 1989 Robert Allen <x@unknown.com>
4
*
5
* SPDX-License-Identifier: GPL-2.0-or-later
6
*/
7
#ifndef _GAUSS_H_
8
#define _GAUSS_H_
9
10
class
gauss
11
{
12
public
:
25
static
double
gaussian
(
double
,
double
,
int
);
26
};
27
28
#endif
gauss
Definition
gauss.h:11
gauss::gaussian
static double gaussian(double, double, int)
Definition
gauss.cpp:20
plugins
paintops
hairy
gauss.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52