This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| root:custompdfsandworkspace [2012/01/28 15:52] – decianm | root:custompdfsandworkspace [2012/04/25 20:07] (current) – decianm | ||
|---|---|---|---|
| Line 52: | Line 52: | ||
| | | ||
| </ | </ | ||
| + | you need to define something like: | ||
| + | <code C> | ||
| + | | ||
| + | { | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | } | ||
| + | </ | ||
| + | to initialize the member variables (which are use in the evaluate-method). | ||
| + | You then can compile the class as all other private classes and add the library to you rootlogon to have it at hand. | ||
| + | **Note:** Make sure you have set the number in " | ||
| - | + | **Note:** Don't even think of using the constructor " | |
| - | you need to define something like: | + | |
| - | <code C> | + | |
| - | + | ||
| - | + | ||