#include <sfunctions.h>
Public Member Functions | |
Function3D (unsigned n_components=1) | |
virtual | ~Function3D () |
Definition at line 119 of file sfunctions.h.
Function3D::Function3D | ( | unsigned | n_components = 1 |
) | [inline] |
Definition at line 122 of file sfunctions.h.
00123 :GeneralFunctionInterface(3,n_components) 00124 {}
virtual Function3D::~Function3D | ( | ) | [inline, virtual] |
Definition at line 125 of file sfunctions.h.