egami
C++ Image Processing program
Public Member Functions | Private Attributes
Advancement< N > Class Template Reference

#include <convolution.hpp>

Collaboration diagram for Advancement< N >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Advancement ()
void advance (double d)

Private Attributes

Progress p

Detailed Description

template<int N>
class Advancement< N >

Definition at line 11 of file convolution.hpp.


Constructor & Destructor Documentation

template<int N>
Advancement< N >::Advancement ( ) [inline]

Definition at line 13 of file convolution.hpp.


Member Function Documentation

template<int N>
void Advancement< N >::advance ( double  d) [inline]

Definition at line 14 of file convolution.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

template<int N>
Progress Advancement< N >::p [private]

Definition at line 16 of file convolution.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends