#include <sfunctions.h>


Public Member Functions | |
| Function2D (unsigned n_components=1) | |
Definition at line 128 of file sfunctions.h.
| Function2D::Function2D | ( | unsigned | n_components = 1 |
) | [inline] |
Definition at line 131 of file sfunctions.h.
00132 :GeneralFunctionInterface(2,n_components) 00133 {}
1.6.3