Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

pp::Generators::GaussWindow Class Template Reference

Gauss(x,r,d) = { 2-(x/d)^2 } |x| < r { 0 } else. More...

#include <Generators.h>

Inheritance diagram for pp::Generators::GaussWindow

Inheritance graph
[legend]
Collaboration diagram for pp::Generators::GaussWindow:

Collaboration graph
[legend]
List of all members.

Public Methods

 GaussWindow (long limit=1000, T deviation=0)
 GaussWindow (long limit, T deviation, float scale)
operator() ()
const char* GetName () const

Detailed Description

template<typename T = short> template class pp::Generators::GaussWindow

Gauss(x,r,d) = { 2-(x/d)^2 } |x| < r { 0 } else.

where d is the standard deviation


The documentation for this class was generated from the following file:
Generated at Mon Nov 27 01:46:54 2000 for LibPenguinPlay by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000