#include <string>
#include <vector>
#include "snippet.h"
#include "initVarSnippet.h"
Go to the source code of this file.
◆ DECLARE_MODEL
#define DECLARE_MODEL |
( |
|
TYPE, |
|
|
|
NUM_PARAMS, |
|
|
|
NUM_VARS |
|
) |
| |
Value:#define DECLARE_SNIPPET(TYPE, NUM_PARAMS)
Definition: snippet.h:18
◆ IMPLEMENT_MODEL
◆ SET_EXTRA_GLOBAL_PARAMS
#define SET_EXTRA_GLOBAL_PARAMS |
( |
|
... | ) |
virtual VarVec getExtraGlobalParams() const override{ return __VA_ARGS__; } |
◆ SET_VARS
#define SET_VARS |
( |
|
... | ) |
virtual VarVec getVars() const override{ return __VA_ARGS__; } |