Kindfield
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Friends Pages
basisfunction.h
Go to the documentation of this file.
1 #ifndef BASISFUNCTION_H
2 #define BASISFUNCTION_H
3 
4 class BasisFunction {
5 public:
6  virtual importantFunction(int test) = 0;
7 };
8 
9 #endif // BASISFUNCTION_H